Skip to content
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

video call attended before ringing #571

Open
prathibhacdac opened this issue Nov 27, 2024 · 3 comments
Open

video call attended before ringing #571

prathibhacdac opened this issue Nov 27, 2024 · 3 comments

Comments

@prathibhacdac
Copy link

prathibhacdac commented Nov 27, 2024

when User A makes a video call to user B, even before it becomes ringing on user B, user A is in attended state and timer starts running.
image

@InnovateAsterisk
Copy link
Owner

This may be from the SIP messages received. The system will respond to the SIP messages like 180, 183, etc, to indicate to the user the progress of the call. When the system receives a 200 OK, it will consider the call in progress and display the Video screen.

@prathibhacdac
Copy link
Author

This issue is resolved by removing Answer() application from the dialplan.

@InnovateAsterisk
Copy link
Owner

Yes, you cannot issue Answer() in the dial plan, this is for the agent to answer the call.

Answer is used it you want the Asterisk system to answer the call, and send media to the caller, like an IVR or to put the caller in a queue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants