You could try chaging the debug level to 4 as your currently on 3. Logs should be under /var/log/messages by default.
Hope this helps On 15 May 2010 19:40, Aditya Kumar [via OpenSIPS (Open SIP Server)] < [email protected]<ml-node%[email protected]> > wrote: > Hi all, > I am having issue running the example script. > > I installed opensips and running with command ./opensips -f etc/exec_s5.cfg > Issue is : I am able to see the INVITE/REGISTER on the linux box where > opensips is installed on 5060 port.(using SNIFFER) > But I dont see in Debug logs of opensips (or) ir prints anything. > so looks like my sip Request is not hitting the server. > > can u pl let me know what I am missing > > ================================== > # > # $Id: exec_s5.cfg 5894 2009-07-20 13:04:45Z bogdan_iancu $ > # > # simple quick-start config script > # > > # ----------- global configuration parameters ------------------------ > > debug=3 > log_stderror= yes > log_facility=LOG_LOCAL0 > > fork=yes > children=4 > > /* uncomment the following lines to enable debugging */ > debug=6 > #fork=no > > /* uncomment the next line to disable TCP (default on) */ > disable_tcp=yes > port=5060 > > > #set module path > mpath="/usr/local/lib/opensips/modules/" > > loadmodule "sl.so" > loadmodule "tm.so" > loadmodule "usrloc.so" > loadmodule "registrar.so" > loadmodule "exec.so" > > # ----------------- setting module-specific parameters --------------- > > route{ > # uri for my domain ? > if (uri==myself) { > > if (method=="REGISTER") { > save("location"); > return; > }; > > # native SIP destinations are handled using our USRLOC DB > # if (!lookup("location")) { > # proceed to email notification > if (method=="INVITE") route(1){ > else sl_send_reply("404", "Not Found"); > .... > > > > _______________________________________________ > Users mailing list > [hidden email] <http://user/SendEmail.jtp?type=node&node=5059723&i=0> > http://lists.opensips.org/cgi-bin/mailman/listinfo/users > > > ------------------------------ > View message @ > http://opensips-open-sip-server.1449251.n2.nabble.com/Issue-with-opensips-example-file-tp5059723p5059723.html > To unsubscribe from OpenSIPS (Open SIP Server), click > here<http://opensips-open-sip-server.1449251.n2.nabble.com/subscriptions/Unsubscribe.jtp?code=YnJpYW5rZWl0aGphbWVzQGdvb2dsZW1haWwuY29tfDE0NDkyNTF8NTkyNDg5NzI0>. > > > -- View this message in context: http://opensips-open-sip-server.1449251.n2.nabble.com/Issue-with-opensips-example-file-tp5059723p5060088.html Sent from the OpenSIPS - Users mailing list archive at Nabble.com.
_______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
