From 7ceae357dc8081afc73f74d6790340fdca3fea4f Mon Sep 17 00:00:00 2001 From: Peter Kozak Date: Mon, 6 May 2013 14:24:46 +0200 Subject: unset input callback --- misc/freeswitch/scripts/dialplan_default.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'misc/freeswitch') diff --git a/misc/freeswitch/scripts/dialplan_default.lua b/misc/freeswitch/scripts/dialplan_default.lua index ba51ed3..32789cb 100644 --- a/misc/freeswitch/scripts/dialplan_default.lua +++ b/misc/freeswitch/scripts/dialplan_default.lua @@ -117,6 +117,8 @@ else start_dialplan:run(start_destination); end +start_caller.session:unsetInputCallback(); + -- release database handle if database then database:release(); -- cgit v1.2.3