Dear Delenikas, Ya, I'm using SMSServer.
This my config for 10 gateways gateway.0=modem1, SerialModem modem1.port=COM65 modem1.baudrate=19200 modem1.manufacturer=Novatel Wireless Inc modem1.model=MF190 modem1.protocol=PDU modem1.pin=0000 modem1.inbound=no modem1.outbound=yes modem1.maxSMS= 2 #modem1.smsc_number=01684078552 #modem1.init_string=ATZ\rATZ\rATZ\r gateway.1=modem2, SerialModem modem2.port=COM69 modem2.baudrate=19200 modem2.manufacturer=Novatel Wireless Inc modem2.model=MF190 modem2.protocol=PDU modem2.pin=0000 modem2.inbound=no modem2.outbound=yes modem2.maxSMS= 2 #modem2.smsc_number=01684078552 #modem2.init_string=ATZ\rATZ\rATZ\r gateway.2=modem3, SerialModem modem3.port=COM71 modem3.baudrate=19200 modem3.manufacturer=Novatel Wireless Inc modem3.model=MF190 modem3.protocol=PDU modem3.pin=0000 modem3.inbound=no modem3.outbound=yes modem3.maxSMS= 2 #modem3.smsc_number=01684078552 #modem3.init_string=ATZ\rATZ\rATZ\r gateway.3=modem4, SerialModem modem4.port=COM76 modem4.baudrate=19200 modem4.manufacturer=Novatel Wireless Inc modem4.model=MF190 modem4.protocol=PDU modem4.pin=0000 modem4.inbound=no modem4.outbound=yes modem4.maxSMS= 2 #modem4.smsc_number=01684078552 #modem4.init_string=ATZ\rATZ\rATZ\r gateway.4=modem5, SerialModem modem5.port=COM48 modem5.baudrate=19200 modem5.manufacturer=Novatel Wireless Inc modem5.model=MF190 modem5.protocol=PDU modem5.pin=0000 modem5.inbound=no modem5.outbound=yes modem5.maxSMS= 2 #modem5.smsc_number=01684078552 #modem5.init_string=ATZ\rATZ\rATZ\r gateway.5=modem6, SerialModem modem6.port=COM49 modem6.baudrate=19200 modem6.manufacturer=Novatel Wireless Inc modem6.model=MF190 modem6.protocol=PDU modem6.pin=0000 modem6.inbound=no modem6.outbound=yes modem6.maxSMS= 2 #modem6.smsc_number=01684078552 #modem6.init_string=ATZ\rATZ\rATZ\r gateway.6=modem7, SerialModem modem7.port=COM61 modem7.baudrate=19200 modem7.manufacturer=Novatel Wireless Inc modem7.model=MF190 modem7.protocol=PDU modem7.pin=0000 modem7.inbound=no modem7.outbound=yes modem7.maxSMS= 2 #modem7.smsc_number=01684078552 #modem7.init_string=ATZ\rATZ\rATZ\r gateway.7=modem8, SerialModem modem8.port=COM63 modem8.baudrate=19200 modem8.manufacturer=Novatel Wireless Inc modem8.model=MF190 modem8.protocol=PDU modem8.pin=0000 modem8.inbound=no modem8.outbound=yes modem8.maxSMS= 2 #modem8.smsc_number=01684078552 #modem8.init_string=ATZ\rATZ\rATZ\r gateway.8=modem9, SerialModem modem9.port=COM67 modem9.baudrate=19200 modem9.manufacturer=Novatel Wireless Inc modem9.model=MF190 modem9.protocol=PDU modem9.pin=0000 modem9.inbound=no modem9.outbound=yes modem9.maxSMS= 2 #modem9.smsc_number=01684078552 #modem9.init_string=ATZ\rATZ\rATZ\r gateway.9=modem10, SerialModem modem10.port=COM73 modem10.baudrate=19200 modem10.manufacturer=Novatel Wireless Inc modem10.model=MF190 modem10.protocol=PDU modem10.pin=0000 modem10.inbound=no modem10.outbound=yes modem10.maxSMS= 2 #modem10.smsc_number=01684078552 #modem10.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/smsdb?autoReconnect=true db1.driver=com.mysql.jdbc.Driver db1.username=root db1.password=root db1.tables.sms_in=sms_in db1.tables.sms_out=sms_out db1.tables.calls=sms_calls db1.batch_size=100 db1.retries=1 db1.update_outbound_on_statusreport=yes interface.1=httpServer, HttpServer httpServer.port=8181 #httpServer.password.read=0000 httpServer.password.send=1111 #Interval for processing inbound messages (in seconds) settings.inbound_interval=600 #Interval for processing outbound queues (in seconds) settings.outbound_interval=15 #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 I'm using multi serial card , above just for 10 gateways. I will extend it to 20 gateways soon, if I make it send message faster now. if I use async , it will take long time ~7s->10s for a message sent on one gateway. So with 20 gateways : first 20 gateways will send 20 messages the same time ,next (~ 7s->10s) 20 gateways continue send 20 messages, next (~7s->10s) gateways continue send..........take so long time I try sync , it take shorter ~2s for a message, This may be acceptable, but author's smslib said with sync mode we should use in case one gateway. Now problem I want to resolve. How can I find out a solution . first 20 gateways will send 20 messages the same time ,next (~ 1s->2s) 20 gateways continue send 20 messages, next (~1s->2s) gateways continue.......... I'm sure my modems using is 3G (not 2G). Can you please help me ? Thanks so much. * * -- You received this message because you are subscribed to the Google Groups "SMSLib Discussion Group" group. To view this discussion on the web visit https://groups.google.com/d/msg/smslib/-/vTqNTB7lopsJ. 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.
