Add a hangup hook to dialplan local_extension and remove originator cancel from the failure_handler.

This commit is contained in:
Mark Crane
2015-05-29 05:16:34 +00:00
parent 47f37420c8
commit c380e29913
2 changed files with 1 additions and 5 deletions

View File

@@ -177,11 +177,6 @@
freeswitch.consoleLog("NOTICE", "[failure_handler] - CALL_REJECT - hangup()\n");
session:hangup();
elseif (originate_disposition == "Originator Cancel" and hangup_on_call_reject =="true") then
--send missed call notification
missed();
end
end
end