[OpenSIPS-Users] Siptraces not shown on OpenSIPS-CP

Alex Ionescu alex at opensips.org
Mon Dec 5 16:47:45 CET 2011


Well,

You can try doing some debugging. Paste this on line 193 in 
../opensips-cp/web/tools/system/siptrace/template/tracer.main.php :

echo $sql;

You should receive an output right under the search box like this:

SELECT DISTINCT callid FROM sip_trace WHERE status='' AND direction='in' 
ORDER BY id DESC

Try executing this query in the console - see what you get.
Let me  know how it went

Regards,
Alex


On 12/05/2011 05:38 PM, spady wrote:
> Yes, sure:
>
>
>   $config->results_per_page = 25;
>   $config->results_page_range = 10;
>
>   // highlighting
>   $config->from_color="black";      $config->from_bgcolor="yellow";
>   $config->to_color="white";      $config->to_bgcolor="blue";
>   $config->callid_color="black";  $config->callid_bgcolor="orange";
>   $config->cseq_color="white";      $config->cseq_bgcolor="navy";
>   $config->regexp_color="navy";   $config->regexp_bgcolor="red";
>
> ###############################################################################
>
>   //database tables
>   $config->table_trace = "sip_trace";
>
>   $talk_to_this_assoc_id = 1 ;
>
>   // sip proxy - ip:port
>
> $proxy_list=array("udp:10.9.101.166:5060","tcp:10.9.101.166:5060","udp:127.0.0.1:5060","tcp:127.0.0.1:5060");
> ?>
>
>
> --
> View this message in context: http://opensips-open-sip-server.1449251.n2.nabble.com/Siptraces-not-shown-on-OpenSIPS-CP-tp7052741p7063277.html
> Sent from the OpenSIPS - Users mailing list archive at Nabble.com.
>
> _______________________________________________
> Users mailing list
> Users at lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/users/attachments/20111205/41ce86d7/attachment.htm>


More information about the Users mailing list