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

When use srtp can't pick up parked call. #8

Closed
GoogleCodeExporter opened this issue Jul 29, 2015 · 2 comments
Closed

When use srtp can't pick up parked call. #8

GoogleCodeExporter opened this issue Jul 29, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. webrtc4all_windows_1_35_981(stable).sfx.exe
2. asterisk 11.4
3. IE 10
4. Park call (to park extention)
5. Pick up call (simple dial to park extention)

What is the expected output? What do you see instead?
Pick up call.


What version of the product are you using? On what operating system?
webrtc4all_windows_1_35_981(stable).sfx.exe
Windows 7 Professional SP1 x64 Russian

Please provide any additional information below.
Works with webrtc4all_windows_1_12_756.sfx.exe with IE9 and IE10. 

Original issue reported on code.google.com by NordSe...@gmail.com on 6 Aug 2013 at 8:40

Attachments:

@GoogleCodeExporter
Copy link
Author

You should not force Asterisk to require SRTP.
Previous version worked because SRTP was always ON. Now it's now working 
because SRTP is negotaited using rfc5939(http://tools.ietf.org/html/rfc5939). 3 
solutions:
1) change Asterisk to support rfc5939
2) or, change Asterisk to disable SRTP
3) or enable SRTP on webrtc4all (rebuild the code): 
https://code.google.com/p/webrtc4all/source/browse/trunk/common/_Utils.cc?r=35#1
01

Original comment by boss...@yahoo.fr on 6 Aug 2013 at 8:47

  • Changed state: Invalid

@GoogleCodeExporter
Copy link
Author

Thank you for answer, but i need use standart programs with secured calls. 
my solution 
4)use webrtc4all_windows_1_12_756.sfx.exe

Original comment by NordSe...@gmail.com on 6 Aug 2013 at 9:36

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

1 participant