Dear all,<br>I was using park_timeout and I come across the following scenario which I felt something is missing.<br>I&#39;ve originated a call as follows.<br><br>originate {ignore_early_media=true,exec_after_bridge_app=park,park_timeout=60,api_hangup_hook=&#39;perl /root/<a href="http://a.pl">a.pl</a>&#39;}freetdm/grp1/a/9952248266 &amp;park()<br>
<br>Once the call is answered I originated another call.<br>originate {ignore_early_media=true,park_timeout=60,api_hangup_hook=&#39;perl /root/<a href="http://a.pl">a.pl</a>&#39;}freetdm/grp1/a/9843171457 &amp;park()<br><br>
Once this call is also answered, I said &quot;uuid_bridge &lt;uuid1&gt; &lt;uuid2&gt;&quot;. Both call gets bridged. After some time, I hangup the second call (9843171457). Now the first call goes into park(). <br><br>I expect that the first call will hangup after 60 seconds, but it didn&#39;t.<br>
<br>The freeswitch log is here<br><a href="http://pastebin.freeswitch.org/15099">http://pastebin.freeswitch.org/15099</a><br><br>When I start to use the park_timeout, I thought once a leg is in park, then the timer will start, and once it is unparked for various reason the timer will be reseted. After sometime, when the leg again comes in park, the timer will start. Is this correct?<br>
<br><br>