mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Set call center cancel call to missed
This commit is contained in:
@@ -507,8 +507,11 @@ if (!class_exists('xml_cdr')) {
|
||||
//call center
|
||||
$missed_call = 'false';
|
||||
}
|
||||
else {
|
||||
//missed call
|
||||
elseif (isset($xml->variables->cc_side)
|
||||
&& $xml->variables->cc_side == 'member'
|
||||
&& isset($xml->variables->cc_cause)
|
||||
&& $xml->variables->cc_cause == 'cancel') {
|
||||
//call center
|
||||
$missed_call = 'true';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user