summaryrefslogtreecommitdiffstats
path: root/src/session.cpp
Commit message (Collapse)AuthorAgeLines
* Use the first payload type number for each codec in the SDP answerFrédéric Brière2020-03-30-1/+4
| | | | | | | | | | | | | | | | | It is possible for the SDP offer to feature more than one payload type number (either static or dynamic) that refer to the same codec. For example, a peer that supports ITU-T V.152 may use two payload types, with one of them marked for voice-band data use: m=audio 3456 RTP/AVP 0 98 a=rtpmap:0 PCMU/8000 a=rtpmap:98 PCMU/8000 a=gpmd:98 vbd=yes Ideally, Twinkle should use the number that was listed first in the media formats list when building the SDP answer. Closes #184
* Replace (old) FSF postal address with URL in header filesFrédéric Brière2016-10-02-2/+1
| | | | | | Wording copied from https://www.gnu.org/licenses/gpl-howto.en.html Fixes #25, fixes #71
* Further work on G.729A integration (issue #15)Lubos Dolezel2015-06-15-0/+2
|
* initial checkinMichal Kubecek2015-04-13-0/+822
Check in contents of upstream 1.4.2 tarball, exclude generated files.