AMR misconfiguration or bug

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.

Keith keith at rhizomatica.org
Mon Nov 5 09:08:37 UTC 2018


On 04/11/2018 01:52, Omar Ramadan wrote:
> The SIP connector is still being incorrectly assigned the PCMU codec. 
>
Omar, a quick and dirty hack for the osmo-sip-connector, to (probably)
get your calls running through FreeSwitch:


Hardcode override the pt in sdp_create_file() in sdp.c by adding


other->payload_type = 98; (or for full rate GSM, it would be
other->payload_type = 3;)


somewhere in the top of that function,

at line 170 for example, here:
http://git.osmocom.org/osmo-sip-connector/tree/src/sdp.c#n170)


k/




-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/openbsc/attachments/20181105/58d4fdde/attachment.htm>


More information about the OpenBSC mailing list