[4.5] REQUESTED_CHAN_UNAVAIL option in xml cdr (#5216)
just another option for searching calls
This commit is contained in:
@@ -388,7 +388,8 @@
|
|||||||
'INCOMPATIBLE_DESTINATION',
|
'INCOMPATIBLE_DESTINATION',
|
||||||
'USER_NOT_REGISTERED',
|
'USER_NOT_REGISTERED',
|
||||||
'SYSTEM_SHUTDOWN',
|
'SYSTEM_SHUTDOWN',
|
||||||
'MANDATORY_IE_MISSING'
|
'MANDATORY_IE_MISSING',
|
||||||
|
'REQUESTED_CHAN_UNAVAIL'
|
||||||
);
|
);
|
||||||
sort($cdr_status_options);
|
sort($cdr_status_options);
|
||||||
foreach ($cdr_status_options as $cdr_status) {
|
foreach ($cdr_status_options as $cdr_status) {
|
||||||
|
|||||||
Reference in New Issue
Block a user