Re: [Asterisk-Users] Astcc Charging \ Matching Pattern Problem - SOLVED

2005-08-03 Thread Ade Agbero
Darren's suggestion did the trick, thanks.   Keep up the good work!!!   Ade.Darren Wiebe <[EMAIL PROTECTED]> wrote: You should have your pattern set to ^4207. Then the pattern has to start with 4207. The way my setup would be is ^0114207.Darren Wiebe[EMAIL PROTECTED]Ade Agbero wrote:> Astcc applies

RE: [Asterisk-Users] Astcc Charging \ Matching Pattern Problem

2005-08-02 Thread Rusty Shackleford
Title: Message -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ade AgberoSent: Tuesday, August 02, 2005 2:32 PMTo: Asterisk Users Mailing List - Non-Commercial DiscussionSubject: [Asterisk-Users] Astcc Charging \ Matching Pattern

Re: [Asterisk-Users] Astcc Charging \ Matching Pattern Problem

2005-08-02 Thread Darren Wiebe
You should have your pattern set to ^4207. Then the pattern has to start with 4207. The way my setup would be is ^0114207. Darren Wiebe [EMAIL PROTECTED] Ade Agbero wrote: Astcc applies a charge for Czech Republic - Mobile Code - 4207 to a call destined for UK Landline 44207. It appears

[Asterisk-Users] Astcc Charging \ Matching Pattern Problem

2005-08-02 Thread Ade Agbero
Astcc applies a charge for Czech Republic - Mobile Code - 4207 to a call destined for UK Landline 44207. It appears Astcc uses the first matching pattern of 4207 it finds in the routes table instead of continuing to search through the routes table until it comes to 44207 for UK. Any ideas on how to