<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p style="margin: 0px; padding: 0px; color: rgb(51, 51, 51);
      font-family: Arial, sans-serif; font-size: 14px; font-style:
      normal; font-variant-ligatures: normal; font-variant-caps: normal;
      font-weight: 400; letter-spacing: normal; orphans: 2; text-align:
      start; text-indent: 0px; text-transform: none; white-space:
      normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width:
      0px; background-color: rgb(255, 255, 255); text-decoration-style:
      initial; text-decoration-color: initial;">Hello.</p>
    <p style="margin: 0px; padding: 0px; color: rgb(51, 51, 51);
      font-family: Arial, sans-serif; font-size: 14px; font-style:
      normal; font-variant-ligatures: normal; font-variant-caps: normal;
      font-weight: 400; letter-spacing: normal; orphans: 2; text-align:
      start; text-indent: 0px; text-transform: none; white-space:
      normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width:
      0px; background-color: rgb(255, 255, 255); text-decoration-style:
      initial; text-decoration-color: initial;"><br>
    </p>
    <p style="margin: 0px; padding: 0px; color: rgb(51, 51, 51);
      font-family: Arial, sans-serif; font-size: 14px; font-style:
      normal; font-variant-ligatures: normal; font-variant-caps: normal;
      font-weight: 400; letter-spacing: normal; orphans: 2; text-align:
      start; text-indent: 0px; text-transform: none; white-space:
      normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width:
      0px; background-color: rgb(255, 255, 255); text-decoration-style:
      initial; text-decoration-color: initial;">I am having a lot of
      problems with SIP through NAT. So, I decided to adopt PJSIP.
      However, I am not able to make the extensions ring when receiving
      a call from the queue. I'm using telnet to include the extension
      and on the asterisk console, it even shows Called PJSIP/6001, but
      the extension doesn't ring. If I call from extension to extension,
      it works normally.</p>
    <p style="margin: 10px 0px 0px; padding: 0px; color: rgb(51, 51,
      51); font-family: Arial, sans-serif; font-size: 14px; font-style:
      normal; font-variant-ligatures: normal; font-variant-caps: normal;
      font-weight: 400; letter-spacing: normal; orphans: 2; text-align:
      start; text-indent: 0px; text-transform: none; white-space:
      normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width:
      0px; background-color: rgb(255, 255, 255); text-decoration-style:
      initial; text-decoration-color: initial;">telenet:<br>
      Action: QueueAdd<br>
      Queue: queuetest<br>
      MemberName: 1234<br>
      Interface: PJSIP/6001<br>
      StateInterface: PJSIP/6001<br>
      Ringinuse: yes<br>
      Paused: false</p>
    <p style="margin: 10px 0px 0px; padding: 0px; color: rgb(51, 51,
      51); font-family: Arial, sans-serif; font-size: 14px; font-style:
      normal; font-variant-ligatures: normal; font-variant-caps: normal;
      font-weight: 400; letter-spacing: normal; orphans: 2; text-align:
      start; text-indent: 0px; text-transform: none; white-space:
      normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width:
      0px; background-color: rgb(255, 255, 255); text-decoration-style:
      initial; text-decoration-color: initial;">If I change to SIP, the
      extension will call normally.</p>
    <p style="margin: 10px 0px 0px; padding: 0px; color: rgb(51, 51,
      51); font-family: Arial, sans-serif; font-size: 14px; font-style:
      normal; font-variant-ligatures: normal; font-variant-caps: normal;
      font-weight: 400; letter-spacing: normal; orphans: 2; text-align:
      start; text-indent: 0px; text-transform: none; white-space:
      normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width:
      0px; background-color: rgb(255, 255, 255); text-decoration-style:
      initial; text-decoration-color: initial;">My configuration
      pjsip.conf</p>
    <p style="margin: 10px 0px 0px; padding: 0px; color: rgb(51, 51,
      51); font-family: Arial, sans-serif; font-size: 14px; font-style:
      normal; font-variant-ligatures: normal; font-variant-caps: normal;
      font-weight: 400; letter-spacing: normal; orphans: 2; text-align:
      start; text-indent: 0px; text-transform: none; white-space:
      normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width:
      0px; background-color: rgb(255, 255, 255); text-decoration-style:
      initial; text-decoration-color: initial;"><span class="error">[transport-udp-nat]</span><br>
      type=transport<br>
      protocol=udp<br>
      bind=0.0.0.0:5160<br>
      local_net=192.0.0.0/24<br>
      external_media_address=192.168.0.196<br>
      external_signaling_address=192.168.0.196</p>
    <p style="margin: 10px 0px 0px; padding: 0px; color: rgb(51, 51,
      51); font-family: Arial, sans-serif; font-size: 14px; font-style:
      normal; font-variant-ligatures: normal; font-variant-caps: normal;
      font-weight: 400; letter-spacing: normal; orphans: 2; text-align:
      start; text-indent: 0px; text-transform: none; white-space:
      normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width:
      0px; background-color: rgb(255, 255, 255); text-decoration-style:
      initial; text-decoration-color: initial;"><span class="error">[6001]</span><br>
      type=endpoint<br>
      context=callcenter<br>
      disallow=all<br>
      allow=g729<br>
      allow=ulaw<br>
      allow=gsm<br>
      auth=6001<br>
      aors=6001<br>
      transport=transport-udp-nat<br>
      direct_media=no<br>
      allow_subscribe=yes<br>
      sub_min_expiry=30</p>
    <p style="margin: 10px 0px 0px; padding: 0px; color: rgb(51, 51,
      51); font-family: Arial, sans-serif; font-size: 14px; font-style:
      normal; font-variant-ligatures: normal; font-variant-caps: normal;
      font-weight: 400; letter-spacing: normal; orphans: 2; text-align:
      start; text-indent: 0px; text-transform: none; white-space:
      normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width:
      0px; background-color: rgb(255, 255, 255); text-decoration-style:
      initial; text-decoration-color: initial;"><span class="error">[6001]</span><br>
      type=auth<br>
      auth_type=userpass<br>
      password=6001<br>
      username=6001</p>
    <p style="margin: 10px 0px 0px; padding: 0px; color: rgb(51, 51,
      51); font-family: Arial, sans-serif; font-size: 14px; font-style:
      normal; font-variant-ligatures: normal; font-variant-caps: normal;
      font-weight: 400; letter-spacing: normal; orphans: 2; text-align:
      start; text-indent: 0px; text-transform: none; white-space:
      normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width:
      0px; background-color: rgb(255, 255, 255); text-decoration-style:
      initial; text-decoration-color: initial;"><span class="error">[6001]</span><br>
      type=aor<br>
      max_contacts=99</p>
    <p style="margin: 10px 0px 0px; padding: 0px; color: rgb(51, 51,
      51); font-family: Arial, sans-serif; font-size: 14px; font-style:
      normal; font-variant-ligatures: normal; font-variant-caps: normal;
      font-weight: 400; letter-spacing: normal; orphans: 2; text-align:
      start; text-indent: 0px; text-transform: none; white-space:
      normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width:
      0px; background-color: rgb(255, 255, 255); text-decoration-style:
      initial; text-decoration-color: initial;"><br>
    </p>
    <p style="margin: 10px 0px 0px; padding: 0px; color: rgb(51, 51,
      51); font-family: Arial, sans-serif; font-size: 14px; font-style:
      normal; font-variant-ligatures: normal; font-variant-caps: normal;
      font-weight: 400; letter-spacing: normal; orphans: 2; text-align:
      start; text-indent: 0px; text-transform: none; white-space:
      normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width:
      0px; background-color: rgb(255, 255, 255); text-decoration-style:
      initial; text-decoration-color: initial;">Has anyone experienced
      the same problem? I upgraded my asterisk to 17 and the problem
      still persists.<br>
    </p>
    <p style="margin: 10px 0px 0px; padding: 0px; color: rgb(51, 51,
      51); font-family: Arial, sans-serif; font-size: 14px; font-style:
      normal; font-variant-ligatures: normal; font-variant-caps: normal;
      font-weight: 400; letter-spacing: normal; orphans: 2; text-align:
      start; text-indent: 0px; text-transform: none; white-space:
      normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width:
      0px; background-color: rgb(255, 255, 255); text-decoration-style:
      initial; text-decoration-color: initial;">Thanks!</p>
  </body>
</html>