Hi, 

> -----Original Message-----
> > I consider a short key for [1-9] at least as useful as N for [2-9], 
> > maybe even more useful.
> > 
> > For my internal purposes I'm using E for [1-9].
> > 
> > Am I the only one, who is missing something short for [1-9]?
> 
> Certainly not! :-) Create a [request] entry at bugs.digium.com

http://www.voip-info.org/wiki-Asterisk+Dialplan+Patterns

   X          matches any digit from 0-9 
   Z          matches any digit form 1-9 
   N          matches any digit from 2-9 
   [1237-9]   matches any digit or letter in the brackets (in this example,
1,2,3,7,8,9) 
   .          wildcard, matches one or more characters 

Does this work ??

Florian

_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
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