cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
233
Views
0
Helpful
1
Replies

need a corlist guru

whanson
Level 2
Level 2

Customer has a UC520 trying to separate only 911 calls between two sites. Remote site has a gateway with fxo port. This is the set up I used and when the customer at hartford end calls 911 it goes out the wtby end instead of out the pri. Happens every single time. If you remove the voip peer the call goes out

the pri. I don't get it.

dial-peer cor list call-911-htfd

member emergency

!

dial-peer cor list call-911-wtby

member emergency

dial-peer voice 155 pots

corlist outgoing call-911-htfd

description ** T1 pots dial-peer **-Emergency dial-peer

translation-profile outgoing CALLER_ID_TRANSLATION_PROFILE

destination-pattern 911

port 0/3/0:23

forward-digits 3

no sip-register

dial-peer voice 4000 voip

corlist outgoing call-911-wtby

description ** Waterbury Emergency Dial Peer **

destination-pattern 911

session target ipv4:10.1.2.2

dtmf-relay h245-alphanumeric

codec g711ulaw

no vad

ephone-dn 19 dual-line

number 5824 secondary 5824 no-reg primary

label Esther Burgos 5824

description Esther Burgos

name Esther Burgos

call-forward busy 5809

call-forward noan 5809 timeout 10

corlist incoming call-911-

1 Reply 1

Brandon Buffin
VIP Alumni
VIP Alumni

I believe you would need something like (parts omitted):

dial-peer cor custom

name 911-htfd

name 911-wtby

dial-peer cor list call-911-htfd

member 911-htfd

dial-peer cor list call-911-wtby

member 911-wtby

dial-peer voice 155 pots

corlist outgoing call-911-htfd

dial-peer voice 4000 voip

corlist outgoing call-911-wtby

ephone-dn 19 dual-line

corlist incoming call-911-htfd

ephone-dn 20 dual-line

corlist incoming call-911-wtby

In this case, ephone-dn 19 would use dial peer 155 and ephone-dn 20 would use dial peer 4000.

Hope this helps.

Brandon