Re: [Freeswitch-users] hangup_cause NONE vs. NORMAL_CLEARING

2009-06-29 Thread Michael Jerris
I would be curious if you have debug output of a call that is returning NONE there. That seems like we should be setting a hang-up cause somewhere. Mike On Jun 28, 2009, at 12:16 PM, Nicolas Brenner wrote: I have a small JS script that makes a call, plays a sound file and then hangs up.

[Freeswitch-users] hangup_cause NONE vs. NORMAL_CLEARING

2009-06-28 Thread Nicolas Brenner
I have a small JS script that makes a call, plays a sound file and then hangs up. For each call it makes, I log the hangup_cause variable on the CHANNEL_HANGUP_COMPLETE event. Most of the time, when calls are successful, I get a NORMAL_CLEARING cause, but sometimes I'll get a NONE cause. I wanted