Hi, I am trying to send SMS using modem. I created In and out table in mysql . my SIM card hold 5 messeges and when i am runing smsserver all 5 messages entry goes to In table but no entry in out table and no messege goes. my configuration is below.
gateway.0=*, SerialModem *.port=COM4 *.baudrate=115200 *.manufacturer=WAVECOM MODEM *.model=MULTIBAND 900E 1800 *.protocol=PDU *.pin=0000 *.inbound=yes *.outbound=yes *.init_string=ATZ\rATZ\rATZ\r interface.0=db1, Database db1.type=mysql db1.url=jdbc:mysql://localhost:3306/smslib?autoReconnect=true db1.driver=com.mysql.jdbc.Driver db1.username=smslib db1.password=smslib db1.tables.sms_in=smssvr_in db1.tables.sms_out=smssvr_out db1.tables.calls=smssvr_calls db1.batch_size=50 db1.retries=5 db1.update_outbound_on_statusreport=yes --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
