Add sip_call_id to the xml cdr SQL select.
This commit is contained in:
parent
4da962e4e0
commit
287869d71f
|
|
@ -232,6 +232,7 @@
|
||||||
//get the results from the db
|
//get the results from the db
|
||||||
$sql = "select \n";
|
$sql = "select \n";
|
||||||
$sql .= "c.domain_uuid, \n";
|
$sql .= "c.domain_uuid, \n";
|
||||||
|
$sql .= "c.sip_call_id, \n";
|
||||||
$sql .= "e.extension, \n";
|
$sql .= "e.extension, \n";
|
||||||
$sql .= "c.start_stamp, \n";
|
$sql .= "c.start_stamp, \n";
|
||||||
$sql .= "c.end_stamp, \n";
|
$sql .= "c.end_stamp, \n";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue