IVR Code Generation to Client

Can you please share a call trace via pastebin?

Doing some tests I realized that sometimes the call is having the delay and sometimes it is completing in the normal time, as if it were something intermittent.

I collected two logs, one from a call that went out instantly and another that took a while (both with the dialplan hook active)

log of a fast call - Pastebin.com - log of a fast call
log of a slow call (right after the fast one) - Pastebin.com - log of a call with delay

I noticed a strange difference between the two logs - in the “quick” call:

41114 [2023-03-27 16:57:50] VERBOSE[22441][C-000000c8] app_dial.c: Called PJSIP/996344879@VIVO_SIP
41118 [2023-03-27 16:57:54] VERBOSE[22441][C-000000c8] app_dial.c: PJSIP/VIVO_SIP-0000016a is ringing

Four seconds between Called PJSIP (Trunk) and (Trunk) is ringing

In the slow call:

41352 [2023-03-27 16:59:05] VERBOSE[22901][C-000000c9] app_dial.c: Called PJSIP/996344879@VIVO_SIP
41357 [2023-03-27 16:59:25] VERBOSE[22901][C-000000c9] app_dial.c: PJSIP/VIVO_SIP-0000016c is ringing

It took twenty seconds between Called PJSIP (Trunk) and (Trunk) is ringing… exactly the time I waited to start hearing the dial tone

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.