Benutzeranleitung / Produktwartung DTMF+ Interface AXB-DTMF+ des Produzenten AMX
Zur Seite of 32
instruction manual AXlink Bus Controllers AXB-DTMF+ DTMF+ Interface.
AMX Limited W arranty and Disc laimer AMX Corporation warrants its products to be free of defects in material and workmanship under normal use for three (3) years from the date of purchase from AMX Co.
T able of Contents i AXB-DTMF + DTMF+ Inte rface T able of Contents Product Information ........ ................ ................. ................ .............. .............. ............ 1 Specifications ..........................................
ii AXB-DTMF+ DTMF+ Interface T able of Contents.
Product Information 1 AXB-DTMF + DTMF+ Inte rface Pr oduct Inf ormation The AXB-DTMF+ DTMF Interface (FIG. 1) links an Axcess central controller to a telephone network, enabling dual tone multi-frequency (DTM F) and audio pass-throug h control.
Product Information 2 AXB-DTMF+ DTMF+ Interface AXB-DTMF+ Specifications (Cont.) Operation modes (set via interna l jumpers): • Auto Ans wer • Line T ype Refer to Setting the Internal Jumpers section on page 3 f or details. Fr ont panel compone nts (FIG.
Configuration and Installation 3 AXB-DTMF + DTMF+ Inte rface Configuration and Installation Setting the Internal J umpers There are two 2-position jumpers on the AXB-DTMF+ ci rcuit card (FIG.
Configuration and Install ation 4 AXB-DTMF+ DTMF+ Interface Line Setting m ode The 2-position jumper JP1 selects PHONE or LEASED line operation when system powers on. FIG. 3 shows the default setting. T o change the line setting default from PHONE to LEASED : 1.
Configuration and Installation 5 AXB-DTMF + DTMF+ Inte rface Connecting External T elephone Lines T elep hone cabling for both the input and extension lines are standard RJ-11 type connections. Follo w these steps to connect external telephone lines .
Configuration and Install ation 6 AXB-DTMF+ DTMF+ Interface T esting the AXB-DTMF+ Follo w these steps to test the AXB-D TMF+: 1. Disconnect AXlink power . 2. Remov e the cover from the unit housing and set the A UTO ANSWER jumper to AU T O A N S W E R ON then reinstall the cover on the unit housing.
Programming 7 AXB-DTMF + DTMF+ Inte rface Pr ogramming Program the AXB-DTMF+ to send outbound DT MF codes using Axcess Send_Comm ands from the control Fine T uning - commands allowing experienced users the ability to obtain performance in adverse system.
Programming 8 AXB-DTMF+ DTMF+ Interface Operative System Send_Commands ( Cont.) Command Description A UDIO-ON Enable audio from passing through the AXB-DTMF+ to the phone line.
Programming 9 AXB-DTMF + DTMF+ Inte rface Operative System Send_Commands (Cont.) Command Description DIAL-X-XXX-XXXX Dial number and send DTMF . • Spaces or hyphens are ignored when dialing. • A 'W' in the dial command will cause the AXB-DTMF+ to wait f or dial tone before dialing the ne xt digit in the dial command.
Programming 10 AXB-DTMF+ DTMF+ Interface Timing System Send_Commands The follo wing table list s the commands , which establish normal si gnal timing. The commands are listed alphabetically by operatio n and inclu de syntax, syntax descriptions, usage examples, time increments, and reset default values.
Programming 11 AXB-DTMF + DTMF+ Inte rface Timing System Send_Commands (Cont.) Command Description LOSSLCMIN-XXX The minimum time a loop current is off (used to detect o ther end hung up). • Time increment = 10 ms • Default at reset = 10 Example: SEND_COMMAND DTMF, 'LOSSLCMIN-15' Sets a .
Programming 12 AXB-DTMF+ DTMF+ Interface Timing System Send_Commands (Cont.) Command Description OREOFFMAX-XXX Outgoing reorder (f ast bu sy) off time maximum. • Time increment = 10 ms • Default at reset = 35 Example: SEND_COMMAND DTMF, 'OREOFFMAX-45' Sets the outgoing reorder (f ast b usy) off time maximu m to .
Programming 13 AXB-DTMF + DTMF+ Inte rface Timing System Send_Commands (Cont.) Command Description ORIONMAX-XXX Outgoing ring on time maximum. • Time increment = 100 ms • Default at reset = 22 Example: SEND_COMMAND DTMF, 'ORIONMAX-30' Sets the outgoing ring on time maximum to 3.
Programming 14 AXB-DTMF+ DTMF+ Interface Fine T uning Send_Commands The following table lists the commands that fine tune AXB-DTMF+ sign al timing. Most li kely , you will not hav e to change Fine T uning param ete rs.
Programming 15 AXB-DTMF + DTMF+ Inte rface Distinctive Ring P atterns and Send_Commands Distinctiv e ringing is a service provided by the lo c al telephone company . Distinctive ring allo ws additional phone numbers to be assigned to a single phone line.
Programming 16 AXB-DTMF+ DTMF+ Interface Changing a Default Ring P attern Change a default ring pattern using the appr opriate Send_Command when program ming the AXB- DTMF+. Each ring pattern consists of f iv e part s with each part having a specif ic Send_Command.
Programming 17 AXB-DTMF + DTMF+ Inte rface Distinctive Ring Send_Commands The following Send_Commands are av ailable for changing the default distinctiv e ring patterns. Each ring pattern consists of f i ve part s with each part requiring a Send_Command.
Programming 18 AXB-DTMF+ DTMF+ Interface Axcess Pr ogram Example T o program the AXB-DTMF+, you will need a perso nal computer with the Axcess software program, an Axcess Central controller , an A Xlink po wer/data ca ble, as well as an CC-COM Axcess programming cable.
Programming 19 AXB-DTMF + DTMF+ Inte rface (* CONSTANT DEFINITIONS GO BELOW *) (*********************************************************************) DEFINE_CONSTANT (********************************.
Programming 20 AXB-DTMF+ DTMF+ Interface IF(STATE=2) { STATE=3 SEND_COMMAND DTMF_CARD,'OFF-HOOK' WAIT 20 'WAIT FOR DIAL TONE' { SEND_STRING 0,"'ERROR: NO DIAL TONE',.
Programming 21 AXB-DTMF + DTMF+ Inte rface IF(STATE=5) { PUSH[DTMF_CARD,34] (*OUTGOING_BUSY*) { CANCEL_WAIT 'WAIT FOR RESPONSE TO DIAL' SEND_COMMAND DTMF_CARD,'ON HOOK' (*NUMBER IS.
Programming 22 AXB-DTMF+ DTMF+ Interface Channel Codes Channel codes on the AXB-DTMF+ are stored in me mory (firmware) and process all outbound or inbound DTMF from a set of program instructio ns downloaded to the Axcess Central controller .
Programming 23 AXB-DTMF + DTMF+ Inte rface Channel Codes (Cont.) Operation Channel # Description (ON Indicates) Detection (Cont.) 39 Indicates a m omentar y lo ss of loop current (call ter mination). Call Progress Repor ting retur ned to the Axcess AXC-EM when call termina tion is detected.
Programming 24 AXB-DTMF+ DTMF+ Interface Caller ID The AXB-DTMF+ provides report capability for recei ving Caller ID information. The following table shows the Caller ID data string sent to the A xcess AXC-EM Enhanced Master Card. A description and format use are also described.
Programming 25 AXB-DTMF + DTMF+ Inte rface (* THE DATA SHOULD APPEAR BETWEEN THE FIRST AND SECOND *) (* RING. *) (* *) (***********************************************************************) (* DEVICE NUMBER DEFINITIONS GO BELOW *) (***********************************************************************) DEFINE_DEVICE DTMF = 96 (* AXB-DTMF+ V X.
Programming 26 AXB-DTMF+ DTMF+ Interface DEFINE_PROGRAM IF (FIND_STRING(DTMF_BUFFER,'CLID-',1)) (* START OF STRING FOUND *) { WAIT 20 'NO VALID STRING FOUND' (* TIME-OUT AFTER 2.
Programming 27 AXB-DTMF + DTMF+ Inte rface.
AMX reserves the right to alter specif ications with out no tice at a ny time. brussels • dallas • los angeles • mexico city • philad elphia • sha nghai • singapore • tampa • toronto • yor k 3000 research drive, richardson, TX 75082 USA • 469.
Ein wichtiger Punkt beim Kauf des Geräts AMX DTMF+ Interface AXB-DTMF+ (oder sogar vor seinem Kauf) ist das durchlesen seiner Bedienungsanleitung. Dies sollten wir wegen ein paar einfacher Gründe machen:
Wenn Sie AMX DTMF+ Interface AXB-DTMF+ noch nicht gekauft haben, ist jetzt ein guter Moment, um sich mit den grundliegenden Daten des Produkts bekannt zu machen. Schauen Sie zuerst die ersten Seiten der Anleitung durch, die Sie oben finden. Dort finden Sie die wichtigsten technischen Daten für AMX DTMF+ Interface AXB-DTMF+ - auf diese Weise prüfen Sie, ob das Gerät Ihren Wünschen entspricht. Wenn Sie tiefer in die Benutzeranleitung von AMX DTMF+ Interface AXB-DTMF+ reinschauen, lernen Sie alle zugänglichen Produktfunktionen kennen, sowie erhalten Informationen über die Nutzung. Die Informationen, die Sie über AMX DTMF+ Interface AXB-DTMF+ erhalten, werden Ihnen bestimmt bei der Kaufentscheidung helfen.
Wenn Sie aber schon AMX DTMF+ Interface AXB-DTMF+ besitzen, und noch keine Gelegenheit dazu hatten, die Bedienungsanleitung zu lesen, sollten Sie es aufgrund der oben beschriebenen Gründe machen. Sie erfahren dann, ob Sie die zugänglichen Funktionen richtig genutzt haben, aber auch, ob Sie keine Fehler begangen haben, die den Nutzungszeitraum von AMX DTMF+ Interface AXB-DTMF+ verkürzen könnten.
Jedoch ist die eine der wichtigsten Rollen, die eine Bedienungsanleitung für den Nutzer spielt, die Hilfe bei der Lösung von Problemen mit AMX DTMF+ Interface AXB-DTMF+. Sie finden dort fast immer Troubleshooting, also die am häufigsten auftauchenden Störungen und Mängel bei AMX DTMF+ Interface AXB-DTMF+ gemeinsam mit Hinweisen bezüglich der Arten ihrer Lösung. Sogar wenn es Ihnen nicht gelingen sollte das Problem alleine zu bewältigen, die Anleitung zeigt Ihnen die weitere Vorgehensweise – den Kontakt zur Kundenberatung oder dem naheliegenden Service.