my config file (windows, xampp server) ============================ # Set a different balancer than the default. smsserver.balancer=LeastLoadLoadBalancer
#Set a different router than the default. #smsserver.router=NumberPoolRouter # Lets add a modem gateway.0=modem1, SerialModem modem1.port=COM9 modem1.baudrate=19200 modem1.manufacturer=Nokia modem1.model=6100 modem1.protocol=PDU modem1.pin=0000 modem1.inbound=yes modem1.outbound=yes modem1.init_string=ATZ\rATZ\rATZ\r interface.0=db1, Database db1.type=mysql db1.url=jdbc:mysql://localhost:3306/sms?autoReconnect=true db1.driver=com.mysql.jdbc.Driver db1.username=root db1.password= 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=yes settings.inbound_interval=5 settings.outbound_interval=5 settings.delete_after_processing=yes settings.send_mode = async settings.timeframe.low=0900-2200 settings.timeframe.normal=0000-2359 settings.timeframe.high=0000-2359 =================================== C:\Program Files\Java\jre1.6.0_07\lib\ext>java - Dsmsserver.configfile=SMSServer. conf org.smslib.smsserver.SMSServer -runonce SMSLib: A Java API library for sending and receiving SMS via a GSM modem or othe r supported gateways. This software is distributed under the terms of the Apache v2.0 License. Web Site: http://smslib.org SMSLib API version: 3.3.3 SMSServer version: 3.3.3 Stable Library ========================================= Native lib Version = RXTX-2.1-7 Java lib Version = RXTX-2.1-7 when i tried with above command it not throwing any error and not inserting the local mysql also pls help me out to solve this Thanks in advance --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
