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

No Audio if call is accepted after 30 seconds #187

Open
vinodpandey23 opened this issue Oct 22, 2015 · 2 comments
Open

No Audio if call is accepted after 30 seconds #187

vinodpandey23 opened this issue Oct 22, 2015 · 2 comments

Comments

@vinodpandey23
Copy link

I am using Asterisk 11.6-cert9 with webrtc2sip and sipml5 javascript library for voice over web.

Call is initiated from legacy SIP client and received from sipml5 supported web page. Call is connected and successful audio at both end.

However if call is received after waiting 30 seconds or later of notification; it is connected successful but no audio at both end. I can see below line in webrtc2sip logs:
"Audio producer is not yet started"

@devkapil007
Copy link

I am also getting the same issue: I have verified using Chrome and firefox.
On firefox, there is no voice if call is picked up after 30 seconds and on chrome there is no voice if call is picked up after 60 seconds(Approx).
Please help..

@vinodpandey23
Copy link
Author

One more observation:

  1. Call notification on firefox/chrome browser with permission popup for microphone sharing
  2. If microphone is shared as allow and call is not connected after 30 seconds of that
  3. Then on browser console; we can see log as "ice failed; see about:webrtc for more details" and then no audio.

Since we are removing manual selection of permissions of microphone through about:config in firefox; we might have the situation where we pick the call after 30 seconds and expecting audio successfully.
Please let me know if any solution for this problem.

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