We found out that SIPp 3.1 answers INFO, UPDATE, NOTIFY and OPTIONS messages with 200 OK and aborts call with BYE. This happens when using unmodified and modified SIPp 3.1. When we switched to SIPp 3.0 problem dissapeared. You can of course try SIPp 3.1 to confirm the problem and make programmers correct it.
Maciej Sac ---- Wiadomość Oryginalna ---- Od: Rene Pankratz <rene.pankr...@itison-ikt.de> Do: Maciej Sac <m...@o2.pl> Kopia do: sipp-users@lists.sourceforge.net Data: 25 grudnia 2008 8:36 Temat: Re: [Sipp-users] How to handle OPTIONS-request Message > Thanks a lot for your Answer. > > This seems to be the best solution for me. > > Did you mean, that the -aa option doesn't work at all for sipp V3.1 or > that it doesn't behave correct with the modification in call.cpp for > handling OPTIONS? > (I am currently using this option but never checked out if sipp behaves > as expected when receiving NOTIFY) > > René > > > Hi, > > We got similar problem, but we managed to solve it using -aa option. As you > > can read in SIPp manual: > > > > -aa : Enable automatic 200 OK answer for INFO, UPDATE and > > NOTIFY messages. > > > > To enable answer to OPTIONS messages you have to edit call.cpp file ane > > recompile SIPp. > > !!! We found out that there is a bug in SIPp 3.1 and -aa doesn't work. But > > in SIPp 3.0 everything is ok. So check if you have correct version. > > > > In call.cpp change line 3388 (you can find it searching for string > > "NOTIFY") to: > > > > } else if (((strcmp(P_recv, "INFO") == 0) || (strcmp(P_recv, "NOTIFY") == > > 0) || (strcmp(P_recv, "UPDATE") == 0) || (strcmp(P_recv, "OPTIONS") == 0)) > > > > and then recompile SIPp. After that SIPp will automatically answer OPTIONS > > messages when you use -aa option. Good luck. > > > > Maciej Sac > > > > ------------------------------------------------------------------------------ > > _______________________________________________ > > Sipp-users mailing list > > Sipp-users@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/sipp-users > > > > > ------------------------------------------------------------------------------ _______________________________________________ Sipp-users mailing list Sipp-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sipp-users