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

Config to allow some extensions to make calls over WAN(T1 at HQ) while others use local FXO lines at branch

rahul14
Level 1
Level 1

Hi All,

Can anyone assist in helping to configure specific extensions at a branch to make calls over WAN(T1 lines) while the other extensions use the local FXO lines for external calls. The extensions would require a code to dial out whether over the WAN or through the branch's local FXO. Please see snippets below if correct. I want extensions 1001 and 1002 to make external calls via WAN while extension 1003 to use the FXO lines.

 

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

 

 

 

 

2 Replies 2

Hi, Are you using CUCM or CME?

Hello Mohammed...CUCM