cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
585
Views
0
Helpful
5
Replies

Voice gateway Config issue

Camélia
Level 1
Level 1

Hello everyone;

I do have an analog line that i want to affect to (04) four IP Phones, so that any one of these four ip phones users can use this same analog line, and when we call that analog line number, any one of these four ip phone users can answer.

Is this possible to do on the Voice gateway?

I think about configuring many connection plar under one voice port, like this: 

.....    

    voice port 1/0/0

    connection plar opx 1000

    connection plar opx 1001

    connection plar opx 1002

    connection plar opx 1003

.....

And about, puting many answer adress under dial-peer voice this way:

......

     Dial-peer voice

     answer adress 1000

     answer adress 1001

     answer adress 1002

     answer adress 1003

.......

but i don't know if it will work , and don't see how it could be done for the voice translation rule and the voice translation profile.

Ragards.

Camélia

5 Replies 5

rHi Camelia,

 

I'm assuming that the 1000 to 1003 are registered in CME.

 

This is possible by creating a hunt group and assigning the IP-Phone to that hunt group. 

 

No need for a incoming dial-peer if the ip-phones are registered with the CME.

For more info. and examples.

 

for example.

voice port 1/0/0

    connection plar opx 2001

 

ephone-hunt 1 parallel
 pilot 2001
 list 1000,1001,1002,1003

timeout seconds


 

 

Hello Zekeria;

I'am not sure that i understand you, in fact it is about a CUCM not a CME.

And in deed, 1000...1003 are DN registered in the CUCM.

but what about 2001, is it a directory number that should be register in the CUCM?

Regards.

Hi Camelia,

 

If the phones are registered in CUCM then you should create a hunt pilot for example (2001) and assign the 1000 to 1003 phones to that hunt-pilot. 

 

Once the call hits the Voice-Port that call will be forwarded to 2001(opx), it will match dial-peer 2 for outgoing call and hit the CUCM hunt-pilot.

 

 

for example.

 

dial-peer voice 1 pots

incoming called .

port 1/0/0

 

dial-peer voice 2 voip

destination-pattern 2001

session target ipv4:<<CUCM IP>>

Hello Zekeria;

Sorry for the delay.

Should be this done for all the config on the VG or only the Dial-peer as you mentionned.

I mean that, should i configure a voice translation rule, profile, and the voice port  too for  the hunt pilot 2001, or only the the dial peers.

Thanks again for your interst.

Camélia.

 

This will be done in only specific Dial-peer and Voice port.

 

A voice Translation rule is not need because once the voice-port number is dialed for example 011-27272, the plar command forward it 2001 and the dial-peer 10 is matched, you only need to configure a hunt-pilot in CUCM.

 

Voice-Port 1/0/0

connection plar opx 2001

 

 

2.) You will need to match incoming calls from PSTN, you can do this by use the below commands to match all incoming calls from PSTN.

 

Dial-peer voice 1 Pots

Incoming called-number .

 

 

3.) Finally you will need to send calls to 2001 via CUCM to match the Hunt-Pilot.

 

Dial-peer voice 10 voip

destination-pattern 2001

session-target ipv4:<<CUCM-IP-Address>>

 

 

Please Rate.