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:[EMAIL PROTECTED]
icq#16849755          iax:[EMAIL PROTECTED]
+972-50-7952406          jabber:[EMAIL PROTECTED]
[EMAIL PROTECTED]     http://www.xorcom.com
_______________________________________________
--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