Hi all<br><br>I use outbound socket to handle call, I&#39;m bridging call to external voip provider. This works very nice but I also need to specify call timeout (once answered).<br><br>I&#39;ve tried following but with no success:<br>
<br>sendmsg <br>call-command: execute<br>execute-app-name: bridge<br>execute-app-arg: {ignore_early_media=true,leg_timeout=10}sofia/gateway/trunk/600<br>event-lock: true<br><br>sendmsg <br>call-command: execute<br>execute-app-name: bridge<br>
execute-app-arg: {ignore_early_media=true}[leg_timeout=10]sofia/gateway/trunk/600<br>event-lock: true<br><br>sendmsg <br>call-command: execute<br>execute-app-name: bridge<br>execute-app-arg: [leg_timeout=10]sofia/gateway/trunk/600<br>
event-lock: true<br><br><br>Leg_timeout seems to be ignored and call continues after 10 seconds. What&#39;s the correct form of setting it for calls bridged via outbound socket handler?<br><br>Is the leg_timeout a good choice to limit maximum answered call length?<br>
<br><br>