11-30-2004 12:33 AM
Have a 2651xm running as a pstn gw. When debugging isdn q931, it shows
Calling Party Number i = 0x0080, '22222222'
Plan:Unknown, Type:Unknown
Called Party Number i = 0x80, '33333333'
Plan:Unknown, Type:Unknown
Anybody know how to change the Plan and Type from "Unknown" to something else.
Thanks
11-30-2004 06:07 AM
Hi there,
If you're running your 2600 as h.323 gateway, go to the interface-config mode and enter an isdn map-command.
If you're running you gateway in mgcp, then change the gateway-config of the PSTN-port (called-party/calling party to ISDN, CCM or other).
12-02-2004 11:10 AM
I am in a similar state using h323. The thing is if I use an isdn map command, I don't understand the syntax to enable national for every single number in this site.
12-02-2004 12:33 PM
If the version of IOS you are using supports voice translation rules this is quite easy. See my previous reply
11-30-2004 08:50 AM
You can use translation rules to change the plan and type of either the calling party number, called party number or both at the same time and also use the rules to change based on the digits.
example below changes both the calling and called plan to isdn and the type to national for all calls going out the port that would be in dial-peer 10
!
voice translation-rule 2
rule 2 // // type any national plan any isdn
!
!
voice translation-profile changeton
translate calling 2
translate called 2
!
!
dial-peer voice 10 pots
translation-profile outgoing changeton
12-03-2004 02:26 AM
Thank you all for good answers. All works. Here is an ex of map cmd.
isdn map address .* plan isdn type national
Anybody know if it we need to use type=international for international calls?
12-03-2004 06:46 AM
To insure that the call routes to the called party and the called party does recieve the call the TON should match the DID.
LEC's are offering call screening based on TON.
12-03-2004 09:26 AM
I applied the cmd above and it does force the isdn plan and type to national but apparently the carrier doesn't like that and tells me my calls cannot be completed. Any help?
12-09-2004 05:54 AM
usually the carriers like to receive Plan and Type - ANY and Unknown for all the calls
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide