mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Add a hangup hook to dialplan local_extension and remove originator cancel from the failure_handler.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user