<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:'times new roman', 'new york', times, serif;font-size:12pt"><div>Hi all,</div><div>I am having issue running the example script.</div><div><br></div><div>I installed opensips and running with command ./opensips -f etc/exec_s5.cfg</div><div>Issue is : I am able to see the INVITE/REGISTER on the linux box where opensips is installed on 5060 port.(using SNIFFER)</div><div>But I dont see in Debug logs of opensips (or) ir prints anything.</div><div>so looks like my sip Request is not hitting the server.</div><div><br></div><div>can u pl let me know what I am missing</div><div><br></div><div>==================================</div><div><div>#</div><div># $Id: exec_s5.cfg 5894 2009-07-20 13:04:45Z bogdan_iancu $</div><div>#</div><div># simple quick-start config script</div><div>#</div><div><br></div><div># ----------- global configuration parameters
 ------------------------</div><div><br></div><div>debug=3</div><div>log_stderror= yes</div><div>log_facility=LOG_LOCAL0</div><div><br></div><div>fork=yes</div><div>children=4</div><div><br></div><div>/* uncomment the following lines to enable debugging */</div><div>debug=6</div><div>#fork=no</div><div><br></div><div>/* uncomment the next line to disable TCP (default on) */</div><div>disable_tcp=yes</div><div>port=5060</div><div><br></div><div><br></div><div>#set module path</div><div>mpath="/usr/local/lib/opensips/modules/"</div><div><br></div><div>loadmodule "sl.so"</div><div>loadmodule "tm.so"</div><div>loadmodule "usrloc.so"</div><div>loadmodule "registrar.so"</div><div>loadmodule "exec.so"</div><div><br></div><div># ----------------- setting module-specific parameters ---------------</div><div><br></div><div>route{</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;# uri for my domain ?</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;if (uri==myself)
 {</div><div><br></div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;if (method=="REGISTER") {</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;save("location");</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;return;</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;};</div><div><br></div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;# native SIP destinations are handled using our USRLOC DB</div><div># &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (!lookup("location")) {</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;# proceed to email notification</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;if (method=="INVITE") route(1){</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;else sl_send_reply("404", "Not Found");</div><div>....</div></div><div style="position:fixed"></div>


</div><br>

      </body></html>