[asterisk-bugs] [JIRA] (ASTERISK-23191) Cannot get local SDP on incoming calls (WebRTC)

Jay Jideliov (JIRA) noreply at issues.asterisk.org
Tue Feb 4 11:01:05 CST 2014


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

Jay Jideliov commented on ASTERISK-23191:
-----------------------------------------

rtp.conf

[general]

rtpstart=10000
rtpend=20000


icesupport=true
stunaddr=stun.l.google.com:19302

sip.conf

[1060]
type=peer
defaultuser=1060
host = dynamic
secret=password
context=default
autoprov = yes
allow=all
hasiax=no
hassip = yes
nat=force_rport
avpf = yes
encryption = yes
icesupport=yes
videosupport=no
direcmedia=no
dtlsenable = yes
dtlsverify = no
dtlscertfile=/etc/ssl/cert/device/device.crt
dtlsprivatekey=/etc/ssl/cert/device/device.key
dtlscafile=/etc/ssl/cert/rootCA.pem

[1061]
type=peer
defaultuser=1061
host=dynamic
secret=anotherpassword
context=default
hasiax = no
hassip = yes
allow=all
nat=force_rport
encryption = yes
avpf = yes
icesupport = yes
videosupport=no
directmedia=no
dtlsenable = yes
dtlsverify = no
dtlscertfile=/etc/ssl/cert/device/device.crt
dtlsprivatekey=/etc/ssl/cert/device/device.key
dtlscafile=/etc/ssl/cert/rootCA.pem




                
> Cannot get local SDP on incoming calls (WebRTC)
> -----------------------------------------------
>
>                 Key: ASTERISK-23191
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-23191
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Resources/res_http_websocket
>    Affects Versions: 11.7.0
>            Reporter: Jay Jideliov
>            Assignee: Jay Jideliov
>         Attachments: debuglog-cleared-ip.txt, Dump.txt.txt
>
>
> This is an issue created as a follow-up to this comment (https://issues.asterisk.org/jira/browse/ASTERISK-21930?focusedCommentId=211742&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-211742) as well as due to us having the same issue when trying to receive incoming calls via WebRTC.
> Asterisk 11.7 + SIPML5 + WSS, both Firefox and Chrome.
> Devices register fine, and are able to make outgoing calls. However, the issue arises on incoming calls, when all we get is the error (cannot get local sdp) after which the line disconnects.

--
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