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