[Ring Groups] Handle 404 (#6407)
This commit is contained in:
parent
dfeda45c68
commit
4634e1b579
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue