Hi, It can happen that the modem may miss a message some times... It could be network problems, it may be doing something at the time (handshaking with the cell) etc. Unfortunatelly, the XML interface does not support retries.
Are you working on Linux? It may be worth trying the Java DB instead of MySQL if you need an small DB. Its a modern, jdbc-powered mini database. Never tried that, but always sounded good to me. 2008/10/10 fsloke <[EMAIL PROTECTED]> > > This miss send out SMS using xml not happen very often... > > In a few transaction ( Let's said 10 times X 6 X 1 ), it will miss out > 1 SMS only... > > I not really prefer to use the DB interface because it need to install > a huge MYSQL for a small application (SMSLib) used only. > > But I will try on the DB interface. > > Thank > > -fsloke > > On Oct 10, 3:02 am, Thanasis <[EMAIL PROTECTED]> wrote: > > Hi, > > > > If you try to send exactly the same message to 6 different users and 1 > > of them fails, my first guess would be that your modem has something > > to do with it. > > You might consider switching to DB interface (instead of XML) which > > supports retries and check whether the DB interface behaves better. > > > > On Oct 9, 4:12 am, fsloke <[EMAIL PROTECTED]> wrote: > > > > > The message content is > > > : > > > <?xml version="1.0" encoding="UTF-8"?> > > > <!DOCTYPE message SYSTEM "smssvr_out.dtd"> > > > <message id="n81701"> > > > <recipient>+60126089999</recipient> > > > <text>07:00:53 PM [sms] SMSLib Testing - [ Active ]. > > > ************************************************* This SMS is > > > generate by fsloke</text> > > > <originator></originator> > > > <create_date>2008-10-08T19:00:53+08:00</create_date> > > > </message> > > > > > But this message / text I send to 6 user. 5 is move to sent folder but > > > Only this one is move to failed folder. As I mention before, if I move > > > this file back to out folder. It can be send out... > > > > > Thank > > > > > fsloke > > > > > On Oct 8, 5:44 pm, Thanasis <[EMAIL PROTECTED]> wrote: > > > > > > Since the message failed to be sent (with error 514), the xml goes in > > > > the failed forder. This is the normal behavior for failed messages. > > > > > > The real problem is why this specific message fails with 514... > > > > What is the actual message text you are trying to send? > > > > > > On Oct 8, 4:59 am, fsloke <[EMAIL PROTECTED]> wrote: > > > > > > > What scenario that will caused a correct xml format will send to > > > > > failed folder? > > > > > > > I using a postpaid mobile line to send out SMS. Credit is not an > > > > > issue... :) > > > > > > > Thank > > > > > > > On Oct 8, 1:17 am, zeeman <[EMAIL PROTECTED]> wrote: > > > > > > > > "mark" just indicates, that the status of the message was > updated. > > > > > > It might be successful or failed. > > > > > > > > It just says that the status was updated- Hide quoted text - > > > > > > > - Show quoted text -- Hide quoted text - > > > > > - Show quoted text - > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SMSLib Support 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 -~----------~----~----~----~------~----~------~--~---
