Sounds like an incomplete configuration. How did you install it? (source, yum, 
ISO)? Do any of the services need to be restarted from sipXconfig? 

from the cli do

sipxproc --state

Everything should be running except CallResolver-Agent. Certain other functions 
would not be running if you didn;t assign the server that role (ACD, etc.).

Do you have selinux or iptables running?

To see what process id claims the port

fuser -n udp 5060
ex: 5060/udp:             6766
this will give you the process id

then 

ps -p 6766
  PID TTY          TIME CMD
 6766 tty1     00:00:50 sipXproxy

All of the above examples are linux commands, not sipxspecific (that's my 
term!). I think you need to look at your sipx server, services and see if they 
are running, and provide some more information. 

Can you register a phone? Can you login to sipXconfig? 

The more information you can provide, the more assistance and replies from the 
list you will get paduan (I sayeth in a yoda voice, and yes, I CAN sound just 
like him. My kids get creeped out sometimes).

-Tony



>>> "Michael Siebecker" <[email protected]> 05/30/09 5:08 PM >>>
Hi all.
Using sipxecs 4.0 i now have a case where the server doesn't offer
access to ports 5060 (no process claims it).
Where should i look for reasons or log information?
Thanks.
_______________________________________________
sipx-users mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-users
Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-users

_______________________________________________
sipx-users mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-users
Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-users

Reply via email to