Can Asterisk Handle In Any Way An SDP With M=application Webrtc-datachannel ?
Home » Asterisk Users » Can Asterisk Handle In Any Way An SDP With M=application Webrtc-datachannel ?
I have a working telephone project that uses SIP.js 0.7.5 with Asterisk on the server side. Currently it handles both audio and video correctly.
The SIP.js webpage has instructions for setting up a datachannel through a SIP call. The online demo uses OpenSIPS.
When setting up a SIP call with a datachannel through the SIP.js online demo, the SDP looks like this:
v=0
o=- 2849011408178506361 2 IN IP4 127.0.0.1
s=-
t=0 0
a=msid-semantic: WMS
m=application 45029 DTLS/SCTP 5000
c=IN IP4 201.234.196.170
a
One thought on - Can Asterisk Handle In Any Way An SDP With M=application Webrtc-datachannel ?
Asterisk does not support data channels and does not support exchanging SDP like this. A SIP proxy would be a better fit.
—
Joshua Colp Digium, Inc. | Senior Software Developer
445 Jan Davis Drive NW – Huntsville, AL 35806 – US
Check us out at: http://www.digium.com & http://www.asterisk.org
—