After application conference skip the row
This commit is contained in:
parent
72fd0fe343
commit
3514a489d1
|
|
@ -1200,7 +1200,7 @@ if (!class_exists('xml_cdr')) {
|
|||
|
||||
//conference
|
||||
if ($app['application'] == 'conferences') {
|
||||
unset($call_flow_array[count($call_flow_array)]);
|
||||
$skip_row = true;
|
||||
}
|
||||
|
||||
//voicemails
|
||||
|
|
|
|||
Loading…
Reference in New Issue