Switchvox - Why does reporting on IVRs not report the 2nd IVR that call gets sent to via a timebased clause?

If you have an IVR with a time-based clause that sends to another IVR, call logs and reports on IVR will only show the original IVR extension that the call came in on.

This is due to the fact that the extensions.conf is 1 file and asterisk will use that to route the call until it sends it to another extension via a 'dial extension' action.
On 'send to' IVR actions, it will include all actions after that under the same extensions.conf file.

If you want to have call logs show each IVR the call travels to, you must use "Dial Extension" actions to send to each IVR.

Related content