Question : CallManager Express -  edit translation rules

I need to edit the translation rules for my Cisco box so it does NOT strip the 1 from outgoing calls...

See Code box for current rules

I am a newbie to Cisco, so please tell me the EXACT commands to run

please let me know if you need any more information
Code Snippet:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
!
voice translation-rule 1
 rule 1 /^.*/ /7607274445/
!
voice translation-rule 9
 rule 1 /^911$/ /911/
 rule 2 /^9\(.*\)/ /\1/
!
!
voice translation-profile CallerID
 translate calling 1
!

Answer : CallManager Express -  edit translation rules

sorry, there was quite a few that I missed.

configure terminal
 dial-peer 4
  forward-digits 11
 exit
 dial-peer 11
  forward-digits 11
 exit
 dial-peer 18
  forward-digits 11
 exit
 dial-peer 25
  forward-digits 11
 exit
exit
write memory
Random Solutions  
 
programming4us programming4us