ZacKenichi
02/05/2025, 8:04 AMVapi
02/05/2025, 8:04 AMZacKenichi
02/05/2025, 8:15 AMVapi
02/05/2025, 8:15 AMZacKenichi
02/05/2025, 8:15 AMVapi
02/05/2025, 8:16 AMZacKenichi
02/05/2025, 8:16 AMVapi
02/05/2025, 8:16 AMZacKenichi
02/05/2025, 8:24 AMVapi
02/05/2025, 8:24 AMZacKenichi
02/05/2025, 8:25 AMVapi
02/05/2025, 8:25 AMtransferCall function in response. Here's a simplified flow of what should happen:
1. The IVR system plays a message asking the client to press 1 to be transferred.
2. The client presses 1.
3. The IVR system detects the DTMF tone for 1.
4. The IVR system triggers the transferCall function with the forwardingPhoneNumber parameter set to the desired number.
If this process is not working, there may be an issue with the DTMF detection or the logic that triggers the transferCall function. You will need to check the following:
- Ensure that the IVR system is correctly configured to listen for DTMF inputs after the prompt is played.
- Verify that the logic or script that handles the DTMF input is correctly linked to the transferCall function.
- Confirm that there are no errors in the code or configuration that might prevent the DTMF input from being recognized or the transfer from being initiated.
If you're still having trouble, please provide the relevant code snippet or configuration details, and I can help you troubleshoot the issue further. If you're not comfortable sharing code or details here, please reach out to your Voice API provider's support team for more in-depth assistance.ZacKenichi
02/05/2025, 8:26 AMVapi
02/05/2025, 8:26 AM