There are embedded 3pcc scenarios in sipp source code (of course, you'll have to modify those scenarios to match your needs). See http://sipp.sourceforge.net/doc/reference.html#3PCC for more details.
Olivier Boulkroune -----Message d'origine----- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Charles P Wright Envoyé : jeudi 25 octobre 2007 20:43 À : rouble Cc : [email protected] Objet : Re: [Sipp-users] Refresh requests Unfortunately, I do not have any examples using 3PCC to coordinate split flows. Charles rouble <[EMAIL PROTECTED]> wrote on 10/24/2007 05:25:59 PM: > Can you point me to some example scenario files? > > tia, > rouble > > On 10/24/07, Charles P Wright <[EMAIL PROTECTED]> wrote: > > You'll need to split your calls into multiple flows. You can coordinate > > with 3pcc. > > > > Charles > > > > rouble <[EMAIL PROTECTED]> wrote on 10/24/2007 05:04:09 PM: > > > > > Yep. I understand that I can implement loops. > > > > > > But the call flows I want to implement, do more than just register. > > > > > > I am looking to separate out the refreshing, from the actual call > > > flow, so that I don't have to worry about refreshing at various points > > > of my call flows (that can last many many hours). > > > > > > tia, > > > rouble > > > > > > On 10/24/07, Charles P Wright <[EMAIL PROTECTED]> wrote: > > > > You can do something like: > > > > > > > > <label id="1" /> > > > > <send> > > > > <![CDATA[ > > > > REGISTER sip:[EMAIL PROTECTED]:[remote_port] SIP/2.0 > > > > Expires: 600 > > > > <snip> > > > > ]]> > > > > </send> > > > > <recv response="200" /> > > > > <pause milliseconds="900000" next="1" > > > > > > > > > Charles > > > > > > > > [EMAIL PROTECTED] wrote on 10/24/2007 04:38:09 > > PM: > > > > > > > > > Hi All, > > > > > > > > > > Is there any way to specify that a request should be refreshed? More > > > > > specifically, if I write the xml to send a request, can I also > > specify > > > > > that the request should be re-sent before the expires timeout? > > > > > > > > > > This can be used for keepalives, re-registers, etc. > > > > > > > > > > Something like this: > > > > > <send retrans="500" refresh="5"> > > > > > <![CDATA[ > > > > > REGISTER sip:[EMAIL PROTECTED]:[remote_port] SIP/2.0 > > > > > <snip> > > > > > ]]> > > > > > </send> > > > > > > > > > > If this isn't already out there ... are there any plans to put this > > in? > > > > > > > > > > tia, > > > > > rouble > > > > > > > > > > > > > > > > ------------------------------------------------------------------------- > > > > > This SF.net email is sponsored by: Splunk Inc. > > > > > Still grepping through log files to find problems? Stop. > > > > > Now Search log events and configuration files using AJAX and a > > browser. > > > > > Download your FREE copy of Splunk now >> http://get.splunk.com/ > > > > > _______________________________________________ > > > > > Sipp-users mailing list > > > > > [email protected] > > > > > https://lists.sourceforge.net/lists/listinfo/sipp-users > > > > > > > > > > > > > > > > > -- > > > this spot is up for rent > > > > > > > -- > this spot is up for rent ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Sipp-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sipp-users ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Sipp-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sipp-users
