Re: [Freeswitch-users] Problem with a hang up event on transfer.

2009-04-27 Thread mszlazak
Got it. Thanks Tony. -Original Message- From: Anthony Minessale To: freeswitch-users@lists.freeswitch.org Sent: Mon, 27 Apr 2009 1:59 pm Subject: Re: [Freeswitch-users] Problem with a hang up event on transfer. it happens on both hangup and transfer you look at the arg

Re: [Freeswitch-users] Problem with a hang up event on transfer.

2009-04-27 Thread Anthony Minessale
it happens on both hangup and transfer you look at the arg to the hangup hook to tell if it was transfer or hangup and act accordingly On Mon, Apr 27, 2009 at 3:40 PM, Brian West wrote: > This only makes the call not hangup when the script exits. > /b > > On Apr 27, 2009, at 3:29 PM, mszla...@a

Re: [Freeswitch-users] Problem with a hang up event on transfer.

2009-04-27 Thread Brian West
This only makes the call not hangup when the script exits. /b On Apr 27, 2009, at 3:29 PM, mszla...@aol.com wrote: If setAutoHangup(false) is working correctly then is there a method to "unset" the hang up hook before the transfer? Mark. Brian West br...@freeswitch.org -- Meet us at Clue

[Freeswitch-users] Problem with a hang up event on transfer.

2009-04-27 Thread mszlazak
Using 13157 and some prior builds, I'm having a problem with the hang up hook activating on a transfer at the end of the script. The hook is suppose to fire with hang ups except when the transfer occurs and I thought setAutoHangup(false) would prevent this but it doesn't. Here is how things are