Hi guys,
I create new application to submit message to SMSC using jsmpp.
the application successfully receive message from SMSC.
to submit the message i use this parameter:
systemType = "cp";
serviceType=null; // DEFAULT/null
addrTon = TypeOfNumber.UNKNOWN; // 0
addrNpi = NumberingPlanIndicator.ISDN; // 1
sourceAddrTon = TypeOfNumber.UNKNOWN; // 0
sourceAddrNpi = NumberingPlanIndicator.ISDN; // 1
sourceAddr = "6789";
destAddrTon = TypeOfNumber.UNKNOWN; // 0
destAddrNpi = NumberingPlanIndicator.ISDN; // 1
destinationAddr = "6281812345678";
but i got NegativeResponseException: 0x0000000A
(Invalid Source Address).
I don't know the reason why the SMSC response invalid
source address. but the application success receive
message for that address.
the sourceAddr parameter (TON & NPI) already follow
the setting from SMSC admin.
anyone have idea about the problem?
thank you.
--
best regards,
Oon Arfiandwi