Thanks Matt.
Forwarding it to the list.

On Thu, Mar 1, 2012 at 3:30 AM, Matthew Briggs <matthew.bri...@telecom.co.nz
> wrote:

> _______________________________________
> From: mayamatakeshi [mayamatake...@gmail.com]
> Sent: Wednesday, 29 February 2012 4:48 p.m.
> To: Patrick Wakano; Prashant Prabhu
> Cc: sipp-users@lists.sourceforge.net
> Subject: Re: [Sipp-users] sip MESSAGE request - discarding message
>
> >On Wed, Feb 29, 2012 at 12:42 PM, mayamatakeshi <mayamatake...@gmail.com
> <mailto:mayamatake...@gmail.com>> wrote:
>
> >On Mon, Feb 27, 2012 at 10:38 PM, Patrick Wakano <pwak...@gmail.com
> <mailto:pwak...@gmail.com>> wrote:
> >You can't have two call-ids in the same scenario. The first one was
> created by the Registration you mentioned, the second one would be >created
> by the MESSAGE you expect to receive, and this isnt supported by SIPp....
>
> >Yes. But if Prashant really needs this, he can try this patch by Matthew
> Briggs:
>
> >http://permalink.gmane.org/gmane.comp.telephony.sipp.user/5769
>
>
> Prashant,
>
> If you do use my patch, note that there was an error in the originally
> posted patch, and that a replacement has been posted today..
>
> This patch will indeed solve your problem.  To use it you would need to
> write two separate xml scripts: one to handle registrations (UAS / tx
> script as it initiates the dialog) and one to handle MESSAGEs (UAC / rx as
> it terminates the dialog).
>
> You would then do something like:
>
> sipp 192.168.0.1:5060 -sf register.xml -inf mydetails.csv -rxsf
> message.xml -rxinf mydetails.csv -l 1 -m 1
>
> where register.xml was your registration script
> and message.xml was your message script
> the csv file for each can be the same or different (or absent), as your
> script requires.
>
> Matt
>
>
>
>
> On Mon, Feb 27, 2012 at 8:50 AM, Prashant Prabhu <prashant...@yahoo.com
> <mailto:prashant...@yahoo.com>> wrote:
> Hi
> I am facing issue with MESSAGE request and response.
>
> Scenario is to receive a MESSAGE request and send 200 OK response to it.
>
> When I receive a MESSAGE request, I get the error
>
> "Discarding message which can't be mapped to a known SIPp call".
>
> -----
> The scenario contains REGISTRation followed by
>
> <recv request="MESSAGE">
> </recv>
>
> <send>
>   <![CDATA[
>
>      SIP/2.0 200 OK
>      [last_Via:]
>      [last_From:]
>      [last_To:]
>      [last_Call-ID:]
>      [last_CSeq:]
>      Content-Length: 0
>
>   ]]>
> </send>
> -------
>
> Any help is appreciated.
> Thanks in advance.
>
> Regards,
> Prashant
>
>
> ------------------------------------------------------------------------------
> Try before you buy = See our experts in action!
> The most comprehensive online learning library for Microsoft developers
> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
> Metro Style Apps, more. Free future releases when you subscribe now!
> http://p.sf.net/sfu/learndevnow-dev2
> _______________________________________________
> Sipp-users mailing list
> Sipp-users@lists.sourceforge.net<mailto:Sipp-users@lists.sourceforge.net>
> https://lists.sourceforge.net/lists/listinfo/sipp-users
>
>
>
>
> ------------------------------------------------------------------------------
> Try before you buy = See our experts in action!
> The most comprehensive online learning library for Microsoft developers
> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
> Metro Style Apps, more. Free future releases when you subscribe now!
> http://p.sf.net/sfu/learndevnow-dev2
> _______________________________________________
> Sipp-users mailing list
> Sipp-users@lists.sourceforge.net<mailto:Sipp-users@lists.sourceforge.net>
> https://lists.sourceforge.net/lists/listinfo/sipp-users
>
>
>
------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to