Hi,<br><br>I have two scenarios I&#39;m having trouble figuring out and I&#39;d be happy if someone could tell me what I&#39;m doing wrong.<br><br>1. leg_delay_start=N not working<br><br>I am trying to delay the origination of the second leg in a forked dial with the following:<br>
<br><div style="margin-left: 40px;">&lt;action application=&quot;bridge&quot; data=&quot;user/<a href="mailto:mikael-nokia@voip.domain.com">mikael-nokia@voip.domain.com</a>,[leg_delay_start=10]openzap/1/a/99355151&quot;/&gt;<br>
</div><br>However the second leg is called at exactly the same time as the first one. I am away from my testing environment right now, so I&#39;m sorry for not posting my logs. It appears to me that leg_delay_start is broken on at least rev 13013.<br>
<br><br>2. I&#39;d like to stop processing the dialplan after a bridge, but not on specific hangup causes. If I get a MEDIA_TIMEOUT hangup cause in the call I&#39;d like to continue in the dialplan. Currently I have the following:<br>
<br>        &lt;action application=&quot;set&quot; data=&quot;hangup_after_bridge=true&quot;/&gt;<br>        &lt;action application=&quot;set&quot; data=&quot;continue_on_fail=true&quot;/&gt;<br>        &lt;action application=&quot;bridge&quot; data=&quot;user/<a href="mailto:mikael-nokia@voip.domain.com">mikael-nokia@voip.domain.com</a>&quot;/&gt;<br>
        &lt;!-- I will only get here if the first bridge is rejected or TODO: I get a MEDIA_TIMEOUT on it --&gt;<br>        &lt;action application=&quot;bridge&quot; data=&quot;openzap/1/a/99355151&quot;/&gt;<br><br><br>Any ideas on how to accomplish this?<br>
<br>Thanks,<br>Mikael<br>