Hello, I have some problem using ASTCC application. I've installed the application and everything works well. I've created card numbers, routes trunk and others. When I dial the desired number (77) in my case, I'm prompted to enter my card number. All goes well till I'm prompted to enter the destination number. When I enter a destination number, the system says it's not a recognized number and the call doesn't go through. Can any one help me out with this issue? Is there a file where I can define extensions like in extensions.conf? Thanks. Daniel. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050204/663de7e6/attachment.htm
Que telefonos estas ocupando? El problema puede ser la forma de enviar los DMFT (esta deberia ser por RTP (RFC 2833) o por Sip info) Saludos Rodrigo El Vie 04 Feb 2005 06:49, Daniel Eboa escribi?:> Hello, > > I have some problem using ASTCC application. I've installed the > application and everything works well. I've created card numbers, routes > trunk and others. When I dial the desired number (77) in my case, I'm > prompted to enter my card number. All goes well till I'm prompted to > enter the destination number. When I enter a destination number, the > system says it's not a recognized number and the call doesn't go > through. Can any one help me out with this issue? Is there a file where > I can define extensions like in extensions.conf? > > > > Thanks. > > > > Daniel.-- Rodrigo Benavides F. Sur Comunicaciones S.A. Santiago de Chile 56-2-3712330 rodrigob@127.cl
-----Original Message----->From: asterisk-users-bounces@lists.digium.com >[mailto:asterisk-users-bounces@lists.digium.com]On Behalf Of Daniel Eboa >Sent: Friday, February 04, 2005 4:50 AM >To: Asterisk Users Mailing List - Non-Commercial Discussion >Subject: [Asterisk-Users] ASTCC Apllication > > >Hello, >I have some problem using ASTCC application. I've installed the applicationand everything works>well. I've created card numbers, routes trunk and others. When I dial thedesired number (77) in>my case, I'm prompted to enter my card number. All goes well till I'mprompted to enter the>destination number. When I enter a destination number, the system says it'snot a recognized>number and the call doesn't go through. Can any one help me out with thisissue? Is there a file>where I can define extensions like in extensions.conf?Daniel, It sounds like the problem is the pattern you are trying to use in the "routes" table. The pattern should be a REGEX for matching the dialed number to the appropriate cost for that call. Take a look at http://dev.mysql.com/doc/mysql/en/pattern-matching.html for more specifics on MySQL REGEX matching. In the US, for example, I would use the pattern: '^1312' to match for calls to Chicago or '^01149' for calls to Germany. You can also match for city codes or especially Cellular "exchanges" in specific countries where the termination costs are much higher than land-line termination. The SQL statement in astcc returns all the matched patterns with the longest, most specific match first and uses only that first match in its processing. So you could also use the pattern: '.' to match any dialed number not already matched as a default BUT BE SURE to set that cost high enough to cover yourself. Good luck! Karl Putz> > >Thanks. > >Daniel.
You must have routes and trunks setup for this to work properly. If you enter 479-464-8998 and you do not have a route for 1 or 1479, then it does not know where to send the call. Make sure your have your VoIP trunks and calling routes configured properly. --- Kelly D Griffin Network Engineer Tantella Wireless http://tantella.com 800.636.0306 Voice 479.464.8998 Fax -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Daniel Eboa Sent: Friday, February 04, 2005 3:50 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [Asterisk-Users] ASTCC Apllication Hello, I have some problem using ASTCC application. I've installed the application and everything works well. I've created card numbers, routes trunk and others. When I dial the desired number (77) in my case, I'm prompted to enter my card number. All goes well till I'm prompted to enter the destination number. When I enter a destination number, the system says it's not a recognized number and the call doesn't go through. Can any one help me out with this issue? Is there a file where I can define extensions like in extensions.conf? Thanks. Daniel. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050204/139029e1/attachment.htm
Thanks a lot. Now I understand and it's working. Regards. Daniel. -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Karl H. Putz Sent: vendredi 4 f?vrier 2005 15:18 To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: RE: [Asterisk-Users] ASTCC Apllication -----Original Message----->From: asterisk-users-bounces@lists.digium.com >[mailto:asterisk-users-bounces@lists.digium.com]On Behalf Of Daniel Eboa >Sent: Friday, February 04, 2005 4:50 AM >To: Asterisk Users Mailing List - Non-Commercial Discussion >Subject: [Asterisk-Users] ASTCC Apllication > > >Hello, >I have some problem using ASTCC application. I've installed the applicationand everything works>well. I've created card numbers, routes trunk and others. When I dial thedesired number (77) in>my case, I'm prompted to enter my card number. All goes well till I'mprompted to enter the>destination number. When I enter a destination number, the system says it'snot a recognized>number and the call doesn't go through. Can any one help me out with thisissue? Is there a file>where I can define extensions like in extensions.conf?Daniel, It sounds like the problem is the pattern you are trying to use in the "routes" table. The pattern should be a REGEX for matching the dialed number to the appropriate cost for that call. Take a look at http://dev.mysql.com/doc/mysql/en/pattern-matching.html for more specifics on MySQL REGEX matching. In the US, for example, I would use the pattern: '^1312' to match for calls to Chicago or '^01149' for calls to Germany. You can also match for city codes or especially Cellular "exchanges" in specific countries where the termination costs are much higher than land-line termination. The SQL statement in astcc returns all the matched patterns with the longest, most specific match first and uses only that first match in its processing. So you could also use the pattern: '.' to match any dialed number not already matched as a default BUT BE SURE to set that cost high enough to cover yourself. Good luck! Karl Putz> > >Thanks. > >Daniel._______________________________________________ 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