11-18-2014 05:24 AM - edited 03-17-2019 12:59 AM
Hello everyone;
I have a cisco 3745 voice gateway already configured and working.
I want to modify the configuration for one directory number ( for example replacing 1000 by 2000).
what are the modification that must be done, using witch commands.
N.B : by showing the running config, i know already that i should change the voice translation rule, voice translation profile, translate called , voice port and the dial peer, but what are the commands and is it all ??!!
Thanks for help.
11-18-2014 06:11 AM
Hi.
If your running CME on 3745, you should also go un ephone-dn configuration and change there the number.
Eg.
you should find
ephone-dn 10
number 1000
just go in configuration mode and..
ephone-dn 10
number 2000
HTH
Regards
Carlo
11-18-2014 06:22 AM
Hi Carlo and thanks for your quick reply.
No, i don't have CME, but i know that i should make some changes on my CUCM under device>phone>directory number.
What i need the most are the commands that should be introduced on the VG, while i had never manipulate it, i have no idea about the commands.
Thanks again.
Regards.
Soumia.
11-18-2014 06:46 AM
Hi Soumia.
If you can upload here your VG config, we can better elaborate an answer and suggest you more specific commands you need.
Anyway..
if you have, for example, a dialpeer configured as follow:
Assume your DDI is 555XXXX
dial-peer voice 10 pots
incoming called-number 555T
direct-inward-dial
...and someone calls 5551000..
You basically have a couple of solutions
-Applying translation profile on DP
-Configuring Translation Pattern on CUCM..
For first solution you could have:
voice translation-rule 10
rule 1 /555\(....\)/ /\1/
voice translation-profile IN
translate called 10
dial-peer voice 10 pots
translation-profile incoming IN
Than You should have diapeers voip to CUCM configured accordingly.
The other option could be configured as follow.
On CUCM define a Translation Pattern eg:
555XXXX as Pattern
Put it on a valid partition (which could be reached by CSS configured as Incoming CSS on VG configuration page)
Add a valid CSS that can reach internal extensions
As Called Party Transform Mask define : XXXX
In both cases you should be able to reach extensions starting from 0000 to 9999
HTH
Regards
Carlo
11-19-2014 12:01 AM
Hi Carlo;
Thanks again for your reply.
Here below the current config :
voice translation-rule 1000
rule 1 /^02/ /3002/
rule 2 /^03/ /3003/
rule 3 /^04/ /3004/
rule 4 /^00/ /3000/
rule 5 /^05/ /3005/
rule 6 /^06/ /3006/
rule 7 /^07/ /3007/
rule 8 /^00/ /3000/
!
voice translation-profile Reception
translate called 1000
!
voice-port 1/0/0
supervisory disconnect dualtone mid-call
supervisory custom-cptone
input gain 6
output attenuation -4
cptone FR
timeouts initial 0
timeouts interdigit 4
timeouts call-disconnect 0
timeouts ringing 5
timeouts wait-release 5
connection plar opx 1000
impedance complex2
description Reception
caller-id enable
!
dial-peer voice 110 voip
translation-profile incoming Reception
answer-address 1000
!
dial-peer voice 150 pots
destination-pattern 30T
port 1/0/0
!
and i want to replace the directory number 1000 by 2000.
Regards.
11-19-2014 12:44 AM
Hi Suomia.
What I understood is that you want to redirect incoming calls to extension 2000 instead of 1000.
If I am right, substitute
connection plar opx 1000
with
connection plar opx 2000
HTH
Regards
Carlo
11-19-2014 12:51 AM
Hi;
Yes, exactly, what are the commands that should be introduced to replace
1000 by 2000 in all the fields above.
Regards.
11-19-2014 01:01 AM
Hi Soumia.
In my previous post I already mention commands you need.
Under voice port 1/0/0
connection plar opx 2000
Regards
Carlo
11-19-2014 01:23 AM
Hi,
What about the voice translation rule, voice translation profile and the dial peer, are these fields gonna change automaticly when i'll change the connection plar opx under voice port ?
Regards.
11-19-2014 01:40 AM
Hi Suomia.
In your configuration translation pattern are used by extension 1000 to translate what that extension calls.
To apply the same rule to extension 2000 , just modify dial-peer 110 as follows
dial-peer voice 110 voip
answer-address 2000
HTH
Regards
Carlo
11-19-2014 01:52 AM
Hi;
Thanks a lot Carlo, i'll try it soon and keep you informed.
Regards.
12-18-2014 04:21 AM
hi carlo,
hope y're fine
i introduced the command u said, it work only for receiving calls, i can't forward calls from the ip phone.
do u have an idea.
regards
camélia
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