Hi,<br><br>I have two scenarios I'm having trouble figuring out and I'd be happy if someone could tell me what I'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;"><action application="bridge" data="user/<a href="mailto:mikael-nokia@voip.domain.com">mikael-nokia@voip.domain.com</a>,[leg_delay_start=10]openzap/1/a/99355151"/><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'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'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'd like to continue in the dialplan. Currently I have the following:<br>
<br> <action application="set" data="hangup_after_bridge=true"/><br> <action application="set" data="continue_on_fail=true"/><br> <action application="bridge" data="user/<a href="mailto:mikael-nokia@voip.domain.com">mikael-nokia@voip.domain.com</a>"/><br>
<!-- I will only get here if the first bridge is rejected or TODO: I get a MEDIA_TIMEOUT on it --><br> <action application="bridge" data="openzap/1/a/99355151"/><br><br><br>Any ideas on how to accomplish this?<br>
<br>Thanks,<br>Mikael<br>