Author Message
AttilaMathe
Joined: Nov 11, 2013
Messages: 5
Offline
Hi,
I am calling the POM web service to create a contact and send an sms, which is longer than the 160 characters an SMS can be, so POM is splitting it.
But after splitting it inserts a series of numbers before each sms text. I think this is a bug in the sms engine.

Here are some lines from the SMSGateway.log file:
11 Nov 2013 23:57:06,894 [OutboundSMPPThread0] FINEST com.avaya.sms.gateway.utils.SMSLogger.finest(SMSLogger.java:45) - Multipart message with length : 195 received
11 Nov 2013 23:57:06,894 [OutboundSMPPThread0] FINEST com.avaya.sms.gateway.utils.SMSLogger.finest(SMSLogger.java:45) - SMPPLinkConnector::splitIntoParts()
11 Nov 2013 23:57:06,894 [OutboundSMPPThread0] FINE com.avaya.sms.gateway.utils.SMSLogger.info(SMSLogger.java:24) - Array list size is : 0
Array list data is : []
11 Nov 2013 23:57:06,894 [OutboundSMPPThread0] FINE com.avaya.sms.gateway.utils.SMSLogger.info(SMSLogger.java:24) - Number of Parts: 2.0
11 Nov 2013 23:57:06,894 [OutboundSMPPThread0] FINE com.avaya.sms.gateway.utils.SMSLogger.info(SMSLogger.java:24) - Message part size = 128
11 Nov 2013 23:57:06,894 [OutboundSMPPThread0] FINE com.avaya.sms.gateway.utils.SMSLogger.info(SMSLogger.java:24) - Message part 0 : 050003200201To receive internet settings for browsing, send SETTINGS to 790 and it would be delivered to your handset.
If your phone does
11 Nov 2013 23:57:06,894 [OutboundSMPPThread0] FINE com.avaya.sms.gateway.utils.SMSLogger.info(SMSLogger.java:24) - Message part size = 67
11 Nov 2013 23:57:06,894 [OutboundSMPPThread0] FINE com.avaya.sms.gateway.utils.SMSLogger.info(SMSLogger.java:24) - Message part 1 : 050003200202not receive these settings, manual internet settings would be sent.
11 Nov 2013 23:57:06,894 [OutboundSMPPThread0] FINEST com.avaya.sms.gateway.utils.SMSLogger.finest(SMSLogger.java:45) - SMPPLinkConnector::sendMessage() - byteBufferList.size() = 2
11 Nov 2013 23:57:06,894 [OutboundSMPPThread0] FINEST com.avaya.sms.gateway.utils.SMSLogger.finest(SMSLogger.java:45) - SMPPLinkConnector::sendMessage() encoding Type in SMPPLinkConnector 0
11 Nov 2013 23:57:06,894 [OutboundSMPPThread0] FINE com.avaya.sms.gateway.utils.SMSLogger.fine(SMSLogger.java:39) - SMPPLinkConnector::sendMessage() - The PDU is: (submit: (pdu: 0 4 0 144557) (addr: 0 0 1212) (addr: 0 0 08096399991) (sm: enc: UTF8 msg: 050003200201To receive internet settings for browsing, send SETTINGS to 790 and it would be delivered to your handset.
If your phone does ) (opt: ) )
11 Nov 2013 23:57:06,895 [OutboundSMPPThread0] FINEST com.avaya.sms.gateway.utils.SMSLogger.finest(SMSLogger.java:45) - SMPPLinkConnector::sendMessage() - session state = 16
11 Nov 2013 23:57:06,895 [OutboundSMPPThread0] FINEST com.avaya.sms.gateway.utils.SMSLogger.finest(SMSLogger.java:45) - SMPPLinkConnector::sendMessage() - session state = 16
11 Nov 2013 23:57:06,895 [OutboundSMPPThread0] FINEST com.avaya.sms.gateway.utils.SMSLogger.finest(SMSLogger.java:45) - SmsMessageDAO::updateSmsMessageDetails()
11 Nov 2013 23:57:06,900 [OutboundSMPPThread0] FINEST com.avaya.sms.gateway.utils.SMSLogger.finest(SMSLogger.java:45) - SmsMessageDAO::updateSmsMessageDetails() - result = false
11 Nov 2013 23:57:06,900 [OutboundSMPPThread0] FINEST com.avaya.sms.gateway.utils.SMSLogger.finest(SMSLogger.java:45) - SMPPLinkConnector::sendMessage() encoding Type in SMPPLinkConnector 0
11 Nov 2013 23:57:06,901 [OutboundSMPPThread0] FINE com.avaya.sms.gateway.utils.SMSLogger.fine(SMSLogger.java:39) - SMPPLinkConnector::sendMessage() - The PDU is: (submit: (pdu: 188 4 0 144557) (addr: 0 0 1212) (addr: 0 0 08096399991) (sm: enc: UTF8 msg: 050003200202not receive these settings, manual internet settings would be sent.) (opt: ) )
11 Nov 2013 23:57:06,901 [OutboundSMPPThread0] FINEST com.avaya.sms.gateway.utils.SMSLogger.finest(SMSLogger.java:45) - SMPPLinkConnector::sendMessage() - session state = 16
11 Nov 2013 23:57:06,901 [OutboundSMPPThread0] FINEST com.avaya.sms.gateway.utils.SMSLogger.finest(SMSLogger.java:45) - SMPPLinkConnector::sendMessage() - session state = 16
11 Nov 2013 23:57:06,901 [OutboundSMPPThread0] FINEST com.avaya.sms.gateway.utils.SMSLogger.finest(SMSLogger.java:45) - SmsMessageDAO::updateSmsMessageDetails()
11 Nov 2013 23:57:06,907 [OutboundSMPPThread0] FINEST com.avaya.sms.gateway.utils.SMSLogger.finest(SMSLogger.java:45) - SmsMessageDAO::updateSmsMessageDetails() - result = false
11 Nov 2013 23:57:06,907 [OutboundSMPPThread0] FINEST com.avaya.sms.gateway.utils.SMSLogger.finest(SMSLogger.java:45) - outgoing sms sent to smsc. contactAddress: 1212 messageid: 144557

Thanks in advance for your assistance,
Attila Mathe
Go to:   
Mobile view