[asterisk-bugs] [JIRA] (ASTERISK-21930) WebRTC over WSS is not working.

Moises Silva (JIRA) noreply at issues.asterisk.org
Fri Oct 11 03:15:03 CDT 2013


    [ https://issues.asterisk.org/jira/browse/ASTERISK-21930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=210879#comment-210879 ] 

Moises Silva commented on ASTERISK-21930:
-----------------------------------------

Oh boy ... the audio issue was caused by missing the pjproject dependency. It's puzzling no warning at all or error is printed on Asterisk when using WebRTC and pjproject is not present. I am not sure however exactly where in the code (or during build) this warning/error should be printed.

I guess chan_sip could check if ws/wss transport is registered and no pjsip (HAVE_PJPROJECT) is built, then print a nasty error and abort the call?
                
> WebRTC over WSS is not working.
> -------------------------------
>
>                 Key: ASTERISK-21930
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-21930
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Resources/res_http_websocket
>    Affects Versions: 11.4.0
>         Environment: debian wheezy, asterisk 11.4, sipml5-webphone
>            Reporter: John
>            Assignee: Matt Jordan
>         Attachments: webrtc-trunk.patch
>
>
> Websocket connection over secure WSS gives a the following:
> == WebSocket connection from '192.168.1.1:59831' for protocol 'sip' accepted using version '13'
> but peer will never register.
> Using the unsecure WS, everything works as expected. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list