cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
461
Views
0
Helpful
3
Replies

Direct line over H.323 Outgoing calls

mrmhar1408
Level 4
Level 4

Hi

I have UCM 6.0 and voice gateway 2811 registered to the UCM using H.323.

How to configure a direct line (Incoming/outgoing) using FXO?

-- for incoming no problem I configured a connection plar opx under the voice port

-- for outgoing I have a way to add a prefix before all outgoing calls of the direct line line (*9) and all the other staff make outside calls using (9).

-- the problem i have a lot of employees need a direct line and everytime i should creat route patterns for each, so i have a lot of route patterns

-- i need a way to configure the direct line for outgoing on the voice gateway 2811 based on the calling number ( extension) for example:

Extension 5400 is calling 45366665 and should go through voice-port 0/0/0 ( which is direct line for 5400). is there a way on the voice gateway to take the calls through voice port 0/0/0 based on the extension number 5400 ???

1 Accepted Solution

Accepted Solutions

ichehouri
Level 2
Level 2

Hi,

in order to bind a specific extension to a specific FXO port you need to do the following:

voice translation-rule 1

rule 1 /^/ /19/

note: "19" can be any number which you will reference later in the dial peer

voice translation-profile Test

translate called 1

voice-port 0/0/0

connection plar opx 5400

description direct line 45366665

caller-id enable

dial-peer voice 200 voip

translation-profile incoming Test

answer-address 5400

dial-peer voice 19 pots

destination-pattern 19T

port 0/0/0

you have to create the above for every direct line.

i hope this will work with you. For me i tested and it is working good.

regards,

Ibrahim Chehouri

View solution in original post

3 Replies 3

ichehouri
Level 2
Level 2

Hi,

in order to bind a specific extension to a specific FXO port you need to do the following:

voice translation-rule 1

rule 1 /^/ /19/

note: "19" can be any number which you will reference later in the dial peer

voice translation-profile Test

translate called 1

voice-port 0/0/0

connection plar opx 5400

description direct line 45366665

caller-id enable

dial-peer voice 200 voip

translation-profile incoming Test

answer-address 5400

dial-peer voice 19 pots

destination-pattern 19T

port 0/0/0

you have to create the above for every direct line.

i hope this will work with you. For me i tested and it is working good.

regards,

Ibrahim Chehouri

Great it's working fine but i change only the translation- rule from /^/ to /^9/ because the calls come with 9 from the call manager

thats great