<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Well,<br>
<br>
You can try doing some debugging. Paste this on line 193 in
../opensips-cp/web/tools/system/siptrace/template/tracer.main.php :<br>
<br>
<font color="#ff0000">echo $sql;</font><br>
<br>
You should receive an output right under the search box like this:<br>
<br>
<font color="#ff0000">SELECT DISTINCT callid FROM sip_trace WHERE
status='' AND direction='in' ORDER BY id DESC<br>
<br>
<font color="#000000">Try executing this query in the console -
see what you get.<br>
Let me know how it went<br>
<br>
Regards,<br>
Alex<br>
<br>
<br>
</font></font>On 12/05/2011 05:38 PM, spady wrote:
<blockquote cite="mid:1323099501366-7063277.post@n2.nabble.com"
type="cite">
<pre wrap="">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: <a class="moz-txt-link-freetext" href="http://opensips-open-sip-server.1449251.n2.nabble.com/Siptraces-not-shown-on-OpenSIPS-CP-tp7052741p7063277.html">http://opensips-open-sip-server.1449251.n2.nabble.com/Siptraces-not-shown-on-OpenSIPS-CP-tp7052741p7063277.html</a>
Sent from the OpenSIPS - Users mailing list archive at Nabble.com.
_______________________________________________
Users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a>
<a class="moz-txt-link-freetext" href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a>
</pre>
</blockquote>
<br>
</body>
</html>