Hi Team, One of our SMSCs is returning message IDs in the submit_sm_resp in hex - eg 84493328 - but the DLRs are coming back in decimal - eg 2219389736. This is causing problems with Kannel with the MySQL queries on the DLR database, as it can't find the related message.
*ERROR: SMPP[ABC]: got DLR but could not find message or was not interested in it id<2224181776> dst<91XXXXXXXXX>, type<1>* We are using bearerbox configuration parameters in given below. group = smsc smsc = smpp smsc-id = ABC host= 10.0.0.1 smsc-username= abc smsc-password= abc123 port = 1234 #receive-port= 1234 connect-allow-ip = 127.0.0.1 system-type="" address-range="" #alt-charset="ASCII" source-addr-ton=5 source-addr-npi=9 dest-addr-ton=1 dest-addr-npi=1 *msg-id-type=0x00* allowed-smsc-id= ABC transceiver-mode=1 Any quick fixes I can make?