mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43: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
|
//call center
|
||||||
$missed_call = 'false';
|
$missed_call = 'false';
|
||||||
}
|
}
|
||||||
else {
|
elseif (isset($xml->variables->cc_side)
|
||||||
//missed call
|
&& $xml->variables->cc_side == 'member'
|
||||||
|
&& isset($xml->variables->cc_cause)
|
||||||
|
&& $xml->variables->cc_cause == 'cancel') {
|
||||||
|
//call center
|
||||||
$missed_call = 'true';
|
$missed_call = 'true';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user