cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
433
Views
2
Helpful
11
Replies

Modifing VG3745 configuration

Camélia
Level 1
Level 1

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 Replies 11

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

Please rate all helpful posts "The more you help the more you learn"

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.

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

 

Please rate all helpful posts "The more you help the more you learn"

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.

 

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

 

 

Please rate all helpful posts "The more you help the more you learn"

Hi;

Yes, exactly, what are the commands that should be introduced to replace 

1000 by 2000 in all the fields above.

Regards.   

Hi Soumia.

In my previous post I already mention commands you need.

Under voice port 1/0/0

connection plar opx 2000

 

Regards

 

Carlo

Please rate all helpful posts "The more you help the more you learn"

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.

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

 

Please rate all helpful posts "The more you help the more you learn"

Hi; 

Thanks a lot Carlo, i'll try it soon and keep you informed.

Regards.

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