Hello group I just installed ASTCC and it was VERY easy to get running. I have a question about Pattern Via the web page I click the Routes link and everything makes sense to me but the pattern part. I tried _NXXNXXXXXX with the idea that everything would match this. Well it doesn't work... Does anyone have a good how-to? Thanks for all your help!!
Sorry for the double post!!! Not sure what happen! -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Eric Hall Sent: Tuesday, November 30, 2004 10:21 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [Asterisk-Users] ASTCC and Pattern question Hello group I just installed ASTCC and it was VERY easy to get running. I have a question about Pattern Via the web page I click the Routes link and everything makes sense to me but the pattern part. I tried _NXXNXXXXXX with the idea that everything would match this. Well it doesn't work... Does anyone have a good how-to? Thanks for all your help!! _______________________________________________ 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
You have to use Regex There's a program call "The Regex Coach" that is very usefull Erick ----- Original Message ----- From: "Eric Hall" <ehall@amaxx.com> To: "Asterisk Users Mailing List - Non-Commercial Discussion" <asterisk-users@lists.digium.com> Sent: Tuesday, November 30, 2004 9:20 AM Subject: [Asterisk-Users] ASTCC and Pattern question Hello group I just installed ASTCC and it was VERY easy to get running. I have a question about Pattern Via the web page I click the Routes link and everything makes sense to me but the pattern part. I tried _NXXNXXXXXX with the idea that everything would match this. Well it doesn't work... Does anyone have a good how-to? Thanks for all your help!! _______________________________________________ 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
Hello,> I just installed ASTCC and it was VERY easy to get running. I have a > question about Pattern Via the web page I click the Routes link and > everything makes sense to me but the pattern part. I tried _NXXNXXXXXX > with the idea that everything would match this. Well it doesn't work... > > Does anyone have a good how-to?I think you can use something like: ^ + code + .* For example, if you want to add Argentina (54) as a route, and you dial 011 for international: ^01154.* -- Nicol?s Gudi?o Buenos Aires - Argentina