> 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.


_______________________________________________
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to