Hi Pascale,
You can use a conditional branching and change your recv OPTIONS for
optional, in this case when you receive an OPTIONS you jump to label 10 and
if you receive an INVITE you go ahead because OPTIONS is optional. For
checking on INVITE if the OPTIONS was received you can set a Global
variable when receiving the OPTIONS message and check on INVITE (Global
variable are shared with all calls).

And of course will be two calls in your report.

If you do not check the OPTIONS you can use the parameter "-aa : Enable
automatic 200 OK answer for INFO, NOTIFY, OPTIONS and UPDATE." on SIPP
application.

I think are the two one way to do that, make sense?

[],
Alvaro F. Fleith.


On Wed, Oct 25, 2017 at 7:07 AM Hardelay, Pascale (Nokia - FR/Lannion) <
pascale.harde...@nokia.com> wrote:

> Hi,
>
>
>
> A call B (INVITE).
>
> B receive an OPTIONS message with Call-ID-xxxxx.
>
> B answers to the OPTIONS message with “200 OK”.
>
> Then B receives the expected “INVITE” message with Call-ID-yyyyy.
>
> As Call-ID are different in the same leg, SIPp end the script.
>
> Is there a way to manage 2 different Call-ID in the same leg with SIPp?
>
> Please find attached the 2 scripts for this test (orig side and
> terminating side).
>
>
>
> Thanks for your help.
>
> Kr,
>
> Pascale
>
>
>
> ------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> Sipp-users mailing list
> Sipp-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/sipp-users
>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to