in addition to russel
use
(in ubuntu)
sudo netstat
or man netstat for further, more precise methods
look for your specific port
eg
sudo netstat -a | grep 5060
and it shoudl tell you the process name, and what directory it is comming from
shut it off
and do that
sudo netstat -a | grep 5060 again
it should be clear
then start asterisk :]

keep us updated.

the fact that it is from module chan_sip, as russel said
i believe its a sip phone indeed(softphone, X-lite, SJ-phone, etc)


On Fri, 2006-07-21 at 12:37 -0400, don Paolo Benvenuto wrote:
> Jul 21 12:31:51 WARNING[6333]: chan_sip.c:12637 reload_config: Failed to bind to 10.152.58.9:5060: Address already in use

It looks like another application on your system is using port 5060.
Did you install any new software such as a soft phone?

If you are now using another application that wants to use port 5060,
you will need to configure one of them to use a different port.

--
Russell Bryant
Software Developer
Digium, Inc.

_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today - it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to