Dear all,<br>I&#39;m using Event Inbound Socket. I want to originate a call to the user and bridge him with different user. <br>So I used the following commands from the telnet.<br><br><br>api originate {exec_after_bridge_app=park,ignore_early_media=true}user/1010 &amp;park()<br>
<br>Content-Type: api/response<br>Content-Length: 41<br><br>+OK cf9a78a2-7aff-11e0-b732-4f9b0298a6ed<br><br>sendmsg cf9a78a2-7aff-11e0-b732-4f9b0298a6ed<br>call-command: execute<br>execute-app-name: bridge<br>execute-app-arg:user/1005<br>
<br>Content-Type: command/reply<br>Reply-Text: +OK<br><br>The user 1005 rejects the call and I got the response as CALL_REJECTED.<br>I expect that primary leg will not hangup and go into park mode. But it got hangup.<br><br>
Since by default hangup_after_bridge will be false, I&#39;m not setting it explicitly here.<br><br>FreeSwitch logs are here,<br><a href="http://pastebin.freeswitch.org/16264">http://pastebin.freeswitch.org/16264</a><br><br>
Can someone please tell me what is the problem I&#39;ve done and how to make the primary leg again in park() ??<br><br><br>