[Asterisk-Users] Advanced Cisco 7960 Config

Rich Adamson radamson at routers.com
Sat Mar 26 01:39:50 MST 2005


> I can't believe that the 7960 doesn't have a hot keypad. That has to be 
> one of the more annoying things I've heard.
> 
> Can you point me to a good dialplan.xml example that I can use on my phones?

Nope, you have to create your own based on what numbering scheme
you require, and what you've set up in your extensions.conf.

Here's one simple example for dialplan.xml:
<DIALTEMPLATE>
  <TEMPLATE MATCH="0" Timeout="1" User="Phone"/> <!-- Local operator-->
  <TEMPLATE MATCH="911" Timeout="0" User="Phone"/>
  <TEMPLATE MATCH="3..." Timeout="0" User="Phone"/> <!-- Corporate Dial plan-->
  <TEMPLATE MATCH="9,4......" Timeout="0" User="Phone"/>
</DIALTEMPLATE>

The above assumes extensions.conf handles "0", "911", and valid
asterisk extensions are 3XXX. Local calls dial 9 followed by 
seven digits that start with a 4.





More information about the asterisk-users mailing list