Dear Saúl Ibarra I don't modify my configuration file, but I using "'kamailio'" to start ,then i got the msg :
Listening on udp: 127.0.0.1 [127.0.0.1]:5060 udp: 140.125.35.240 [140.125.35.240]:5060 tcp: 127.0.0.1 [127.0.0.1]:5060 tcp: 140.125.35.240 [140.125.35.240]:5060 Aliases: tcp: vino.local:5060 tcp: localhost:5060 udp: vino.local:5060 udp: localhost:5060
is it represents the openser success ?
cheers, vinod
-----Original Message----- From: users-bounces@lists.kamailio.org [mailto:users-bounces@lists.kamailio.org] On Behalf Of Saul Ibarra Sent: Tuesday, June 09, 2009 3:21 PM Cc: users@lists.kamailio.org Subject: Re: [Kamailio-Users] /etc/init.d/kamailio start can't start
Try this options in your configuration file:
debug=6 fork=no log_stderror=yes
And start kamailio just by executing 'kamailio', without the init script, so you'll be able to see what happens.
2009/6/9 vinod vinod.nanjaiah@gmail.com:
Dear Saúl Ibarra I don't modify my configuration file, but I using "'kamailio'" to start ,then i got the msg :
Listening on udp: 127.0.0.1 [127.0.0.1]:5060 udp: 140.125.35.240 [140.125.35.240]:5060 tcp: 127.0.0.1 [127.0.0.1]:5060 tcp: 140.125.35.240 [140.125.35.240]:5060 Aliases: tcp: vino.local:5060 tcp: localhost:5060 udp: vino.local:5060 udp: localhost:5060
is it represents the openser success ?
After it, check if the process is running (not so hard):
~# ps -ef | grep kamailio
Dear Saúl Ibarra : root@li:~/tools# ps -ef | grep kamailio root 30849 30749 0 18:45 pts/7 00:00:00 grep kamailio
looks like the process is not running . what's happening!
cheers, vinod
-----Original Message----- From: users-bounces@lists.kamailio.org [mailto:users-bounces@lists.kamailio.org] On Behalf Of Inaki Baz Castillo Sent: Tuesday, June 09, 2009 6:23 PM Cc: users@lists.kamailio.org Subject: Re: [Kamailio-Users] FW: /etc/init.d/kamailio start can't start
2009/6/9 vinod vinod.nanjaiah@gmail.com:
Dear Saúl Ibarra I don't modify my configuration file, but I using "'kamailio'" to start ,then i got the msg :
Listening on udp: 127.0.0.1 [127.0.0.1]:5060 udp: 140.125.35.240 [140.125.35.240]:5060 tcp: 127.0.0.1 [127.0.0.1]:5060 tcp: 140.125.35.240 [140.125.35.240]:5060 Aliases: tcp: vino.local:5060 tcp: localhost:5060 udp: vino.local:5060 udp: localhost:5060
is it represents the openser success ?
After it, check if the process is running (not so hard):
~# ps -ef | grep kamailio
2009/6/9 vinod vinod.nanjaiah@gmail.com:
Dear Saúl Ibarra : root@li:~/tools# ps -ef | grep kamailio root 30849 30749 0 18:45 pts/7 00:00:00 grep kamailio
looks like the process is not running . what's happening!
what is hapeening is that you are not doing what lot of mails in this thread are suggesting to you. Saul and me have already suggested you to do some stuf.
On Dienstag, 9. Juni 2009, vinod wrote:
Dear Saúl Ibarra : root@li:~/tools# ps -ef | grep kamailio root 30849 30749 0 18:45 pts/7 00:00:00 grep kamailio
looks like the process is not running . what's happening!
Hi Vinod,
take a look to the log file (/var/log/daemon, or ..messages) to get an idea why it stops during the start process.
Henning