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') {
|
if ($xml->variables->missed_call == 'true') {
|
||||||
$missed_call = 'true';
|
$missed_call = 'true';
|
||||||
}
|
}
|
||||||
|
if ($xml->variables->voicemail_action == "save"){
|
||||||
|
$missed_call = 'true';
|
||||||
|
}
|
||||||
|
|
||||||
//misc
|
//misc
|
||||||
$uuid = urldecode($xml->variables->uuid);
|
$uuid = urldecode($xml->variables->uuid);
|
||||||
|
|||||||
Reference in New Issue
Block a user