You have to insert the messages directly on the send_sms table, the sql box will generate the message and pass it to the sent_sms.
So, you insert on the send_sms and sqlbox will process it and pass it to the sent_sms. At the end you'll have an empty send_sms and the sent_sms will have your message. Check http://www.blogalex.com/wp-content/uploads/2008/11/userguide.html#AEN478 Best regrads, Jorge On Sat, Dec 31, 2011 at 6:47 PM, Bui Duong The <[email protected]>wrote: > thanks! but > I am install http://www.the-stagg.co.uk/?p=11 > and viiew file config attach > > ---------------------------------------------------------------------------------------------------------------- > Khi Con Đặt Hết Tâm Hồn Vào Đó, Đó Là Thứ Tuyệt Vời Nhất ! !(^-^)! > Information Technology: Network Manager, Design Website, PC's Trouble's... > Name: Bùi Dương Thế > Email: [email protected] > Skype: buiduongthe > Phone: 0976570931 > > ---------------------------------------------------------------------------------------------------------------- > > > > On 1 January 2012 00:40, mohamed keita <[email protected]> wrote: > >> Hello. >> >> I managed to install sqlbox with the command ./configure - with-kannel-dir >> = / etc / kannel . / etc / kannel is the installation folder of kannel. >> Now i have one problem, configuring sqlbox. Here is my sqlbox >> configuration file. I managed to boot sqlbox but i have nothing in sent_sms >> and send_sms tables. >> >> >> >> group = sqlbox >> id = sqlbox-db >> smsbox-id = sqlbox >> #global-sender = "" >> bearerbox-host = localhost >> bearerbox-port = 13001 >> smsbox-port = 13008 >> sql-log-table = sent_sms >> sql-insert-table = send_sms >> log-file = "/var/log/kannel/sqlbox.log" >> log-level = 0 >> >> # Configuration connection mysql >> group = mysql-connection >> id = sqlbox-db >> host = localhost >> username = root >> password = fyle >> database = kannel >> max-connections =2 >> >> >> is that the bearerbox-host must be identical to the smsbox-port in core >> group? >> >> thanks in advance. >> > > -- [image: Multivision] *Jorge Raimundo * RAN Consultant | [email protected] . Rua António Albino Machado, Nº33, 2ºB. S. Domingos de Benfica, 1600 - 870 Lisboa Fixed PT: +351 21 155 20 53 | Mobile PT: +351 91 933 13 67 www.multivision.pt
