Hello,<br><br><br><div><span class="gmail_quote">On 9/15/09, <b class="gmail_sendername">zhangchao00001</b> &lt;<a href="mailto:zhangchao0000198@163.com">zhangchao0000198@163.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><br>Hello everybody, could someone give me a config example about how to use PATH module?</div>
<div>Dose opensips 1.5 version support PATH?</div></blockquote><div><br>Yes, it does.<br>just add this before forwarding/relaying the REGISTER:<br>
<br>
<pre>        if(!add_path_received()) {<br>                sl_send_reply(&quot;503&quot;, &quot;Internal Path Error&quot;);<br>                exit;<br>        }<br></pre>
It is that simple.<br> 
<br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div>I write a config, using command opensips -c check it all right ,but can&#39;t run the opensips.</div>
</blockquote><div><br>Enable debug in the cfg and look into the log files.<br><br></div><br></div><br>