Hi Sedef,

SIPp expects all the communication to be one-way (either outgoing or
incoming).  You're getting an incoming response from whatever you're
connecting to with a new Call Id.  That's what's known as an out of call
message, and unless you specify an automatic response to those, SIPp
doesn't know what to do with it and quits.

Check out the manual for info on setting up an out-of-call scenario:
http://sipp.sourceforge.net/doc/reference.html#UAC+Out-of-call+Messages


On Wed, Sep 4, 2013 at 12:49 PM, Sedef Tulum <sedeftul...@gmail.com> wrote:

> Hi,
>
> Firstly, I use sipp-3.3 . My scenario is :
>
>   ------REGISTER------>
>
>   <-------100----------------(optional)
>
>   <-------200----------------
>
>   --------PUBLISH-------->
>
>   <---------100---------------(optional)
>
>   <-------200 OK---------(optional)
>
>   <-------NOTIFY-----------
>
>    --------200 OK-------->
>
>
>  Although everything works well till NOTIFY message, I receive the error
> that is *`Discarding message which can't be mapped to a known SIPp call` .
> *  in NOTIFY message. Therefore, there is no 200 OK.
>
> Why this error occurs ? (maybe due to version of sipp)
>
> Thanks.
>
>
>
> ------------------------------------------------------------------------------
> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
> Discover the easy way to master current and previous Microsoft technologies
> and advance your career. Get an incredible 1,500+ hours of step-by-step
> tutorial videos with LearnDevNow. Subscribe today and save!
> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
> _______________________________________________
> Sipp-users mailing list
> Sipp-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/sipp-users
>
>
------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to