Re: [asterisk-users] More efficient dial plan for a list of selective inbound numbers

2010-04-22 Thread Leif Madsen
bruce bruce wrote: > I have a list of CLIDs prefixes that I want to use in a context. > > Basically, I want to do this but the list of prefix numbers is much > longer. List of prefixes (556,557,557,989.) > > [custom-inbound] > exten => _556,1,answer > exten => _556,n,playback(beep) > > exte

Re: [asterisk-users] More efficient dial plan for a list of selective inbound numbers

2010-04-22 Thread Jian Gao
If all the dialplan follow the exact same patten, you may try use realtime and put the dialplan into mysql. Just my 2 cents. bruce bruce wrote: > I have a list of CLIDs prefixes that I want to use in a context. > > Basically, I want to do this but the list of prefix numbers is much > longer. Li

Re: [asterisk-users] More efficient dial plan for a list of selective inbound numbers

2010-04-22 Thread Ryan Bullock
Catches 555 through 559: exten => _55[5-9],1,answer exten => _55[5-9],n,playback(beep) http://www.voip-info.org/wiki/index.php?page=Asterisk+Dialplan+Patterns -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.c

[asterisk-users] More efficient dial plan for a list of selective inbound numbers

2010-04-22 Thread bruce bruce
I have a list of CLIDs prefixes that I want to use in a context. Basically, I want to do this but the list of prefix numbers is much longer. List of prefixes (556,557,557,989.) [custom-inbound] exten => _556,1,answer exten => _556,n,playback(beep) exten => _557,1,answer exten => _557,n,playb