[Ring Groups] Handle 404 (#6407)

This commit is contained in:
agree 2022-06-13 18:08:57 -04:00 committed by GitHub
parent dfeda45c68
commit 4634e1b579
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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'