cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
477
Views
0
Helpful
7
Replies

How to change caller ID on mobile phones from specific extension

rahul14
Level 1
Level 1

Hi All,

Is there a way to change which caller id mobile users would see when a specific extension makes pstn calls?

 

Regards,

 

 

 

 

7 Replies 7

Terry Cheema
VIP Alumni
VIP Alumni

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

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?

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

HTH

java

if this helps, please rate

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.

What you ask is possible, simply adjust your dial plan, CSS and partitions to make those phones go out through the SIP/T1 trunk.

HTH

java

if this helps, please rate

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.

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