Regis,

If I understand you correctly you're placing an international call and want to 
do variable digit dialing, most likely for either SRST or for an H323 gateway.  
In this case where your using 9 for the secondary dial tone and 011 for 
international calling you wouldn't use a voice translation to remove the 9.  
The translations would be used to mark the traffic as international and send 
out the calling number as E164.  The example below indicates how I use 
translations for international dialing on H323 gateway and SRST.  Since 9011 is 
an explicit match it will automatically be dropped and you add  the 011 back in 
using the prefix 011 as stated by Regis.
!
voice translation-rule 4
 rule 1 /^4...$/ /+1888404&/ type any international plan any isdn
!
voice translation-rule 14
 rule 1 // // type any international plan any isdn
!
voice translation-profile international
 translate calling 4
 translate called 14
!
dial-peer voice 9011 pots
 translation-profile outgoing international
 destination-pattern 9011T
 port 0/1/0:23
 prefix 011
!
Michael Sears, CCIE(V)#38404 
!
"Designing and Implementing Cisco Unified Communications on Unified Computing 
Systems"


_______________________________________________
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Reply via email to