Cisco ATA 187 sample configuration file – ATA-MAC.cnf.xml

Here is a sample configuration file for Cisco ATA187 (Analog Telephone Adaptor).

ATA187 is different from ATA186 that is allowed to edit configuration thru Web GUI interface.

To basic configuration change can be performed by IVR configuration mode such as IP of ATA, TFTP server  and Enable/Disable of DHCP option.

Cisco ATA187 supports only SIP, but not SCCP.

You need to create a configuration file and add it to tftp server that could CME or standalone server.

Also, you need two of configuration files for second line.

File name will be like this

ex) MAC address of ATA = F025.7278.46D4

ATAF025727846D4.cnf.xml <– Line 1

ATA25727846D401.cnf.xml <– Line 2 (Remove first two digits ("F0") of MAC address and add "01" at end of the MAC address

 

How to configure Cisco ATA187(SIP) on CUCME 8.6

 

#<?xml version="1.0"?>
#<device>
#<deviceProtocol>SIP</deviceProtocol>
#<devicePool>
#<callManagerGroup>
#<name>ATA187-Config</name>
#<tftpDefault>true</tftpDefault>
#<members>
#<member>
#<callManager>
#<name>192.168.77.201</name>
192.168.77.201 ; 192.168.77.201 is IP address of SIP server / CME
#<description>CME-SIP-GW</description>
#<ports>
#<sipPort>5060</sipPort>
5060 ; SIP port number(UDP)
#</ports>
#<processNodeName>192.168.77.201</processNodeName>
#</callManager>
#</member>
#</members>
#</callManagerGroup>
#<srstInfo>
#<userModifiable>false</userModifiable>
#<isSecure>false</isSecure>
#/srstInfo>
#</devicePool>
#<!– –>
#<sipProfile>
#<phoneLabel>Extension Label</phoneLabel>
#<!– –>
#<sipCallFeatures>
#<cnfJoinEnabled>true</cnfJoinEnabled>
#<callForwardURI>x-cisco-serviceuri-cfwdall</callForwardURI>
#<callPickupURI>x-cisco-serviceuri-pickup</callPickupURI>
#<callPickupListURI>x-cisco-serviceuri-opickup</callPickupListURI>
#<callPickupGroupURI>x-cisco-serviceuri-#gpickup</callPickupGroupURI>
#<meetMeServiceURI>x-cisco-serviceuri-meetme</meetMeServiceURI>
#<abbreviatedDialURI>x-cisco-serviceuri-abbrdial</abbreviatedDialURI>
#<rfc2543Hold>false</rfc2543Hold>
#<callHoldRingback>2</callHoldRingback>
#<localCfwdEnable>true</localCfwdEnable>
#<semiAttendedTransfer>true</semiAttendedTransfer>
#<anonymousCallBlock>2</anonymousCallBlock>
#<callerIdBlocking>2</callerIdBlocking>
#<dndControl>0</dndControl>
#<remoteCcEnable>true</remoteCcEnable>
#</sipCallFeatures>
#<!– –>
#<sipStack>
#<sipInviteRetx>6</sipInviteRetx>
#<sipRetx>10</sipRetx>
#<timerInviteExpires>180</timerInviteExpires>
#<timerRegisterExpires>3600</timerRegisterExpires>
#<timerRegisterDelta>5</timerRegisterDelta>
#<timerKeepAliveExpires>120</timerKeepAliveExpires>
#<timerSubscribeExpires>120</timerSubscribeExpires>
#<timerSubscribeDelta>5</timerSubscribeDelta>
#<timerT1>500</timerT1>
#<timerT2>4000</timerT2>
#<maxRedirects>70</maxRedirects>
#<remotePartyID>false</remotePartyID>
#<userInfo>None</userInfo>
#</sipStack>
#<!– –>
#<codec>g711ulaw</codec>
#<dtmfAvtPayload>101</dtmfAvtPayload>
#<dtmfDbLevel>3</dtmfDbLevel>
#<dtmfOutofBand>avt</dtmfOutofBand>
#<alwaysUsePrimeLine>false</alwaysUsePrimeLine>
#<alwaysUsePrimeLineVoiceMail>false</alwaysUsePrimeLineVoiceMail>
#<kpml>3</kpml>
#<sipLines>
#<line>
#<featureLabel>5555</featureLabel>
5555 ; Extention Number
#<proxy>192.168.77.201</proxy>
#<port>5060</port>
#<name>5555</name>
#<displayName>JUST A LABEL</displayName>
#<autoAnswer>
#<autoAnswerEnabled>2</autoAnswerEnabled>
#</autoAnswer>
#<callWaiting>3</callWaiting>
#<authName>5555</authName>
#<authPassword>ipBalance</authPassword>
#<sharedLine>false</sharedLine>
#<contact>5555</contact>
#<forwardCallInfoDisplay>
#<callerName>true</callerName>
#<callerNumber>false</callerNumber>
#<redirectedNumber>false</redirectedNumber>
#<dialedNumber>true</dialedNumber>
#</forwardCallInfoDisplay>
#</line>
#</sipLines>
#<dialTemplate>dialplan.xml</dialTemplate>
#</sipProfile>
#<userLocale>
#<name>English_United_States</name>
#<langCode>en_US</langCode>
#<winCharSet>iso-8859-1</winCharSet>
#</userLocale>
#<networkLocale>United_States</networkLocale>
#<networkLocaleInfo>
#<name>United_States</name>
#</networkLocaleInfo>
#</device>


 

 

Leave a Reply