2016
January
Standard

Polycom IP 450 intercom issue

all you have to do to fix is switch the line in sip.cfg

voIpProt.SIP.alertInfo.1.value="Ring Answer"

To:

voIpProt.SIP.alertInfo.1.value="info=Auto Answer"
The end
Standard

asterisk modules update from CLI

[root@VoIP ~]# amportal a ma update framework

Fetching FreePBX settings with gen_amp_conf.php..

Found module locally, verifying...Verified. Using Local

Untaring..Done
Module framework successfully downloaded
installing files to /var/www/html..done
installing files to /var/lib/asterisk/bin..done
installing files to /var/lib/asterisk/agi-bin..done
Checking for upgrades..No further upgrades necessary
framework file install done, removing packages from module
file/directory: /var/www/html/admin/modules/framework/amp_conf removed successfully                                                                                     
file/directory: /var/www/html/admin/modules/framework/upgrades removed successfully                                                              
file/directory: /var/www/html/admin/modules/framework/libfreepbx.install.php removed successfully
Generating CSS...Done
Module framework successfully installed

SETTING FILE PERMISSIONS...................Done
Removing any dangling symlinks
Dangling symlinks removed
[root@VoIP ~]# amportal a r

Fetching FreePBX settings with gen_amp_conf.php..

Successfully reloaded
[root@VoIP ~]#

The end