Tomislav ParĨina
2006-Mar-26 23:22 UTC
[Asterisk-Users] Re: Cisco 7960 - Have to press a menu button to dial
In article <Pine.LNX.4.64.0603211635320.7043@ab1-1-246.shsu.edu>, amdtech@shsu.edu says...> You have to set up a dialplan.xml file in your tftpboot directory for the > phone to pull: > > <DIALTEMPLATE> > <TEMPLATE MATCH="9,59....." Timeout="0"/> > <TEMPLATE MATCH="9,29....." Timeout="0"/> > <TEMPLATE MATCH="9,832......." Timeout="0"/> > <TEMPLATE MATCH="9,713......." Timeout="0"/> > <TEMPLATE MATCH="9,281......." Timeout="0"/> > <TEMPLATE MATCH="9,903......." Timeout="0"/> > <TEMPLATE MATCH="\*500" Timeout="0"/> > <TEMPLATE MATCH="\*54" Timeout="0"/> > <TEMPLATE MATCH="\*55" Timeout="0"/> > <TEMPLATE MATCH="\*69" Timeout="0"/> > <TEMPLATE MATCH="*" Timeout="5"/> <!-- Anything else --> > </DIALTEMPLATE>Hi Aaron! Can you tell me what "," and "\" stands for? "." changes only one number from 0 to 9, right? "*" changes unlimited number of numbers from 0 to 9? -- Tomislav Parcina tparcina#lama.hr
Aaron Daniel
2006-Mar-27 00:01 UTC
[Asterisk-Users] Re: Cisco 7960 - Have to press a menu button to dial
> Hi Aaron! > > Can you tell me what "," and "\" stands for? > "." changes only one number from 0 to 9, right? > "*" changes unlimited number of numbers from 0 to 9? > > > -- > Tomislav Parcina > tparcina#lama.hrAbsolutely right :) "\" escapes the next character, so if you wants *69 to go through immediately, you'd put "\*69" so that the * gets recognized as a digit. "," returns the dialtone sound. When my users hit "9", they like to hear the dialtone still so they know they're dialing outside. You got "." and "*" right. Never put a 0 timeout on "*" or nothing else will work right. Hope that helps. -- Aaron Daniel Computer Systems Technician Sam Houston State University amdtech@shsu.edu (936) 294-4198