Hi,

I looks like something failed in your update and you' ve stil got an old version of cdr_opensips.php.

This bug was fixed in 8.0.7.

It should be:
$description=$this->destinations[0]["default"][$mygroup];

Best regards,

Tijmen de Mes
AG Projects

Op 1/20/11 11:30 AM, Adrià Vidal schreef:
We have upgraded our CDRtool to 8.0.13, and now when we make making a research Grouped by Sip Destination Id
the Description field is empty

Taking a look to the code seem these part of the code is on the way


                    if ($this->group_byOrig==$this->DestinationIdField) {
if ($this->CDRTool['filter']['domain'] && $this->destinations[$this->CDRTool['filter']['domain']]) { list($_dst_id,$_dst_name)=$this->getPSTNDestinationId($mygroup,'',$this->CDRTool['filter']['domain']);
                                $description=$_dst_name;
                        } else {
                $description=$this->destinations["default"][$mygroup];
//list($_dst_id,$_dst_name)=$this->getPSTNDestinationId($mygroup);
                                //$description=$_dst_name;

should i get some code from the old version?


--
--
Adrià Vidal



_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to