11-08-2021 08:45 AM
Can we configure FXO or E1 ports for more than one trunk group?
11-08-2021 08:50 AM
You mean you need to put E1 and FXO in a trunk group ?
11-08-2021 08:54 AM
11-08-2021 09:01 AM
11-08-2021 02:08 PM
Thanks @Mohammed al Baqari for your reply,
If I have multiple FXO ports and multiple E1 ports and need to configure dial peers pots for VIP which include some ports in sequence (E1 port 1, FXO port 1, FXO port 2), and another dial peers for employees that include the same ports in a different sequence (FXO port1, E1 port 1, E1 port 2, FXO port 2), how can I do that where the users are hosted on CUCM which is connected SIP to this router?
11-08-2021 05:04 PM
Means you want to put same ports in different trunk group. This is not possible.As @Mohammed al Baqari mentioned, you can only assign a port to one trunk group.
11-08-2021 06:28 PM
11-09-2021 03:04 AM
Thanks @Mohammed al Baqari for these great info.
I am using this for inbound dial-peer from CUCM:
voice class uri CUCM sip
host ipv4:10.10.80.12
host ipv4:10.10.80.11
!
dial-peer voice 1 voip
session protocol sipv2
incoming uri via CUCM
voice-class codec 1
dtmf-relay rtp-nte
no vad
!
Can I add another one for VIP like this:
dial-peer voice 2 voip
answer-address 5000
session protocol sipv2
voice-class codec 1
dtmf-relay rtp-nte
no vad
!
and how I add inbound dial-peer using uri with specific DN?
11-09-2021 04:03 AM
11-09-2021 04:18 AM
An alternative way to match inbound calling number on different dial peers would be to use incoming calling e164-pattern-map.
! voice class dpg 1 dial-peer 210 preference 1 dial-peer 211 preference 2 ! voice class dpg 2 dial-peer 110 preference 1 dial-peer 111 preference 2 dial-peer 112 preference 2 ! voice class e164-pattern-map 1 description ** Outbound calls from Other calling number ** e164 <Other calling number> ! voice class e164-pattern-map 2 description ** Outbound calls from VIP calling number ** e164 <VIP calling number> ! dial-peer voice 1000 voip description Inbound calls from CUCM from Other incoming calling e164-pattern-map 1 destination dpg 1 ! dial-peer voice 1001 voip description Inbound calls from CUCM from VIP incoming calling e164-pattern-map 2 destination dpg 2 !
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