[asterisk-users] really strange behavior

Eric "ManxPower" Wieling eric at fnords.org
Sun Jun 3 11:09:33 MST 2007


To catch "1 or more of any character" you would use _.

To catch "2 or more digits" you would use _X.

You almost NEVER EVER EVER want to use _. as it will also match 
extensions like "s", "a", "o", and "h".

Tom Lynn wrote:
> exten => _X.,1,
> 
> On 6/3/07, BSumrall <Brads at ftnco.com> wrote:
>>
>> Understood, it is not the "catch all" but, what if I am designing a 
>> server
>> that needs to accept calls from 15 or more 1800 numbers?
>>
>> How would you now channel it to a "catch all"?


More information about the asterisk-users mailing list