I'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><br>Nicolas<br><br><br>