hi,all I'm using SMSServer 3.3.1, a wavecom usb modem on my windows xp system. When I using SMSLib's example, I can sending/receiving sms good. But when I using SMSServer(both database and xml interface), I can not sending sms but receiving is good. When I starting SMSServer, it processed my data, and the log will display:
SMSServer: sending synchronously... OutboundPollingThread() run. SMSServer: sending synchronously... OutboundPollingThread() run. ... No real send action performed, and message has been sent, and the error count is plused, finally the status will be set to F(means FAILED). I found this thread is like my problem(http://groups.google.com/group/ SMSLib/browse_thread/thread/dba25eb51f90c483/da16ef8e06239d92? lnk=gst&q=smsserver+sending+error#da16ef8e06239d92) so I changed the interface from database to xml, but I still have the problem. My SMSServer.conf: gateway.0=myModem,SerialModem myModem.port=COM11 myModem.baudrate=9600 myModem.manufacturer=WAVECOM MODEM myModem.model=MULTIBAND 900E 1800 myModem.protocol=PDU myModem.pin=1234 myModem.inbound=yes myModem.outbound=yes interface.0=db1, Database db1.url=jdbc:mysql://192.168.1.1:3306/smsserver db1.driver=org.gjt.mm.mysql.Driver db1.username=smsserver db1.password=smsserver db1.type=mysql db1.tables.sms_in=smsserver_in db1.tables.sms_out=smsserver_out db1.batch_size=50 db1.retries=20 db1.update_outbound_on_statusreport=yes settings.delete_after_processing=yes settings.outbound_interval=3 Any suggestion? thanks in advance. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SMSLib Users 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 -~----------~----~----~----~------~----~------~--~---
