Hi guys,
Freeswitch Rocks!

I use latest trunk on Win7 and if I call in lua on A-leg in that order:
session:setHangupHook()
session:setInputCallback()
session:streamFile()
session:unsetInputCallback()
than the HangupHook does not get called.
If I reissue session:setHangupHook() again then HangupHook is called again.
Should this work like this?
Can happen the situation than tha hangup occures AFTER
unsetInputCallback() is called and BEFORE setHangupHook() is called
again so I'll miss the hanguphook in this case???
If yes, how to avoid this?
Thanks a lot...

_______________________________________________
FreeSWITCH-dev mailing list
FreeSWITCH-dev@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev
http://www.freeswitch.org

Reply via email to