Skip to content

Instantly share code, notes, and snippets.

@rpfilomeno
Created February 11, 2015 11:05
Show Gist options
  • Save rpfilomeno/d641fabad8ccdb08e7f7 to your computer and use it in GitHub Desktop.
Save rpfilomeno/d641fabad8ccdb08e7f7 to your computer and use it in GitHub Desktop.
Polycom Phones
# directory.cfg
<dir
dir.corp.address="ldap://domaincontroller"
dir.corp.attribute.1.filter=""
dir.corp.attribute.1.label="Last Name"
dir.corp.attribute.1.name="sn"
dir.corp.attribute.1.sticky="0"
dir.corp.attribute.1.type="last_name"
dir.corp.attribute.2.filter=""
dir.corp.attribute.2.label="First Name"
dir.corp.attribute.2.name="givenName"
dir.corp.attribute.2.sticky="0"
dir.corp.attribute.2.type="first_name"
dir.corp.attribute.3.filter=""
dir.corp.attribute.3.label="Work Number"
dir.corp.attribute.3.name="telephoneNumber"
dir.corp.attribute.3.sticky="0"
dir.corp.attribute.3.type="phone_number"
dir.corp.attribute.4.filter=""
dir.corp.attribute.4.label="Mobile Number"
dir.corp.attribute.4.name="mobile"
dir.corp.attribute.4.sticky="0"
dir.corp.attribute.4.type="phone_number"
dir.corp.attribute.5.filter=""
dir.corp.attribute.5.label="Home Number"
dir.corp.attribute.5.name="homePhone"
dir.corp.attribute.5.sticky="0"
dir.corp.attribute.5.type="phone_number"
dir.corp.baseDN="OU=****,DC=****,DC=****,DC=****"
dir.corp.filterPrefix="(objectclass=person)"
dir.corp.password="****"
dir.corp.port="389"
dir.corp.transport="TCP"
dir.corp.user="****"
/>
http://downloads.polycom.com/voice/voip/sip_sw_releases_matrix.html
http://downloads.polycom.com/voice/voip/uc_sw_releases_matrix.html
http://etel.wiki.oreilly.com/wiki/index.php/Dynamic_Phone_Provisioning_with_res_phoneprov_and_TFTP
https://wiki.freeswitch.org/wiki/Polycom_configuration#MAC-phone.cfg
https://freeswitch.org/confluence/display/FREESWITCH/Polycom+Reset+Codes
https://freeswitch.org/confluence/display/FREESWITCH/Polycom+Configuration
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment