cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
384
Views
2
Helpful
5
Replies

Cisco CUBE Dial-peer Group

mohamedyare
Level 1
Level 1

Hi Everyone, I hope everyone in the community is doing well.

I have 4 SIP connections terminated to the vCUBE (PSTN, Webex, Teams, and on-prem CUCM). I am using DPG on each incoming dial-peer to route the call to the outgoing dial-peers. However, on the DPG, I created dial-peer preferences for each dial-peer (preference 1, 2, 3). When an incoming call hits the DPG dial-peers, it checks all dial-peers one by one, and that takes a long time for the call to connect. Is there a way I can fix this issue to reduce the time it takes for the call to be connected (30-40 seconds) or sometime matches incorrect outgoing dila-peer?

example:

voice class dpg 4
description From Teams to Webex or CUCM or PSTN 
dial-peer 6 preference 2
dial-peer 2 preference 3
dial-peer 4 preference 1

1 Accepted Solution

Accepted Solutions

I completely deleted all DPG and dial-peer associations, then reconfigured and tested each one individually. Therefore, I assume the main issue was a call loop. I am utilizing a combination of server-group, e164-pattern-maps, and DPG.

View solution in original post

5 Replies 5

Jonathan Schulenberg
Hall of Fame
Hall of Fame

The precision approach to solving this would be e164-pattern-maps so each TN has only one appropriate destination. This is also the most efficient for CUBE; every additional dial-peer it has to hunt through lowers the Calls Per Second capacity since it’s additional load on the CPU.

It shouldn’t take that long to fail through a dual-peer unless the far end isn’t responding. Are you sure there isn’t a call loop happening here? What does the far-end reply with when sent an INVITE for a TN it doesn’t have? CUCM should send a 100 and then 404, at which point CUBE should immediately hunt to the next dial-peer (unless you’re also using server groups within the dial-peer, then it would have to repeat this process per-server.)

Where are these dial peers actually going? Based on your description on the DPG it looks like you’re sending it to 3 different services, CM, Webex or PSTN. IMO that is not a great structured DPG. Also if you are using server groups as @Jonathan Schulenberg mentioned you should add this to the server group, huntstop 1 resp-code 404 to 404, to not have it hunt trough all the servers in the group.



Response Signature


mohamedyare
Level 1
Level 1

Thanks gents. The issue is now resolved.

Glad to hear that. For the good of the community it would be great if you please took the time to give a little more details on what you did to solve your issue.



Response Signature


I completely deleted all DPG and dial-peer associations, then reconfigured and tested each one individually. Therefore, I assume the main issue was a call loop. I am utilizing a combination of server-group, e164-pattern-maps, and DPG.