[asterisk-bugs] [JIRA] (ASTERISK-24670) Asterisk 13.1.0 with webRTC missing ice-ufrag and ice-pwd compiling

Matt Jordan (JIRA) noreply at issues.asterisk.org
Tue Jan 27 12:51:34 CST 2015


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

Matt Jordan commented on ASTERISK-24670:
----------------------------------------

# Please hit "Send Back" when you've provided feedback.
# The log files provided were not generated using the instructions [~rnewton] provided. Please generate the logs per his instructions - as it is, the log files do not contain the debug information.
# Please provide the relevant configuration files (sip.conf/pjsip.conf) for the channel drivers being used.

Note that PJSIP must be installed with Asterisk 13 for ICE to work. If you have not installed PJSIP, that would explain why this isn't working.

>  Asterisk 13.1.0 with webRTC missing ice-ufrag and ice-pwd compiling 
> ---------------------------------------------------------------------
>
>                 Key: ASTERISK-24670
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-24670
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Channels/chan_sip/WebSocket
>    Affects Versions: 13.1.0
>         Environment: CentOS 6.5 32 bit 
> Google Chrome Version 32.0.1700.77 
> Firefox 34.0.5
> sipjs 0.6.4
>            Reporter: CGI.NET
>            Assignee: Rusty Newton
>         Attachments: asterisk11-output.txt, asterisk13-output.txt
>
>
> I had test it with asterisk-11.15.0 and asterisk-13.1.0  with the same configures and all make is default.
> 11 is works fine but 13 is broken.
> Here is configure file:
> {noformat}
> [8002]
> disallow=all
> allow=alaw,ulaw,h264
> type=friend
> username=8002
> accountcode=8002
> secret=8002
> context=from-exten-sip
> host=dynamic
> nat=yes
> qualify=2000
> canreinvite=no
> callgroup=0
> pickupgroup=0
> setvar=
> call-limit=10
> [WebRTC](!)
> transport=udp,ws,wss
> nat=no
> encryption=yes
> qualify=yes
> avpf=yes
> disallow=all
> allow=alaw,ulaw,h264
> icesupport=yes
> dtlsenable=yes
> dtlsverify=no
> dtlscertfile=/etc/asterisk/keys/asterisk.pem
> dtlsprivatekey=/etc/asterisk/keys/asterisk.pem
> dtlssetup=actpass
> [8007](WebRTC)
> type=friend
> username=8007
> accountcode=8007
> secret=8007
> context=from-exten-sip
> ;followed advance settings
> host=dynamic
> qualify=5000
> callgroup=
> pickupgroup=
> {noformat}
> -----------------------------------------------------------------------------------------
> 8002 is soft phone and 8007 is webrtc,
> Calling form 8007 to 8002, 8002 answer.  Firefox complain about missing ice-ufrag and ice-pwd  the error in console is:
> SetRemoteDescription failed: Called with an SDP without ice-ufrag and ice-pwd.



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list