Disconnect Cause problems

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello,

I used 2.2beta2 from CVS and upgraded to the newest 2.2beta3 from CVS
(anonymous). Previously disconnect-cause values worked well but now it
doesn't work right.
Sometimes I get disconnect-cause=0 while there was a real disconnect
cause number.

from logs:

disengageRequest {
    requestSeqNum = 5623
    endpointIdentifier =  11 characters {
      0032 0033 0033 0031 005f 0065 0057 0043   2331_eWC
      0031 0067 006b                            1gk
    }
    conferenceID =  16 octets {
      02 13 72 de 08 a9 19 90  00 77 04 81 58 01 19 90   ..r......w..X...
    }
    callReferenceValue = 16649
    disengageReason = normalDrop <<null>>
    callIdentifier = {
      guid =  16 octets {
        02 13 72 de 08 a9 19 90  00 76 04 81 58 01 19 90   ..r......v..X...
      }
    }
    gatekeeperIdentifier =  6 characters {
      0065 0057 0043 0031 0067 006b             eWC1gk
    }
    answeredCall = FALSE
  }
2003/11/03 12:29:24.190 5                job.cxx(101)   Job     Run DRQ at thread 24397
2003/11/03 12:29:24.190 1             RasSrv.cxx(302)   RAS     DRQ Received
2003/11/03 12:29:24.190 4             RasSrv.cxx(1848)  GK      DRQ: closed conference
2003/11/03 12:29:24.190 4               gkauth.h(73)    GkAuth  default check ok
2003/11/03 12:29:24.190 4             RasTbl.cxx(1251)  Sending ReleaseComplete to calling party ...
2003/11/03 12:29:24.192 5       ProxyChannel.cxx(631)   Q931    Send to x.y.z.s:50017 {
  q931pdu = {
    protocolDiscriminator = 8
    callReference = 49417
    from = destination
    messageType = ReleaseComplete
    IE: User-User = {
      25 c0 06 00 08 91 4a 00  02 58 08 11 00 02 13 72   %.....J..X.....r
      de 08 a9 19 90 00 76 04  81 58 01 19 90 02 80 01   ......v..X......
      00                                                 .
    }
  }
  h225pdu = {
    h323_uu_pdu = {
      h323_message_body = releaseComplete {
        protocolIdentifier = 0.0.8.2250.0.2
        reason = undefinedReason <<null>>
        callIdentifier = {
          guid =  16 octets {
            02 13 72 de 08 a9 19 90  00 76 04 81 58 01 19 90   ..r......v..X...
          }
        }
      }
      h245Tunneling = FALSE
    }
  }
}
2003/11/03 12:29:24.192 4             RasTbl.cxx(1256)  Sending ReleaseComplete to called party ..
2003/11/03 12:29:24.193 5       ProxyChannel.cxx(631)   Q931    Send to x.y.z.s:1720 {
  q931pdu = {
    protocolDiscriminator = 8
    callReference = 16649
    from = originator
    messageType = ReleaseComplete
    IE: User-User = {
      25 c0 06 00 08 91 4a 00  02 58 08 11 00 02 13 72   %.....J..X.....r
      de 08 a9 19 90 00 76 04  81 58 01 19 90 02 80 01   ......v..X......
      00                                                 .
    }
  }
  h225pdu = {
    h323_uu_pdu = {
      h323_message_body = releaseComplete {
        protocolIdentifier = 0.0.8.2250.0.2
        reason = undefinedReason <<null>>
        callIdentifier = {
          guid =  16 octets {
            02 13 72 de 08 a9 19 90  00 76 04 81 58 01 19 90   ..r......v..X...
          }
        }
      }
      h245Tunneling = FALSE
    }
  }
}
2003/11/03 12:29:24.194 5           yasocket.cxx(609)   ProxyH(0) 2 sockets selected from 4, total 4/0
2003/11/03 12:29:24.194 2             RasTbl.cxx(1677)  CDR     ignore not connected call
2003/11/03 12:29:24.194 5       ProxyChannel.cxx(469)   Q931s Reading from x.y.z.s:50017
2003/11/03 12:29:24.194 3           radproto.cxx(1795)  RADIUS  Sending PDU to RADIUS server 127.0.0.1 (127.0.0.1:1813)
...
        [18]= {
          type = 26 (Vendor-Specific)
          length = 31 octets
          vendorId = 9
          vendorValue = 25 octets {
            1e 19 68 33 32 33 2d 64  69 73 63 6f 6e 6e 65 63   ..h323-disconnec
            74 2d 63 61 75 73 65 3d  30                        t-cause=0
          }
        }
...
2003/11/03 12:29:24.196 3       ProxyChannel.cxx(672)   Q931s Received: ReleaseComplete CRV=16649 from x.y.z.s:50017
2003/11/03 12:29:24.197 4       ProxyChannel.cxx(631)   Q931    Received: {
  q931pdu = {
    protocolDiscriminator = 8
    callReference = 16649
    from = originator
    messageType = ReleaseComplete
    IE: Cause - Normal call clearing = {
      80 90                                              ..
    }
    IE: User-User = {
      25 c0 06 00 08 91 4a 00  04 58 88 00 11 00 02 13   %.....J..X......
      72 de 08 a9 19 90 00 76  04 81 58 01 19 90 10 80   r......v..X.....
      01 80                                              ..
    }
  }
  h225pdu = {
    h323_uu_pdu = {
      h323_message_body = releaseComplete {
        protocolIdentifier = 0.0.8.2250.0.4
        reason = undefinedReason <<null>>
        callIdentifier = {
          guid =  16 octets {
            02 13 72 de 08 a9 19 90  00 76 04 81 58 01 19 90   ..r......v..X...
          }
        }
      }
      h245Tunneling = TRUE
    }
  }
}
2003/11/03 12:29:24.766 3           radproto.cxx(1821)  RADIUS  Received PDU from RADIUS server 127.0.0.1 (127.0.0.1:1813) by
      code = 5 (Accounting-Response)
      id = 222
      length = 20 octets
      authenticator = 16 octets {
        9c b3 2e 8d cb 27 6d c0  4d 78 af 0e 50 09 23 e5   .....'m.Mx..P.#.
      }
      attributes = <<null>>
   }

How can I fix this problem?

Thanks in advance,
        Thomas



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
List: Openh323gk-users@lists.sourceforge.net
Archive: http://sourceforge.net/mailarchive/forum.php?forum_id=8549
Homepage: http://www.gnugk.org/

[Index of Archives]     [SIP]     [Open H.323]     [Gnu Gatekeeper]     [Asterisk PBX]     [ISDN Cause Codes]     [Yosemite News]

  Powered by Linux