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

Hold On/Off does not produce Hold events on remote party #633

Open
nserj opened this issue Dec 7, 2021 · 1 comment
Open

Hold On/Off does not produce Hold events on remote party #633

nserj opened this issue Dec 7, 2021 · 1 comment

Comments

@nserj
Copy link
Contributor

nserj commented Dec 7, 2021

SIPUserAgent, Call Hold On/Off disable voice. When it will be Off on remote party, music audible for caller, Off on caller side just disabling voice. However, events will not be received by other party, even request is sent, SIPMessageReceived will not be called respectively.

@sipsorcery
Copy link
Member

Putting the SIPUserAgent on/off hold does not affect the SIPTransport. The only way to get back off hold is by sending a new SIP request.

The SIPUserAgent will disregard any requests it does not recognise. Perhaps that's the issue?

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

No branches or pull requests

2 participants