<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html;
      charset=windows-1252">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p><br>
    </p>
    <div class="moz-cite-prefix">On 04/11/2018 01:52, Omar Ramadan
      wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:BYAPR15MB2359B0E06F19084515341021AAC90@BYAPR15MB2359.namprd15.prod.outlook.com">
      <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1252">
      <style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
      <div id="divtagdefaultwrapper" dir="ltr"><span style="font-family:
          Calibri, Helvetica, sans-serif, EmojiFont, "Apple Color
          Emoji", "Segoe UI Emoji", NotoColorEmoji,
          "Segoe UI Symbol", "Android Emoji",
          EmojiSymbols; font-size: 16px;"><span><span> The SIP connector
              is still being incorrectly assigned the PCMU codec. </span></span></span>
        <div>
          <div class="BodyFragment"><font>
              <div class="PlainText">
                <div style="color: rgb(0, 0, 0); font-family: Calibri,
                  Helvetica, sans-serif, EmojiFont, "Apple Color
                  Emoji", "Segoe UI Emoji",
                  NotoColorEmoji, "Segoe UI Symbol",
                  "Android Emoji", EmojiSymbols;">
                  <br>
                </div>
              </div>
            </font></div>
        </div>
      </div>
    </blockquote>
    <p>Omar, a quick and dirty hack for the osmo-sip-connector, to
      (probably) get your calls running through FreeSwitch:</p>
    <p><br>
    </p>
    <p>Hardcode override the pt in sdp_create_file() in sdp.c by adding
      <br>
    </p>
    <p><br>
    </p>
    <p>other->payload_type = 98; (or for full rate GSM, it would be
      other->payload_type = 3;)<br>
    </p>
    <p><br>
    </p>
    <p>somewhere in the top of that function, <br>
    </p>
    <p>at line 170 for example, here:
      <a class="moz-txt-link-freetext" href="http://git.osmocom.org/osmo-sip-connector/tree/src/sdp.c#n170">http://git.osmocom.org/osmo-sip-connector/tree/src/sdp.c#n170</a>)</p>
    <p><br>
    </p>
    <p>k/</p>
    <p><br>
    </p>
    <br>
    <font>
      <div class="PlainText">
        <div style="color: rgb(0, 0, 0); font-family: Calibri,
          Helvetica, sans-serif, EmojiFont, "Apple Color
          Emoji", "Segoe UI Emoji", NotoColorEmoji,
          "Segoe UI Symbol", "Android Emoji",
          EmojiSymbols; font-size: 11pt;">
          <span style="font-family: Calibri, Helvetica, sans-serif,
            EmojiFont, "Apple Color Emoji", "Segoe UI
            Emoji", NotoColorEmoji, "Segoe UI Symbol",
            "Android Emoji", EmojiSymbols; font-size: 16px;"><span><span><br>
              </span></span></span></div>
      </div>
    </font>
  </body>
</html>