<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Hello, I'm setting up an Asterisk connection with
      osmo-sip-connector.</p>
    <p>Initiation of calls works fine, but no sound is getting through.</p>
    <p><br>
    </p>
    <p>My setup is as follows:</p>
    <p>Local computer is running all osmo software plus asterisk</p>
    <p>interface has IP address 192.168.27.49 plus 192.168.27.47 as
      alias</p>
    <p>femtocell is at 192.168.27.41<br>
    </p>
    <p>osmo-mgw.cfg</p>
    <blockquote>
      <p>mgcp<br>
          bind ip 192.168.27.49<br>
          rtp port-range 4002 16000<br>
          rtp bind-ip 192.168.27.47<br>
      </p>
    </blockquote>
    <p><br>
    </p>
    <p>osmo-sip-connector.cfg</p>
    <blockquote>
      <p>sip<br>
          local 192.168.27.47 5069<br>
          remote 192.168.27.49 5060<br>
      </p>
    </blockquote>
    <p>osmo-msc.cfg</p>
    <blockquote>
      <p>msc<br>
         mgw remote-ip 192.168.27.49<br>
         mgw remote-port 2427<br>
         mgw local-port 2728</p>
    </blockquote>
    <p><br>
    </p>
    <p>When I start wireshark it only shows packets flowing between
      192.168.27.41(femtocell) and 192.168.27.47(osmo-mgw).</p>
    <p>No packets to/from Asterisk server, how can I fix this problem?
      Current documentation on osmo-mgw is quite difficult to
      understand.<br>
    </p>
  </body>
</html>