aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/mgcp_transcode.h
AgeCommit message (Collapse)AuthorFilesLines
2015-08-19mgcp: Add transcoding from PCMU as wellHolger Hans Peter Freyther1-1/+2
Use the existing ulaw encode/decode to support PCMU as well. The MERA VoIP switch has some severe issues with the GSM codec and it appears easier to enable transcoding for it. The mera switch doesn't appear to cope with codec change between a SIP 180 trying and the 200 ok connection result. Inserting the codec is touching too many places. Ideally we should have the transcoding function as pointer in the struct as well but the arguments differ.. so it is not a direct way forward.
2014-07-22mgcp: Make the internal state of the transcoder accessibleHolger Hans Peter Freyther1-0/+53
For the unit tests we need to look at the internal state.
2014-06-05mgcp: Move transcoding to libmgcpJacob Erlbeck1-0/+36
This patch moves the files relevant to transcoding from src/osmo-bsc_mgcp to src/libmgcp and src/include/openbsc. Makefiles and include directives are being updated accordingly. Sponsored-by: On-Waves ehf