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@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

_______________________________________________
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to