Hello,<br>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.<br>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:<br>
<br>&lt;application app_name=&quot;set&quot; app_data=&quot;call_timeout=10&quot;/&gt;<br>&lt;application app_name=&quot;bridge&quot; app_data=&quot;[leg_timeout=5]sofia/internal/<a href="mailto:user1@192.168.2.2">user1@192.168.2.2</a>|[leg_timeout=5]sofia/internal/<a href="mailto:user2@192.168.2.2">user2@192.168.2.2</a>|[leg_timeout=5]sofia/internal/<a href="mailto:user3@192.168.2.2">user3@192.168.2.2</a>&quot;/&gt;<br>
<br>However, in this case, call_timeout is ignored and the whole sequence of users will be attempted.<br>Is there any way to enforce at timeout for the whole bridge operation when bridging sequentially?<br><br>br,<br>takeshi<br>
<br><br><br>