Regards,
Scott
Original message follows:
> From: Peter Higginson <[EMAIL PROTECTED]>
> 2006-03-14 05:57
"Bartolucci, Fabio (Fabio)" <[EMAIL PROTECTED]> wrote:> Another Call-ID change that has been requested in the past is to make it so
> that one scenario instance can use multiple Call-IDs. (By "scenario
> instance" I mean a call - but unless there is an INVITE/200OK exchange it is
> not a true call.) This comes up regularly with the problem that we are
> breaking the RFC by using the same Call-ID for registration and the call.
>
> Someone here had the requirement to test for the maximum supported Call-ID
> size and I did not want to extend the array size by a massive amount because
> that would have been multiplied by the number of calls etc. So I resurrected
> and old idea to add a "separator" to the Call-ID so that only part of it was
> matched. Remembering the previous discussion, I added the extra to the
> front, so that the last part only is matched.
>
> The change is trivial - so I'll offer it here, in the routine get_call_id()
> in sipp.cpp, after the line:
>
> *ptr2 = 0;
>
> Add the line:
>
> if ((ptr3 = strstr(ptr1, "///")) != 0) ptr1 = ptr3+3;
>
> and add "*ptr3," to the declarations at the start of the routine.
>
> ====================================================================
>
> This changes the way Call-ID's are matched so that an initial sequence upto
> and including /// is disregarded for matching purposes.
>
> To use this, you need to send the Call-ID like this in the scenario file:
>
> Call-ID: 123456789012345678901234567890///[call_id]
>
> [last_Call-ID] will work in the normal way.
>
> This allows longer call ID's and/or what the device being tested will think
> of as different Call-ID's to be part of one call/session as far as SIPP is
> concerned.
>
> Peter
>
No. Every SIPp instance can use just one call_id. However you can use the 3pcc scenario in order to force another instance of SIPp to send the message with the call_id you need. Take in account that in this way, for this message, you will need another port. Otherwise you can check on SIPp site, there should be a patch for this you can download (but I didn't try it).
Ciao,
Fabio
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Maksym
Hryhoryev
Sent: Wednesday, July 26, 2006 11:19 AM
To: [email protected]
Subject: [Sipp-users] Using different [call_id] in one scenario.
Hello sipp-users,
Is it possible? How?
Thanx.
--
Best regards
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users
------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________ Sipp-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sipp-users
