cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1024
Views
0
Helpful
3
Replies

Password protection for ATA 187

acharyr123
Level 3
Level 3

Hi,

Can i have password protection for ATA 187??

3 Replies 3

Hello,

May i ask to  what the password is needed , is it to not let the FAX make external calls after work hours or something ?

If this is the case , you can program a FAC or CMC so that when the user sends a fax , the user has to insert a pass code to let the call continue .

Also you do have another thing , you can create a seperate partition for the ATA , and you can scheduale this partition to work (process outside calls) from specific time to specific time and day.

Amer

Jehad.fadda
Level 1
Level 1

Hi there;

i was wonddering if you got the ATA 187 to work? if so, do you think it is possible to send me one of your ATA(MAC address).cnf.xml files off your TFTP server? feel free to remove all of your network details from the file and replace them with an adjective.

i would really appreciate your help

thanks

Hello colleagues!

Copied from another (Elastix ) forum:

Cisco ATA 187 with my Elastix box, so I share the solution to the community:

1. You need to have a TFTP server on your Elastix box.
-- This tutorial worked well for me linuxlink.timesys.com/docs/linux_tftp

2. Install your ATA 187 with a working analogic phone.

3. In the ATA 187 you need to configure the IP of the TFTP server, so you push the setup button in the ATA and listen in the analog phone, you will be prompted to enter a pin, the default pin is CISCO (24726) and then #.

4. The 2nd option of the IVR is to configure the TFTP server. Select it, wait until your are prompted to enter the IP address of your Elastix box.
-- To enter a '.' (dot) you can use the '*' button.

5. Connect via SSH to your Elastix box and check a folder in / named tftpboot in that folder create with vim or nano a file named ATA<YOURATAMACADDRESS>.cnf.xml
-- Where YOURATAMACADDRESS is the MAC Address of the ATA i.e. ATA001122334455.cnf.xml
-- This is for the line 1 for the 2nd line read below the section:
«*** To configure the second line ***»

6. Put this code and MODIFY it to your needs (the words in uppercase ):
Code:

<?xml version="1.0"?>
<device>
<deviceProtocol>SIP</deviceProtocol>
<devicePool>
<callManagerGroup>
<name>Default</name>
<tftpDefault>true</tftpDefault>
<members>
<member>
<callManager>
<name>YOURELASTIXIP</name>
<description>Elastix</description>
<ports>
<sipPort>5060</sipPort>
</ports>
<processNodeName>YOURELASTIXIP</processNodeName>
</callManager>
</member>
</members>
</callManagerGroup>
<srstInfo>
<userModifiable>false</userModifiable>
<isSecure>false</isSecure>
</srstInfo>
</devicePool>
<!-- -->
<sipProfile>
<phoneLabel>JUST A 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>g729a</codec>
<dtmfAvtPayload>101</dtmfAvtPayload>
<dtmfDbLevel>3</dtmfDbLevel>
<dtmfOutofBand>avt</dtmfOutofBand>
<alwaysUsePrimeLine>false</alwaysUsePrimeLine>
<alwaysUsePrimeLineVoiceMail>false</alwaysUsePrimeLineVoiceMail>
<kpml>3</kpml>
<sipLines>
<line>
<featureLabel>YOUR EXTENSION NUMBER</featureLabel>
<proxy>SIP proxy</proxy>
<port>5060</port>
<name>YOUR EXTENSION NUMBER</name>
<displayName>JUST A LABEL</displayName>
<autoAnswer>
<autoAnswerEnabled>2</autoAnswerEnabled>
</autoAnswer>
<callWaiting>3</callWaiting>
<authName>YOUR EXTENSION NUMBER</authName>
<authPassword>yymmG1FP3</authPassword>
<sharedLine>false</sharedLine>
<contact>YOUR EXTENSION NUMBER</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>


*** There are maybe some things that are wrong or are unnecessary. ***

You need another file named dialplan.xml, here is a template, modify it to your needs:

Code:

<DIALTEMPLATE>
<TEMPLATE MATCH="*" Timeout="5"/> <!-- Anything else -->
</DIALTEMPLATE>


7. Turn off and then on your ATA 187.

8. Wait until it boots completely and query to the TFTP server the files.

9. Enjoy, now you have your line configured


*** To configure the second line ***

Configure the XML file with the template of the first line and then name it using this example:

If the mac of yout ATA is 001122334455, you should name the file like this 112233445501.cnf.xml
In other words, you discard the first 8 bits of the MAC Addr and you add a 01 in the end.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: