mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-21 18:36:31 +00:00
[Ring Groups] Handle 404 (#6407)
This commit is contained in:
@@ -75,6 +75,7 @@
|
||||
or session:getVariable("originate_disposition") == "RECOVERY_ON_TIMER_EXPIRE"
|
||||
or session:getVariable("originate_disposition") == "failure"
|
||||
or session:getVariable("originate_disposition") == "ORIGINATOR_CANCEL"
|
||||
or session:getVariable("originate_disposition") == "UNALLOCATED_NUMBER"
|
||||
) then
|
||||
--set the status
|
||||
status = 'missed'
|
||||
|
||||
Reference in New Issue
Block a user