Re: [asterisk-users] Pattern matching repeating digits

2013-03-29 Thread Nathan Anderson
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Eric Wieling Sent: Thursday, March 28, 2013 8:33 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Pattern matching repeating digits You are correct, it is stupid 8-) exten = 233,1,Goto(dial-out

Re: [asterisk-users] Pattern matching repeating digits

2013-03-28 Thread Eric Wieling
...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Nathan Anderson Sent: Wednesday, March 27, 2013 2:18 AM To: 'asterisk-users@lists.digium.com' Subject: [asterisk-users] Pattern matching repeating digits 'lo, all, Is there some (possibly undocumented?) way that I can

[asterisk-users] Pattern matching repeating digits

2013-03-27 Thread Nathan Anderson
'lo, all, Is there some (possibly undocumented?) way that I can pattern-match on a specified number of repeating digits? (Something similar to regular expressions' {}) Here's an example: let's say I have a string of things that need to be done for both extensions 233 and 255. I can