[OpenSIPS-Users] cpl and timer no answer
mehdi boudou
mehdi.boudou at gmail.com
Tue Jul 13 19:30:31 CEST 2010
Hi everybody,
I already use Opensips 1.5.0 and cpl module and i tested this scénario
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE cpl SYSTEM
"/home/mehdi/opensips-1.5.0-notls/modules/cpl-c/cpl-06.dtd">
<cpl>
<subaction id="voicemail" >
<location url="tel:+336xxxxxxx" />
</subaction>
<incoming >
<location url="tel:+336xxxxxxxx" >
<proxy timeout="5" >
<busy >
<sub ref="voicemail" />
</busy>
<noanswer >
<sub ref="voicemail" />
</noanswer>
<redirection >
<sub ref="voicemail" />
</redirection>
<failure >
<sub ref="voicemail" />
</failure>
<default >
<sub ref="voicemail" />
</default>
</proxy>
</location>
</incoming>
</cpl>
The problem is if i changed the value of the proxy timeout it changes
nothing ???
Is it the mode that i have executed the script("incoming,is_stateful mode")
an other timer in opensips that i have to set ??
How can i do to force opensips to take the value of proxy timeout in the cpl
file?
Thanks,
Regards,
Mehdi BOUDOU
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.opensips.org/pipermail/users/attachments/20100713/4ac758ad/attachment.htm
More information about the Users
mailing list