[asterisk-users] Error in ubuntu dapper

Tzafrir Cohen tzafrir.cohen at xorcom.com
Sat Jul 29 00:26:00 MST 2006


On Fri, Jul 21, 2006 at 06:13:50PM -0500, brandon kruz wrote:
> 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

Indeed reading the man page is rcommended.

If you don't intend to run this as root:

  netstat -lnu | grep 5060

But if you happen to run this as root:

  sudo netstat -lntp | grep 5060

which should also give you the name of the process.
(-u is for UDP. Also consider -t or --ip)

> then start asterisk :]

Shouldn't 'sip reload' / 'reload' be good enough?

-- 
Tzafrir Cohen         sip:tzafrir at local.xorcom.com
icq#16849755          iax:tzafrir at local.xorcom.com
+972-50-7952406          jabber:tzafrir at jabber.org
tzafrir.cohen at xorcom.com     http://www.xorcom.com



More information about the asterisk-users mailing list