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 
set up.

session.setHangupHook(on_hangup);
....
....
session.setAutoHangup(false);
session.execute("transfer", "NOTIFY_ME XML default");
session = undefined;

If setAutoHangup(false) is working correctly then is there a method to "unset" 
the hang up hook before the transfer?

Mark.
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

Reply via email to