I put the request, but investigated some more. You can write the message to phone and after send the fist time, can execute several AT +CMSS commands changing the destination number, but in a Nokia forum the experts says AT+CMMS=1 command is much better because the connection doesn't close waiting for the next message.
With that information, I saw the smslib 3.4.1 code to find where you send several messages at time. I found you do it in AGateway class, but because is generic gateway and the change only works in the subclass ModemGateway, I must override the method sendMessages in ModemGateway in order to put the AT+CMMS=1 if there are more than 1 output message pending, and set it to 0 before sending the last message. Not all modems / networks support that command, and I must to use try- catch sequence. Am I correct?. I know 3.4.2 is the last stable version, but can't change it right now. Thanks in advance Pietro On Aug 21, 12:59 am, Thanasis <[email protected]> wrote: > Hello, > > > I can send the same message to some group of phones (1 by 1), or send > > to a group of phones (I think SMSlib support this feature directly), > > but my question is: what way goes faster?. Someone did some test?. > > As far as the speed, its the same thing. So pick the one that suits > your style :) > > > Can SMSserver support group sending? > > Not at the moment (I mean, not out of the box), but you can file your > enhancement request here:http://code.google.com/p/smslib/issues/list --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SMSLib User Group" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/smslib?hl=en -~----------~----~----~----~------~----~------~--~---
