[Freeswitch-users] Behavior of call_timeout during sequential bridge

mayamatakeshi mayamatakeshi at gmail.com
Tue Nov 2 02:31:19 PDT 2010


Hello,
I have a dialplan app (mod_xml_curl) that fetches a number of users from my
DB and composes a brigde command that will try to contact each user in
sequence.
Each user should be attempted for at most 5 seconds and the total bridge
attempt should not surpass 10 seconds. So my app generates something like
this:

<application app_name="set" app_data="call_timeout=10"/>
<application app_name="bridge" app_data="[leg_timeout=5]sofia/internal/
user1 at 192.168.2.2|[leg_timeout=5]sofia/internal/user2 at 192.168.2.2
|[leg_timeout=5]sofia/internal/user3 at 192.168.2.2"/>

However, in this case, call_timeout is ignored and the whole sequence of
users will be attempted.
Is there any way to enforce at timeout for the whole bridge operation when
bridging sequentially?

br,
takeshi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20101102/6ac85c50/attachment.html 


More information about the FreeSWITCH-users mailing list