Created
May 29, 2015 13:10
-
-
Save alhafoudh/f6e6dd423638591d9c87 to your computer and use it in GitHub Desktop.
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
<?xml version="1.0" ?> | |
<device> | |
<deviceProtocol>SIP</deviceProtocol> | |
<sshUserId>root</sshUserId> | |
<sshPassword>cisco</sshPassword> | |
<devicePool> | |
<dateTimeSetting> | |
<dateTemplate>M/D/YA</dateTemplate> | |
<timeZone>Central Standard/Daylight Time</timeZone> | |
<ntps> | |
<ntp> | |
<name>192.168.3.233</name> | |
<ntpMode>Unicast</ntpMode> | |
</ntp> | |
</ntps> | |
</dateTimeSetting> | |
<callManagerGroup> | |
<members> | |
<member priority="0"> | |
<callManager> | |
<processNodeName>192.168.3.233</processNodeName> | |
<ports> | |
<sipPort>5060</sipPort> | |
</ports> | |
</callManager> | |
</member> | |
</members> | |
</callManagerGroup> | |
</devicePool> | |
<sipProfile> | |
<natEnabled></natEnabled> | |
<natAddress></natAddress> | |
<sipProxies> | |
<registerWithProxy>true</registerWithProxy> | |
<outboundProxy></outboundProxy> | |
<outboundProxyPort></outboundProxyPort> | |
<backupProxy>192.168.3.233</backupProxy> | |
<backupProxyPort>5060</backupProxyPort> | |
</sipProxies> | |
<preferredCodec>none</preferredCodec> | |
<phoneLabel>Cisco</phoneLabel> | |
<sipLines> | |
<line button="1"> | |
<featureID>9</featureID> | |
<featureLabel>2003</featureLabel> | |
<proxy>192.168.3.233</proxy> | |
<port>5060</port> | |
<name>2003</name> | |
<authName>2003</authName> | |
<authPassword>password</authPassword> | |
<messageWaitingLampPolicy>3</messageWaitingLampPolicy> | |
<messagesNumber>*97</messagesNumber> | |
</line> | |
</sipLines> | |
<dialTemplate>dialplan.xml</dialTemplate> | |
</sipProfile> | |
</device> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment