07-31-2015 09:39 AM - last edited on 03-25-2019 07:04 PM by ciscomoderator
Hi All,
Is there a way to change which caller id mobile users would see when a specific extension makes pstn calls?
Regards,
07-31-2015 11:11 PM
And what is your call control server, any more details will get you a lot more help than this,
-Terry
Please rate all helpful posts
08-01-2015 06:54 AM
Call control server CUCM 9. I want to change the Calling Party number that gets displayed to external users from specific extensions at a branch. Calls currently utilize the FXO lines for extenal calls so those POTS numbers are shown, however I want SOME extensions at the branch to mask to another calling number when they make an external call. Is this possible without going through service provider?
08-01-2015 08:50 PM
If you only have FXOs you have no control, they're assigned an ANI by your provider, and you cannot change that, you would need a PRI or a SIP trunk
08-03-2015 07:46 AM
Ok noted and thanks Jaime. Is there a way however to route outbound pstn calls from specific extensions over SIP/T1 at HQ or would the calls from all the extensions be routed over SIP/T1 trunks if the change is made.
08-03-2015 07:57 AM
What you ask is possible, simply adjust your dial plan, CSS and partitions to make those phones go out through the SIP/T1 trunk.
08-03-2015 09:35 PM
Ok noted. By dial plan I assume you are referring to the corlist stuff.
Are you able to provide a little code snippet example of how to configure this identifying one extension using fxo while another extension routed over WAN using SIP/T1. Your assistance would be appreciated.
08-08-2015 12:48 PM
Hello Jaime,
Please see below code attempted. Are you able to identify what is missing or incorrect?
voice-port 0/0/0
trunk-group FXOGROUP
supervisory disconnect dualtone mid-call
timeouts interdigit 7
timeouts call-disconnect 3
timeouts wait-release 3
connection plar opx 7060
description POTS LINE
caller-id enable
!
voice-port 0/0/1
trunk-group FXOGROUP
supervisory disconnect dualtone mid-call
timeouts interdigit 7
timeouts call-disconnect 3
timeouts wait-release 3
connection plar opx 7060
description POTS LINE
caller-id enable
!
voice-port 0/0/2
trunk-group FXOGROUP
supervisory disconnect dualtone mid-call
timeouts interdigit 7
timeouts call-disconnect 3
timeouts wait-release 3
connection plar opx 7060
description POTS LINE
caller-id enable
!
voice-port 0/0/3
trunk-group FXOGROUP
supervisory disconnect dualtone mid-call
timeouts interdigit 7
timeouts call-disconnect 3
timeouts wait-release 3
connection plar opx 7060
description POTS LINE
caller-id enable
!
dial-peer cor custom
name branch_calls
name outside_calls
!
dial-peer cor list List1
member emergency_calls
!
dial-peer cor list List2
member outside_calls
!
dial-peer voice 3 pots
trunkgroup FXOGROUP
description Local
destination-pattern 9[2-9]......
forward-digits 7
!
dial-peer voice 2 pots
trunkgroup FXOGROUP
description Emergency
destination-pattern 9911
forward-digits 3
!
dial-peer voice 10 voip
description Outgoing DialPeer To CUCM
preference 1
destination-pattern 7060 (translation pattern)
session target ipv4:10.26.1.40
corlist incoming List2
incoming called-number 9.T
voice-class codec 100
voice-class h323 100
dtmf-relay h245-alphanumeric
ip qos dscp cs3 signaling
no vad
!
dial-peer voice 11 voip
description Outgoing DialPeer To Secondary CCM
preference 2
destination-pattern 7060 (translation pattern)
session target ipv4:10.26.1.41
corlist incoming List2
incoming called-number 9.T
voice-class codec 100
voice-class h323 100
dtmf-relay h245-alphanumeric
ip qos dscp cs3 signaling
no vad
!
ephone-dn 1 dual-line
number 1001
corlist incoming List2
!
!
ephone-dn 2 dual-line
number 1002
corlist incoming List2
!
ephone-dn 3 dual-line
number 1003
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