diff options
| author | Peter Kozak <spag@golwen.net> | 2013-05-06 14:24:46 +0200 |
|---|---|---|
| committer | Peter Kozak <spag@golwen.net> | 2013-05-06 14:24:46 +0200 |
| commit | 7ceae357dc8081afc73f74d6790340fdca3fea4f (patch) | |
| tree | 41be3c96c33f9a11bbd81b9c738e5640cd5f373e /misc | |
| parent | af21d33a75e856e875f170498ea702b7e9d2e19c (diff) | |
unset input callback
Diffstat (limited to 'misc')
| -rw-r--r-- | misc/freeswitch/scripts/dialplan_default.lua | 2 |
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(); |
