We have upgraded our CDRtool to 8.0.13, and now when we make making a research Grouped by Sip Destination Id<br>the Description field is empty<br><br>Taking a look to the code seem these part of the code is on the way<br><br clear="all">
<br> if ($this->group_byOrig==$this->DestinationIdField) {<br> if ($this->CDRTool['filter']['domain'] && $this->destinations[$this->CDRTool['filter']['domain']]) {<br>
list($_dst_id,$_dst_name)=$this->getPSTNDestinationId($mygroup,'',$this->CDRTool['filter']['domain']);<br> $description=$_dst_name;<br>
} else {<br> $description=$this->destinations["default"][$mygroup];<br> //list($_dst_id,$_dst_name)=$this->getPSTNDestinationId($mygroup);<br>
//$description=$_dst_name;<br><br>should i get some code from the old version?<br><br><br>-- <br>--<br>Adrià Vidal<br><br><br>