summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorPeter Kozak <spag@golwen.net>2013-05-06 14:24:46 +0200
committerPeter Kozak <spag@golwen.net>2013-05-06 14:24:46 +0200
commit7ceae357dc8081afc73f74d6790340fdca3fea4f (patch)
tree41be3c96c33f9a11bbd81b9c738e5640cd5f373e /misc
parentaf21d33a75e856e875f170498ea702b7e9d2e19c (diff)
unset input callback
Diffstat (limited to 'misc')
-rw-r--r--misc/freeswitch/scripts/dialplan_default.lua2
1 files changed, 2 insertions, 0 deletions
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();