[asterisk-bugs] [JIRA] (ASTERISK-24670) Asterisk 13.1.0 wiht webRTC missing ice-ufrag and ice-pwd compiling
Richard Mudgett (JIRA)
noreply at issues.asterisk.org
Thu Jan 8 12:49:36 CST 2015
[ https://issues.asterisk.org/jira/browse/ASTERISK-24670?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Richard Mudgett updated ASTERISK-24670:
---------------------------------------
Description:
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.
was:
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:
[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=
-----------------------------------------------------------------------------------------
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.
> Asterisk 13.1.0 wiht 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: CGI.NET
> Attachments: ast11.txt, ast13.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