Question : Unable to answer inbound calls - Asterisk PBX - Polycom 330

Hello all,

This one has me totally stumped... all of a sudden on Thursday afternoon we're unable to answer any inbound calls.  Our Polycom's ring, but when you attempt to answer, the phones do not respond.

No changes were made to our network or PBX whatsoever when this started happening.

I've tried restarting our PBX, and all services, with no change.  We've been in contact with our PSTN and they do not see any issues on their end.

Originally we noticed the issues with calls coming in over a queue, but I've since tested sending a DID directly to a Polycom and I encounter the same issue.

Any help is greatly appreciated!

Answer : Unable to answer inbound calls - Asterisk PBX - Polycom 330

I got this from a website:

SUDO for solaris
 
Installing Packages from website
Download from http://www.sunfreeware.com/ftp/pub/freeware/companioncd/intel/nevada/

Unzip compressed package
bunzip2 SFWsudo.pkg.bz2

Install package
pkgadd -d SFWsudo.pkg


Using sudo package
ln -s /opt/sfw/sbin/visudo /usr/sbin/visudo
ln -s /opt/sfw/bin/sudo /usr/bin/sudo
ln -s /opt/sfw/etc/sudoers /etc/sudoers

Add wheel group and users to wheel group
cat /etc/group | grep wheel
wheel::11:root,anwar

Uncomment the line in /etc/sudoers
cat /etc/sudoers | grep wheel | grep -v \#
%wheel ALL=(ALL) NOPASSWD: SETENV: ALL

sudo needs to be setuid root in order to work
chmod 4111 /opt/sfw/bin/sudo

then login as your user, then type sudo su -
Random Solutions  
 
programming4us programming4us