mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
[4.5] REQUESTED_CHAN_UNAVAIL option in xml cdr (#5216)
just another option for searching calls
This commit is contained in:
committed by
GitHub
parent
f22e4da6ee
commit
4af2120e42
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user