<div dir="ltr">Hi,<div>I&#39;m new to freeswitch, and might be missing some basic points.</div><div><br></div><div>I am trying to bridge a call from a caller (sip client on the web) to an external profile endpoint, which happens to be an asterisk install.</div>
<div><br></div><div>The call part works fine, only that if leg B ( asterisk ) hangs up ( say, for a queue timeout),  the sip client (leg A) never receives the hangup event, even if the log seems to assert that it does. I have tried with different sip clients.</div>
<div><br></div><div>this is the basic configuration of the extension</div><div><br></div><div><div>&lt;extension name=&quot;wwd&quot;&gt;</div><div>  &lt;condition field=&quot;destination_number&quot; expression=&quot;^123&quot;$&gt;</div>
<div>    &lt;action application=&quot;set&quot; data=&quot;hangup_after_bridge=true&quot;/&gt;</div><div>    &lt;action application=&quot;bridge&quot; data=&quot;sofia/external/$<a href="mailto:1@192.168.0.16">1@192.168.0.16</a>&quot;/&gt;</div>
<div>    &lt;action application=&quot;hangup&quot; /&gt;</div><div>  &lt;/condition&gt;</div><div>&lt;/extension&gt;</div></div><div><br></div><div>I have attached the &quot;hangup&quot; part of the log.</div><div>Thank you</div>
<div>Andrea</div></div>