Dear List members,<br><br>Im quite new to kamailio, and i got a problem with the siptrace module. I read that siptrace module can capture and log all incoming and outgoing sip messages. <br><br>So i put to the config file the following lines:<br>
<br>loadmodule &quot;siptrace.so&quot;<br>.<br>.<br>.<br>#-------- siptrace paramas -----<br>modparam(&quot;siptrace&quot;, &quot;db_url&quot;, DBURL)<br>modparam(&quot;siptrace&quot;, &quot;table&quot;, &quot;sip_trace&quot;)<br>
modparam(&quot;siptrace&quot;, &quot;trace_flag&quot;, 18)<br>modparam(&quot;siptrace&quot;, &quot;trace_on&quot;, 1)<br>modparam(&quot;siptrace&quot;, &quot;trace_sl_acks&quot;, 1)<br><br>.<br>.<br>. route {<br>sip_trace();<br>
<br>.......<br>}<br><br><br>Now I can capture all incoming SIP messages, but I none of the outgoing. <br><br>Where can I put the sip_trace(); command to capture also the outgoing messages?<br><br>Thank you,<br><br>Peter<br>
<br>