[4.5] REQUESTED_CHAN_UNAVAIL option in xml cdr (#5216)

just another option for searching calls
This commit is contained in:
Luis Daniel Lucio Quiroz
2020-03-27 17:36:08 -04:00
committed by GitHub
parent f22e4da6ee
commit 4af2120e42

View File

@@ -388,7 +388,8 @@
'INCOMPATIBLE_DESTINATION',
'USER_NOT_REGISTERED',
'SYSTEM_SHUTDOWN',
'MANDATORY_IE_MISSING'
'MANDATORY_IE_MISSING',
'REQUESTED_CHAN_UNAVAIL'
);
sort($cdr_status_options);
foreach ($cdr_status_options as $cdr_status) {