Charles,

Is it possible to start a second call from within the same UAC script?

INVITE --->
{call_id=1}
          <---- 100
          <---- 302
           {new remote port information}
ACK   --->
INVITE --->
{call_id=2}
{using port info from 302 Contact hdr}

When I try this, the received 100s are discarded.

Is 3PCC a potential solution?

Thanks,

Tom

  ----- Original Message ----- 
  From: Charles P Wright 
  To: Maksym Hryhoryev 
  Cc: [email protected] 
  Sent: Thursday, March 15, 2007 9:24 AM
  Subject: Re: [Sipp-users] how to avoid server mode?



  Maksym, 

  If you can control the Call-IDs that you are receiving, you can prefix them 
with something like "foo///Call-ID" and "bar///Call-ID", which are both treated 
as having a call id of "Call-ID". 

  Otherwise, you could probably do some hacking to the get_call_id function so 
that it will return some constant string.  Of course, this will limit you to 
only ever handling a single call per SIPp instance. 

  Charles 


  Maksym Hryhoryev <[EMAIL PROTECTED]> wrote on 03/15/2007 05:17:45 AM:

  > Hello Charles,
  > 
  >  And there is no way to avoid this behaviour ?
  > 
  > > Unless the INVITEs have the same Call-ID, they will start a new scenario.
  > 
  >  >>   I need to run sipp with scenario that begins with <recv
  >  >>   request="INVITE"> command
  >  >>   but I do not need to run the scenario from beginning when another
  >  >>   invite arrived. Is it possible?
  > 
  > -- 
  > Best regards,
  >  Maksym                            mailto:[EMAIL PROTECTED]
  > 
  > 



------------------------------------------------------------------------------


  -------------------------------------------------------------------------
  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

Reply via email to