Hi all
I try to send sms with SMPP in ADF but I have this error : org.jsmpp.extra.NegativeResponseException: Negative response 00000094 found
after executing :
smppSession.submitShortMessage(
"SMPP",
TypeOfNumber.NATIONAL,
NumberingPlanIndicator.ISDN,
"123",
TypeOfNumber.NATIONAL,
NumberingPlanIndicator.ISDN,
MSISDN,
esmClass,
(byte) 0,
(byte) 1,
tF.format(new Date()),
null,
new RegisteredDelivery(SMSCDeliveryReceipt.DEFAULT),
(byte) 0,
dataCoding,
(byte) 0,
message.getBytes(),
new OptionalParameter.Byte(OptionalParameter.Tag.USSD_SERVICE_OP,
(byte) 2));
please help me to resolve this problem.
Best regards.