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

Mute sometimes does not mute #118

Closed
benrubson opened this issue Dec 16, 2014 · 4 comments
Closed

Mute sometimes does not mute #118

benrubson opened this issue Dec 16, 2014 · 4 comments
Assignees
Labels
Milestone

Comments

@benrubson
Copy link

Hello,

I have found a bug with mute function.

During a call, mute microphone, you will then see "mic muted".
Then, hold the call and resume it, you will see "on hold" then "off hold".
Just after this, you will still see the message "mic muted", well, as expected.
However, mic is no more muted here !

Expected behavior here is to have mic still muted.

Thank you !

@benrubson
Copy link
Author

As we do not have so many news from the developper, I tried to correct this issue myself.
So for those who have to courage to recompile Telephone to have their proper patched version, here is a workaround.

In Classes/Model/AKSIPUserAgent.m, in AKSIPCallMediaStateChanged method, at the end of dispatch_async, add :

if ([call isMicrophoneMuted]) {
pjsua_conf_disconnect(0, callInfo.conf_slot);
}

@eofster
Copy link
Member

eofster commented Mar 24, 2016

#181

@eofster eofster added the bug label Mar 24, 2016
@eofster eofster added this to the 1.1.5 milestone Mar 24, 2016
@eofster eofster self-assigned this Mar 24, 2016
@eofster
Copy link
Member

eofster commented Mar 25, 2016

Fixed in #181.

@eofster eofster closed this as completed Mar 25, 2016
@benrubson
Copy link
Author

👍

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

No branches or pull requests

2 participants