Hi, Below is my SMSServer.conf:
gateway.0=myModem, SerialModem myModem.port=COM12 myModem.baudrate=115200 myModem.manufacturer=Alcatel myModem.model=6310i myModem.protocol=PDU myModem.pin=0000 myModem.inbound=yes myModem.outbound=yes myModem.smsc_number=+966505031999 interface.0=db1, Database db1.url=jdbc:mysql://localhost:3306/smsserver?autoReconnect=true db1.driver=com.mysql.jdbc.Driver db1.username=root db1.password=mysql db1.type=mysql db1.tables.sms_in=smsserver_in db1.tables.sms_out=smsserver_out db1.tables.calls=smsserver_calls db1.batch_size=50 db1.retries=2 db1.update_outbound_on_statusreport=yes SMSServer is successfully sending outbound message from database. But upon receiving an inbound message it is not updating/populating the database. What could be the reason? -- You received this message because you are subscribed to the Google Groups "SMSLib Discussion Group" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msg/smslib/-/Lu2LflRbbEsJ. For more options, visit https://groups.google.com/groups/opt_out.
