My openser.cfg runs and the modules load but then I get this message: "ERROR: tcp_init: bind(7, 0x811d384, 16) on 127.0.0.1:5060 : Address already in use"
Environment is Red Hat and OpenSER 1.1.0
We do not need TCP as we only use UDP.
Is there a simple way to remove TCP from the OpenSER environment?
If not, how do we figure out what is causing the conflict? The box used to run Asterisk but it was shut down.
TIA,
Bill
El Martes, 5 de Febrero de 2008, Bill Brownrigg escribió:
My openser.cfg runs and the modules load but then I get this message: "ERROR: tcp_init: bind(7, 0x811d384, 16) on 127.0.0.1:5060 : Address already in use"
Environment is Red Hat and OpenSER 1.1.0
We do not need TCP as we only use UDP.
Is there a simple way to remove TCP from the OpenSER environment?
If not, how do we figure out what is causing the conflict? The box used to run Asterisk but it was shut down.
Run:
~# netstat -putan | grep ":5060"
It will show you which process is using port 5060.
Bill,
See:
http://www.openser.org/dokuwiki/doku.php/core-cookbook:1.3.x#disable_tcp
Cheers,
-- Alex
Bill Brownrigg wrote:
My openser.cfg runs and the modules load but then I get this message: “ERROR: tcp_init: bind(7, 0x811d384, 16) on 127.0.0.1:5060 : Address already in use”
Environment is Red Hat and OpenSER 1.1.0
We do not need TCP as we only use UDP.
Is there a simple way to remove TCP from the OpenSER environment?
If not, how do we figure out what is causing the conflict? The box used to run Asterisk but it was shut down.
TIA,
Bill
Users mailing list Users@lists.openser.org http://lists.openser.org/cgi-bin/mailman/listinfo/users