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

Reply via email to