-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tracking Exact Moment When User Answers Outbound Call #136
Comments
this makes sense.. we need to align the lifecycle better to match user expectations. we'll work on improving this behavior |
Hi @davidzhao , could you kindly clarify which status I should listen for to identify that the user has picked up the phone during an outbound call? If I'm not mistaken, I should listen to the tracks? |
Hey @vlxdisluv! First, participant created by SIP will update it's |
Is there a way to reliably detect whether a SIP INVITE request was unsuccessful, particularly when the SIP trunk service is unavailable and a 500 error is returned? Can this be tracked through specific events or mechanisms? Additionally, is it possible to determine whether the call was answered by the intended recipient or an answering machine the call was forwarded to? |
Yes, SIP service will set Regarding answering machine detection - we do not support it directly yet. Should be done externally with an Agent for now. The issue is #117. We now plan to emit specific events via the data channel when SIP service detects telephony tones. This may help the Agent detect it more reliably. |
We are facing an issue with tracking the exact moment when a user answers a call (picks up the phone) during outbound calling. We wanted to use the participant joined webhook for this, but we noticed that it triggers when the ringing starts, not when the user actually picks up.
Is there a way to more accurately track the moment when the user picks up the phone during an outbound call? Perhaps there is another webhook or method that we can use for this purpose?
Thank you for your assistance!
The text was updated successfully, but these errors were encountered: