Count a going to voicemail as a missed call.
This commit is contained in:
parent
13c5d984f2
commit
3e2ae03295
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue