-
```
These are my SDP outputs:
LOCAL:
v=0
o=3686278856 0 0 IN IP4 10.0.0.27
s=Session SIP/SDP
c=IN IP4 10.0.0.27
t=0 0
a=rtpmap:8 PCMA/8000/1
a=rtpmap:18 G729/8000/1
a=fmtp:18 annexb=no
a=rtpmap:0 PCM…
-
```
These are my SDP outputs:
LOCAL:
v=0
o=3686278856 0 0 IN IP4 10.0.0.27
s=Session SIP/SDP
c=IN IP4 10.0.0.27
t=0 0
a=rtpmap:8 PCMA/8000/1
a=rtpmap:18 G729/8000/1
a=fmtp:18 annexb=no
a=rtpmap:0 PCM…
-
```
These are my SDP outputs:
LOCAL:
v=0
o=3686278856 0 0 IN IP4 10.0.0.27
s=Session SIP/SDP
c=IN IP4 10.0.0.27
t=0 0
a=rtpmap:8 PCMA/8000/1
a=rtpmap:18 G729/8000/1
a=fmtp:18 annexb=no
a=rtpmap:0 PCM…
-
When running this script `run_hfp_gateway.py` I manage to connect to the HFP but get as far as searching for the attribute list which is it tells me is none existent (incorrect). I've narrowed down th…
-
Artifact version: 3.0-61-g76e8a19
```
java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.Object java.util.Hashtable.get(java.lang.Object)' on a null object reference
…
-
> 2017-04-25 01:10:29,481 INFO [MgcpTransaction] (service-scheduler-4) tx=147505344 Started, message= CRCX mobicents/bridge/78@192.168.1.18:2427, call agent = restcomm.com/192.168.1.18:2727
2017-04-…
-
When you send a parse to EQ it only does DPS. Is there a option I haven't found to send SDPS or could there be?
-
Implement SDP parser and formatter. We can then use it for session negotiation (RTSP or SIP, see #34), and announcement (SAP; not planned yet).
References: [RFC4566](https://tools.ietf.org/html/rfc…
-
Fuzzit was acquired by GitLab, so I think it's not an option anymore? Let's use good old gofuzz.
https://github.com/google/gofuzz
-
(I'll refer to the https://www.w3.org/TR/webrtc version of the spec here to avoid the #2956 regression on github tip.)
When I test Chrome, Edge, and Safari with https://jsfiddle.net/jib1/9kz2bf85/ …