02-22-2012 02:34 AM - edited 03-16-2019 09:43 AM
Hi,
any one can help configure a specific pstn line to a specific extension
call manager 6 with voice gateways
voice gateways as 12 pstn lines,
but i need a specific line to be direct to a specific extension so the user can exclusivily use it for him only for making outgoing and incoming
02-22-2012 02:40 AM
This is done with CSS/Partitions and associating gateway resources.
Are you familiar/certified for CUCM configuratio? If not it would be better have someone that is, to do it.
02-22-2012 05:34 AM
What type of lines?
Are you using MGCP, SIP or H323 to control the GW?
Chris
02-22-2012 05:46 AM
Lines are FXO PSTN
H323
02-22-2012 05:59 AM
Then configure the voice-ports with PLAR configuration pointing to the actual extension and ensure it matches a voip dial-peer that points to CUCM, i.e.
voice-port 3/0
connection plar opx 2000
caller-id enable
dial-peer voice 1 voip
session target ipv4:
destination-pattern 2..
dtmf-relay h245-signal
codec g711ulaw
no vad
!
HTH,
Chris
02-27-2012 10:03 PM
hi chris,
will it work for outgoing call through specific port if the extension for the user is 2241 and fxo port is 0/0/1, and outgoing should work only for the user 2241 only
!
voice translation-rule 9
rule 1 /\(5.......\)/ /90\1/
rule 2 /^1\(......\)/ /9\1/
rule 3 /\(3.......\)/ /90\1/
rule 4 /\(4.......\)/ /90\1/
rule 6 /\(6.......\)/ /90\1/
rule 7 /\(7.......\)/ /90\1/
rule 8 /\(2.......\)/ /90\1/
!
!
voice translation-profile incoming_add_9
translate calling 9
voice-port 0/0/0
translation-profile incoming incoming_add_9
supervisory disconnect dualtone mid-call
supervisory custom-cptone SA-custom
no battery-reversal
cptone BR
timeouts call-disconnect 2
timeouts wait-release 2
connection plar opx 5555
caller-id enable
caller-id alerting line-reversal
caller-id alerting dsp-pre-allocate
!
voice-port 0/0/1
supervisory disconnect dualtone mid-call
supervisory custom-cptone SA-custom
no battery-reversal
cptone BR
timeouts call-disconnect 2
timeouts wait-release 2
connection plar opx 5555
caller-id enable
caller-id alerting line-reversal
caller-id alerting dsp-pre-allocate
!
dial-peer voice 1000 voip
preference 1
destination-pattern 1...
session target ipv4:10.22.22.241
dtmf-relay h245-alphanumeric
codec g711ulaw
no vad
!
dial-peer voice 1001 voip
preference 2
destination-pattern 1...
session target ipv4:10.22.22.240
dtmf-relay h245-alphanumeric
codec g711ulaw
no vad
!
dial-peer voice 100 pots
destination-pattern 9T
port 0/0/0
!
dial-peer voice 101 pots
destination-pattern 9T
port 0/0/1
!
!
voice translation-rule 9
rule 1 /\(5.......\)/ /90\1/
rule 2 /^1\(......\)/ /9\1/
rule 3 /\(3.......\)/ /90\1/
rule 4 /\(4.......\)/ /90\1/
rule 6 /\(6.......\)/ /90\1/
rule 7 /\(7.......\)/ /90\1/
rule 8 /\(2.......\)/ /90\1/
!
!
voice translation-profile incoming_add_9
translate calling 9
voice-port 0/0/0
translation-profile incoming incoming_add_9
supervisory disconnect dualtone mid-call
supervisory custom-cptone SA-custom
no battery-reversal
cptone BR
timeouts call-disconnect 2
timeouts wait-release 2
connection plar opx 5555
caller-id enable
caller-id alerting line-reversal
caller-id alerting dsp-pre-allocate
!
voice-port 0/0/1
supervisory disconnect dualtone mid-call
supervisory custom-cptone SA-custom
no battery-reversal
cptone BR
timeouts call-disconnect 2
timeouts wait-release 2
connection plar opx 5555
caller-id enable
caller-id alerting line-reversal
caller-id alerting dsp-pre-allocate
!
dial-peer voice 1000 voip
preference 1
destination-pattern 1...
session target ipv4:10.22.22.241
dtmf-relay h245-alphanumeric
codec g711ulaw
no vad
!
dial-peer voice 1001 voip
preference 2
destination-pattern 1...
session target ipv4:10.22.22.240
dtmf-relay h245-alphanumeric
codec g711ulaw
no vad
!
dial-peer voice 100 pots
destination-pattern 9T
port 0/0/0
!
dial-peer voice 101 pots
destination-pattern 9T
port 0/0/1
!
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