Thanasis, Thank you very much for your response.
My modem is iTegno W3800, it works like a champ with the old version 332. Here is the conf setting: - # Set a different balancer than the default. smsserver.balancer=RoundRobinLoadBalancer # Lets add a modem gateway.0=modem1, SerialModem # -- itegno modem1.port=COM4 modem1.baudrate=115200 modem1.manufacturer=ITengo modem1.model=3000 # -- Huawei E169 #modem1.port=COM16 #modem1.baudrate=460800 #modem1.manufacturer=Huawei #modem1.model=E230 # -- Huawei E1752 #modem1.port=COM23 #modem1.baudrate=460800 #modem1.manufacturer=Huawei #modem1.model=E230 # -- prolink #modem1.port=COM33 #modem1.baudrate=115200 #modem1.port=COM1 #modem1.baudrate=57600 #modem1.manufacturer=Nokia #modem1.model=6310i modem1.protocol=PDU modem1.pin=0000 modem1.inbound=yes modem1.outbound=yes #modem1.smsc_number=98540020 modem1.smsc_number= modem1.init_string=ATZ\rATZ\rATZ\r # Here is an example of a MySQL database interface. interface.0=db1, Database db1.type=mysql #db1.url=jdbc:mysql://localhost:3306/smslib?autoReconnect=true db1.url=jdbc:mysql://localhost:3306/smsmr db1.driver=com.mysql.jdbc.Driver db1.username=smsmr db1.password=abc123 db1.tables.sms_in=sms_in db1.tables.sms_out=sms_out db1.tables.calls=sms_calls db1.batch_size=50 db1.retries=2 db1.update_outbound_on_statusreport=no #Interval for processing inbound messages (in seconds) settings.inbound_interval=15 #Interval for processing outbound queues (in seconds) settings.outbound_interval=10 #After reading, should SMSServer delete the processed messages from the gateways? #Default is "no" for safety. Set to "yes" if you wish to delete messages. #If you leave it to "no", SMSServer will process the same messages over and over again! settings.delete_after_processing=yes # Should SMSServer work in sync or async sending mode? # Async mode forwards messages to gateway queues. # Values can be "sync" and "async". settings.send_mode = async # Allowed dispatch time-fames per priority settings.timeframe.low=0900-2200 settings.timeframe.normal=0000-2359 settings.timeframe.high=0000-2359 On Jan 23, 6:53 pm, Thanasis <[email protected]> wrote: > Hi, > > I see too many errors. Your phone is probably incompatible - what > model is this? > Do you have another phone to test with? -- You received this message because you are subscribed to the Google Groups "SMSLib for Java 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.
