Sending multiple SMS messages

Sending multiple SMS messages SearchSearch
Author Message
Anonymous
Posted on Wednesday, December 11, 2002 - 05:01 pm:   

Hi

I'm trying to send an sms message to more than one recipient using the Logica SMPP Java library

http://opensmpp.logica.com/CommonPart/Introduction/Introduction.htm

Using their Java test application I can successfully send sms to a single phone (option 2 in the Logica test app). However when I send sms to multiple phones (option 3 in the test app) I see the following:

async response received (genericnack: (pdu: 16 80000000 3 2) )

In the SMPPDEBUG.LOG I see the following:

15:42:37:554 DumpPacket: 34 byte packet
15:42:37:554 DumpPacket: 00 00 00 22 00 00 00 09 00 00 00 00 00 00 00 01 "
15:42:37:554 DumpPacket: 74 65 73 74 00 74 65 73 74 00 00 34 01 01 31 31 test test 4 11
15:42:37:554 DumpPacket: 2A 00 *
15:42:37:554 DumpPacket: 23 byte packet
15:42:37:554 DumpPacket: 00 00 00 17 80 00 00 09 00 00 00 00 00 00 00 01
15:42:37:554 DumpPacket: 4E 6F 77 53 4D 53 00 NowSMS
15:43:15:748 WaitForResponseSMPP: SMPP Debug: received unknown command 00000021
15:43:15:748 DumpPacket: 86 byte packet
15:43:15:748 DumpPacket: 00 00 00 56 00 00 00 21 00 00 00 00 00 00 00 02 V !
15:43:15:748 DumpPacket: 00 01 01 33 35 33 38 36 31 32 33 34 35 36 37 38 3538612345678
15:43:15:748 DumpPacket: 00 02 01 01 01 34 34 37 39 37 33 31 38 36 37 33 44797318673
15:43:15:748 DumpPacket: 39 00 01 01 01 34 34 37 39 37 33 31 38 36 37 33 9 44797318673
15:43:15:748 DumpPacket: 39 00 00 00 00 00 00 00 00 00 00 0A 74 65 73 74 9 test
15:43:15:748 DumpPacket: 20 6D 75 6C 74 69 multi
15:43:15:748 DumpPacket: 16 byte packet
15:43:15:748 DumpPacket: 00 00 00 10 80 00 00 00 00 00 00 03 00 00 00 02
15:46:08:347 SMPPEnquireLink: SMPP response failed on SMPPEnquireLink

1. Does your sms gateway support the "SUBMIT_MULTI" command?

2. If so, do you have any suggestions as to what I'm doing wrong?
Bryce Norwood - NowSMS Support (Bryce)
Posted on Thursday, December 12, 2002 - 07:11 pm:   

Hi,

Sorry, we don't support SUBMIT_MULTI.

Just the regular SUBMIT, BIND, UNBIND & ENQUIRE_LINK. (And DELIVER is used to route inbound messages to an SMPP client.)

If you have a need for this command, we could add support pretty easily. I've put it on our "wish list", but if you have a pressing need for something urgent, please e-mail nowsms@now.co.uk.

-bn