[Asterisk-Users] Cisco 7960 - Have to press a menu button to dial

Paul A Brown paul at fowlmere.com
Wed Mar 22 14:19:38 MST 2006


Thanks Aaron

Worked a treat

Paul
----- Original Message ----- 
From: "Aaron Daniel" <amdtech at shsu.edu>
To: "Asterisk Users Mailing List - Non-Commercial Discussion" 
<asterisk-users at lists.digium.com>
Sent: Tuesday, March 21, 2006 10:37 PM
Subject: Re: [Asterisk-Users] Cisco 7960 - Have to press a menu button to 
dial


> 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
> _______________________________________________
> --Bandwidth and Colocation provided by Easynews.com --
>
> Asterisk-Users mailing list
> To UNSUBSCRIBE or update options visit:
>   http://lists.digium.com/mailman/listinfo/asterisk-users
> 




More information about the asterisk-users mailing list