mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Count a going to voicemail as a missed call.
This commit is contained in:
@@ -346,6 +346,9 @@ if (!class_exists('xml_cdr')) {
|
||||
if ($xml->variables->missed_call == 'true') {
|
||||
$missed_call = 'true';
|
||||
}
|
||||
if ($xml->variables->voicemail_action == "save"){
|
||||
$missed_call = 'true';
|
||||
}
|
||||
|
||||
//misc
|
||||
$uuid = urldecode($xml->variables->uuid);
|
||||
|
||||
Reference in New Issue
Block a user