cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
cancel
415
Views
0
Helpful
2
Replies

Outgoing calls issue with FXO lines

Yazen Alaa
Level 1
Level 1

Hi

I have CCM ver 7 with H323 voice gateway with 16 analog lines (FXO lines) and IPCC server  , so that each analog line connected to greeting pilot number by PLAR for a certain company . as mension as below :

port 0/0/0

connection plar 1500 ----> geeting extension no for company A

port 0/0/1

connection plar 1600 ----> geeting extension no for company B

port 0/1/0

connection plar 1700 ----> geeting extension no for company C

port 0/2/0

connection plar 1800 ----> geeting extension no for company D

my question is

regarding  outgoing calls , if  the users or phones  in company D make calls , i need to  go through port 0/2/0 and not other ports

and in company A go through port 0/0/0 directly and not other ports  , is there specfic configuration i have to add in voice gateway to make this scenaio well????

thanks and regards

2 Replies 2

Yazen Alaa
Level 1
Level 1

please any reply

thanks and regards

Hi,

You could try using a different PSTN access code
for each company

91 for Comp A
92 for comp B
93 for Comp C
94 for comp D

Then write a dial peer for each

!
dial-peer voice 91 pots
desc ### PSTN ACCESS FOR COMP A ###
destination-pattern 91T
incoming called-number .
direct-inward-dial
port 1/0/0
!
!
dial-peer voice 92 pots
desc ### PSTN ACCESS FOR COMP B ###
destination-pattern 92T
incoming called-number .
direct-inward-dial
port 1/0/1
!
!
dial-peer voice 93 pots
desc ### PSTN ACCESS FOR COMP C ###
destination-pattern 93T
incoming called-number .
direct-inward-dial
port 1/1/0
!
!
dial-peer voice 94 pots
desc ### PSTN ACCESS FOR COMP D ###
destination-pattern 94T
incoming called-number .
direct-inward-dial
port 1/1/1
!

You would also have to amend you dial patterns
in Call Manager to suit.

Hope this helps

Regards
Alex

Regards, Alex. Please rate useful posts.