Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ntbrock/8a698733abef17f9cf69 to your computer and use it in GitHub Desktop.
Save ntbrock/8a698733abef17f9cf69 to your computer and use it in GitHub Desktop.
Sweet OpenWrt Router: https://wiki.openwrt.org/toh/wd/n750?s[]=wd&s[]=n750
WD N750 Dual Band - $50 Amazon
The Cisco SPA504G's are great, WBPN's work well @ Vagabond. 192.168.1.254 is the default login, mine are Carbonated!!!
The PolyComs boot very slowly.
The Polycom phones transmit special default authentication information with the firmware version I am using.
The password is always sent as blank, secret tip.
I find that in FreePbx the secret must be blanked out and the extenion name must be mutated from [206] to be [sip206_tdapmk]
in /etc/asterisk/sip_additional.conf
DIFF
[ec2-user@ip-172-31-44-132 asterisk]$ diff sip_additional.conf sip_additional.conf.2015Dec07
8c8
< [203]
---
> [sip203_tdskmia]
10c10
< secret=a244563080837926f
---
> secret=
100c100
< nat=yes
---
> nat=no
Downside is that manually editing this file causes changes to be destroyed with every restart of the asterisk daemon via init.d
* TODO> Look into mysql/rdbms to see if these values can be hacked in DB, bypassing the freepbx web ui menus.
Remember default admin password: 456
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment