Hi, This is interesting. The unknown cle[a]nup action is defined in queue cleanup, which pretty much tries to determine action when waitack is not received (resend, reconnect, etc.).
You seem to have a problem with your SMSc. As a result your SMSc is not sending any ACKs and therefore kannel stops sending SMS after the few first that go through. Depending on the action defined in wait-ack-expire. Default is to wait forever for the ack. 0x001D is defined in SMPP 5.0 Spec as "additional_status_info_text" which contains information about your SMSc status: "The additional_status_info_text parameter gives an ASCII textual description of the meaning of a response PDU. It is to be used by an implementation to allow easy diagnosis of problems. Field Size octets Type Description Parameter Tag 2 Integer 0x001D Length 2 Integer Length of Value part in octets Value 1 - 256 C-Octet String Free format text to allow implementations to supply the most useful information for problem diagnosis. Maximum length is 256 octets." I would try to configure a tlv for this address to get a description of the problem, which should get rid of the unknown error as well. Then I would contact my SMSc to see how the problem can be corrected. BR, Nikos ----- Original Message ----- From: "manojs.vt" <[email protected]> To: <[email protected]> Sent: Thursday, February 12, 2009 7:44 AM Subject: Unknown clenup action defined 1d. > > anyone knows why this message appear in kannel logs ? I can see only messages > are coming in queue and its not delivering to users.. > > 2009-02-09 12:45:25 [7597] [7] ERROR: SMPP[XXXXTX] Unknown clenup action > defined 1d. > 2009-02-09 12:45:25 [7597] [7] DEBUG: SMPP[XXXXTX]: Manually forced source > addr ton = 0, source add npi = 1 > 2009-02-09 12:45:25 [7597] [7] DEBUG: SMPP[XXXXTX]: Manually forced dest > addr ton = 1, dest add npi = 1 > 2009-02-09 12:45:25 [7597] [7] DEBUG: SMPP[XXXXTX]: Sending PDU: > > > ----- > Manoj Bhamare > -- > View this message in context: > http://www.nabble.com/Unknown-clenup-action-defined-1d.-tp21908186p21908186.html > Sent from the Kannel - User mailing list archive at Nabble.com. > >
