Hi Nicolas,<div><br></div><div>do you have a copy of the .js code you can paste. I would guess tho, that ORIGINATOR_CANCLE might be related to not setting hangup_after_bridge to false. Just a guess tho.</div><div><br></div>

<div>Hangup causes can be found here:</div><div><a href="http://wiki.freeswitch.org/wiki/Hangup_causes" target="_blank">http://wiki.freeswitch.org/wiki/Hangup_causes</a></div><div><br></div><div><a href="http://wiki.freeswitch.org/wiki/Hangup_causes" target="_blank"></a><span class="Apple-style-span" style="border-collapse: collapse; "><div>
--matt</div><div>hello hunter - hosted predictive dialer &amp; voice broadcasting</div><div><a href="http://www.hellohunter.com/" target="_blank" style="color: rgb(20, 125, 186); ">http://www.hellohunter.com</a></div></span></div>

<div><br><br><div class="gmail_quote">On Thu, Aug 6, 2009 at 9:38 AM, Nicolas Brenner <span dir="ltr">&lt;<a href="mailto:nicolas@medularis.com" target="_blank">nicolas@medularis.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

I&#39;m bridging 2 calls in a javascript file, I originate the first call
and then execute a bridge with an origination string for the second
call. If I hangup the first call while trying to make the second call,
I get this on the console:<br>
<br>2009-08-05 16:44:05.69122 [NOTICE] switch_ivr_originate.c:1994
Hangup sofia/external/005622170039 [CS_CONSUME_MEDIA]
[ORIGINATOR_CANCEL]<br>2009-08-05 16:44:05.69122 [DEBUG] switch_channel.c:1683 Send signal sofia/external/005622170039 [KILL]<br>
2009-08-05 16:44:05.69122 [DEBUG] switch_core_session.c:932 Send signal sofia/external/005622170039 [BREAK]<br>2009-08-05
16:44:05.69122 [DEBUG] switch_ivr_originate.c:2134 Originate Cancelled
by originator termination Cause: 487 [ORIGINATOR_CANCEL]<br>
2009-08-05 16:44:05.69122 [INFO] mod_dptools.c:2092 Originate Failed.  Cause: ORIGINATOR_CANCEL<br><br>But
if I check hangup_cause in the CHANNEL_HANGUP_COMPLETE event, I see
NORMAL_CLEARING. And the variable_originate_disposition has a value of
&quot;failure&quot;. Where can I get the detail of the call/bridge failure due to &#39;ORIGINATOR_CANCEL&#39; as reported through the console?<br>
<br>Thanks!<br><font color="#888888"><br>Nicolas<br><br><br>
</font><br>_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br></div>