[Asterisk-Users] Cisco 7960 - Have to press a menu button to dial
Aaron Daniel
amdtech at shsu.edu
Tue Mar 21 15:37:14 MST 2006
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>
Once you have that, modify your SIPDefault.cnf and add this to it:
dial_template: "dialplan"
And then reboot the phone. That should fix your dial problems :)
Also, if you want a different dialplan on a per phone basis, you can
change the name of the file from dialplan.xml to say, local.xml or
something, and change dial_template to "local" and it'll change per phone.
Aaron
On Tue, 21 Mar 2006, Paul A Brown wrote:
> Anyone know of a way round this? I basically dial the number I want and have to hit a dial number before it dials.....I would rather it dialled as soon as I had finished hitting the numbers like a normal phone does
>
> Cheers
--
Aaron Daniel
Computer Systems Technician
Sam Houston State University
amdtech at shsu.edu
(936) 294-4198
More information about the asterisk-users
mailing list