<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p><font face="Helvetica, Arial, sans-serif">Hello</font></p>
    <p><font face="Helvetica, Arial, sans-serif"><br>
      </font></p>
    <p><font face="Helvetica, Arial, sans-serif">I notice a major
        difference in what Asterisk console is telling me (which seems
        correct) and what Asterisk Manager is telling.</font></p>
    <p><br>
    </p>
    <p>A SIP user is called, and the phone does not ring. This is the
      situation.</p>
    <p><br>
    </p>
    <p>On Asterisk console I see (which seems to be in line with an
      unreachable phone) :</p>
    <p>[Feb 11 11:31:31] VERBOSE[15653][C-00000319] app_dial.c: Called
      SIP/mysipuser6<br>
      [Feb 11 11:31:37] VERBOSE[15653][C-00000319] app_dial.c: Everyone
      is busy/congested at this time (1:0/0/1)<br>
      [Feb 11 11:31:37] VERBOSE[15653][C-00000319] pbx.c: Executing
      [202@from-PBX:253] NoOp("SIP/mysipuser12-0000157d",
      "DIALSTATUS=CHANUNAVAIL") in new stack</p>
    <p>However on Asterisk Manager interface I see the event :</p>
    <p>11:31:31<br>
      Array<br>
      (<br>
          [0] => Event: DeviceStateChange<br>
          [1] => Privilege: call,all<br>
          [2] => SystemName: voipserver1<br>
          [3] => Device: SIP/mysipuser6<br>
          [4] => State: RINGING<br>
      )</p>
    <p><br>
    </p>
    <p>I can reproduce this easily every time :</p>
    <p>[Feb 11 11:31:46] VERBOSE[15719][C-0000031a] app_dial.c: Called
      SIP/mysipuser6<br>
      [Feb 11 11:31:53] VERBOSE[15719][C-0000031a] app_dial.c: Everyone
      is busy/congested at this time (1:0/0/1)<br>
      [Feb 11 11:31:53] VERBOSE[15719][C-0000031a] pbx.c: Executing
      [202@from-PBX:253] NoOp("SIP/mysipuser12-0000157f",
      "DIALSTATUS=CHANUNAVAIL") in new stack</p>
    <p>11:31:46<br>
      Array<br>
      (<br>
          [0] => Event: DeviceStateChange<br>
          [1] => Privilege: call,all<br>
          [2] => SystemName: voipserver1<br>
          [3] => Device: SIP/mysipuser6<br>
          [4] => State: RINGING<br>
      )</p>
    <p><br>
    </p>
    <p>Why is Asterisk Manager reporting a RINGING state if there is no
      SIP 180 RINGING received ?! When issuing a SIP DEBUG, I see a SIP
      INVITE but no response (so no SIP 180 or 183).</p>
    <p><br>
    </p>
    <p>Kind regards.</p>
    <p><br>
    </p>
    <p><br>
    </p>
  </body>
</html>