Created
February 11, 2015 11:05
-
-
Save rpfilomeno/d641fabad8ccdb08e7f7 to your computer and use it in GitHub Desktop.
Polycom Phones
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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="****" | |
/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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