[4.5] REQUESTED_CHAN_UNAVAIL option in xml cdr (#5216)
just another option for searching calls
This commit is contained in:
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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue