rhythmic-furniture-71949
09/13/2025, 8:02 AMtall-airline-16756
09/13/2025, 8:03 AMtall-airline-16756
09/13/2025, 8:03 AMsip_dtmf_received
event, which fires whenever a SIP participant presses a key on their phone keypad. This makes it simple for agents to process the received digit and respond accordingly, whether that’s navigating an IVR menu or transferring a call.
On top of that, agents can also send DTMF tones to telephony users by using the publishDtmf
method on the local participant. This method works well across different SIP implementations, ensuring smooth compatibility.
If you’d like, I’m here to provide more details or examples—just let me know!
Sources: ivr-nagivator/agent.py | Docs::Recipes | livekit-android-sdk/src/main/java/io/livekit/android/room/participant/Local... | Docs::Recipes | complex-agents/ivr-agent/agent.py