[cisco-voip] Fixed: translation-rule on dialpeer for International calls to set plan=isnd type=international
Jason Aarons (US)
jason.aarons at us.didata.com
Mon Jun 21 16:35:35 EDT 2010
They don't want the 011 (it's a dedicated AT&T Long Distance Circuit not normal PRI) so I can't match on that, has to be on dial peer to only catch International calls. Opened a TAC case and below is what we got working
Router#show run | sec voice tra
voice translation-rule 101
rule 1 /^\(.*\)/ /\1/ type unknown international plan unknown isdn
voice translation-profile setintl
translate called 101
Router#
Router#show run | begin dial-peer voice 30
dial-peer voice 30 pots
description International Dialing
translation-profile outgoing setintl
destination-pattern 9011T
direct-inward-dial
port 0/2/0:23
!
Router#debug isdn q931
Jun 21 15:34:40 dst: MoH route If FastEthernet0/0 ETHERNET 10.225.106.2 via ARP
Jun 21 15:34:46 dst: ISDN Se0/2/0:23 Q931: pak_private_number: Invalid type/plan 0x0 0x0 may be overriden; sw-type 13
Jun 21 15:34:46 dst: ISDN Se0/2/0:23 Q931: Applying typeplan for sw-type 0xD is 0x2 0x1, Calling num 2816471112
Jun 21 15:34:46 dst: ISDN Se0/2/0:23 Q931: Sending SETUP callref = 0x0089 callID = 0x800A switch = primary-ni interface = User
Jun 21 15:34:46 dst: ISDN Se0/2/0:23 Q931: TX -> SETUP pd = 8 callref = 0x0089
Bearer Capability i = 0x8090A2
Standard = CCITT
Transfer Capability = Speech
Transfer Mode = Circuit
Transfer Rate = 64 kbit/s
Channel ID i = 0xA98397
Exclusive, Channel 23
Calling Party Number i = 0x2181, '9046471112'
Plan:ISDN, Type:National
Called Party Number i = 0x91, '442074963700'
Plan:ISDN, Type:International
Jun 21 15:34:46 dst: ISDN Se0/2/0:23 Q931: RX <- CALL_PROC pd = 8 callref = 0x8089
Channel ID i = 0xA98397
Exclusive, Channel 23
From: Go0se [mailto:me at go0se.com]
Sent: Monday, June 21, 2010 3:52 PM
To: Jason Aarons (US); 'cisco-voip'
Subject: RE: [cisco-voip] translation-rule on dialpeer for International calls to set plan=isnd type=international
You can get rid of your translations and simply use the "isdn map address" command to send the call out as plan/type unknown. It seems to work on the AT&T connections I've dealt with...
!
interface Serial0/0/0:23
no ip address
encapsulation hdlc
isdn switch-type primary-ni
isdn incoming-voice voice
isdn map address ^011* plan unknown type unknown
no cdp enable
!
Thanks,
Go0se
My blog:
http://atc.go0se.com<http://atc.go0se.com/>
-------------------------------------
Help Hopegivers International
feed the orphans of India.
http://www.hopegivers.org<http://www.hopegivers.org/>
-------------------------------------
From: cisco-voip-bounces at puck.nether.net [mailto:cisco-voip-bounces at puck.nether.net] On Behalf Of Jason Aarons (US)
Sent: Monday, June 21, 2010 1:52 PM
To: cisco-voip (cisco-voip at puck.nether.net)
Subject: [cisco-voip] translation-rule on dialpeer for International calls to set plan=isnd type=international
Users dial 9,011+Number, AT&T doesn't want to see 011 and this circuit has both US Long Distance and International dialing from Houston, TX. This would so much easier if they just took the 011 <grin> and I could set it at port level.
At the dial-peer level I need to set the plan/type, but I know my rule below isn't correct as we don't pass 011 to provider just the Country Code+City+Number.
voice translation-rule 101
rule 1 /\(.*\)/ /011\1/ type international international
!
!
!
voice translation-profile setintl
translate called 101
!
dial-peer voice 30 pots
description International Dialing
translation-profile outgoing setintl
destination-pattern 9011T
direct-inward-dial
port 0/2/0:23
________________________________
Disclaimer: This e-mail communication and any attachments may contain confidential and privileged information and is for use by the designated addressee(s) named above only. If you are not the intended addressee, you are hereby notified that you have received this communication in error and that any use or reproduction of this email or its contents is strictly prohibited and may be unlawful. If you have received this communication in error, please notify us immediately by replying to this message and deleting it from your computer. Thank you.
-----------------------------------------
Disclaimer:
This e-mail communication and any attachments may contain
confidential and privileged information and is for use by the
designated addressee(s) named above only. If you are not the
intended addressee, you are hereby notified that you have received
this communication in error and that any use or reproduction of
this email or its contents is strictly prohibited and may be
unlawful. If you have received this communication in error, please
notify us immediately by replying to this message and deleting it
from your computer. Thank you.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://puck.nether.net/pipermail/cisco-voip/attachments/20100621/544c8293/attachment.html>
More information about the cisco-voip
mailing list