Hi, people. How i can log sms messages body section in sql ? It seems that original sql table from the documentation just doesn't have such field. That's my sql table schema:

  CREATE TABLE dlr (
       smsc varchar(40),
       ts varchar(40),
       destination varchar(40),
       source varchar(40),
       service varchar(40),
       url varchar(255),
       mask int(10),
       status int(10),
       boxc varchar(40)
     )


Like from original kannel documentation. It works fine but i'd like sms texts of the messages to be stored to. Is it possible? My configuration includes kannel + opensmppbox installed. No sqlbox included. Do i need this? What is sqlbox need for?


Reply via email to