I think you should read the documentation: http://smslib.org/doc/smsserver/interfaces/db/
The "out" table is filled by you. The "in" is filled by SMSLib. 2008/11/13 Jeffrey Liwanag <[EMAIL PROTECTED]> > Theres nothing in the smsserver_out > > I used this sql statement (smsserver_out.mysql.sql) > > CREATE TABLE IF NOT EXISTS `smsserver_out` ( > `id` int(11) NOT NULL, > `recipient` char(16) NOT NULL, > `text` char(150) NOT NULL, > `create_date` timestamp NOT NULL default CURRENT_TIMESTAMP, > `originator` char(16) NOT NULL default '"', > `encoding` char(1) NOT NULL default '7', > `status_report` int(11) NOT NULL default '0', > `flash_sms` int(11) NOT NULL default '0', > `src_port` int(11) NOT NULL default '-1', > `dst_port` int(11) NOT NULL default '-1', > `sent_date` datetime default NULL, > `ref_no` char(64) default NULL, > `priority` int(11) NOT NULL default '0', > `status` char(1) NOT NULL default 'U', > `errors` int(11) NOT NULL default '0', > `gateway_id` char(64) NOT NULL default '*', > PRIMARY KEY (`id`) > ) ENGINE=InnoDB DEFAULT CHARSET=utf8; > > no messages went in... > > > On Thu, Nov 13, 2008 at 4:47 PM, Thanasis <[EMAIL PROTECTED]> wrote: > >> The "Test" can be used for dummy replies. >> You should see that messages in the "out" table do change their status. >> >> 2008/11/13 Jeffrey Liwanag <[EMAIL PROTECTED]> >> >> Ok thanks i get it. Is this tesing able to reply to the message? How to do >>> that? The testing runs, and it only store the messages in smsserver_in, >>> nothing happens in smsserver_out >>> >>> >>> On Thu, Nov 13, 2008 at 4:36 PM, Aryo Sanjaya <[EMAIL PROTECTED]>wrote: >>> >>>> >>>> >>>> On Thu, Nov 13, 2008 at 3:25 PM, Jeffrey Liwanag < >>>> [EMAIL PROTECTED]> wrote: >>>> >>>>> Sorry i didn't get what you are trying to say. >>>>> >>>>> Can you please elaborate more please... and where can i find this >>>>> gateway.1? >>>> >>>> >>>> Open your SMSServer.conf file, and locate those 3 lines: >>>> >>>> #gateway.1=Test1, Test >>>> #Test1.inbound=yes >>>> #Test1.outbound=yes >>>> >>>> >>>> to do: >>>> - remove # at begin of lines >>>> - change gateway.1 to gateway.0 >>>> >>>> - then remove all those lines: >>>> gateway.0=modem1, SerialModem >>>> modem1.port=COM1 >>>> modem1.baudrate=57600 >>>> modem1.manufacturer=Nokia >>>> modem1.model=6310i >>>> modem1.protocol=PDU >>>> modem1.pin=0000 >>>> modem1.inbound=yes >>>> modem1.outbound=no >>>> modem1.init_string=ATZ\rATZ\rATZ\r >>>> >>>> >>>> -- >>>> Best Regards, >>>> >>>> Aryo Sanjaya >>>> >>>> >>>> >>>> >>>> >>>> >>> >>> >> >> >> > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SMSLib Users 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 -~----------~----~----~----~------~----~------~--~---
