Dear Team,

My system information is as follow : 

Operating system and version. Ubantu V10.10
Kannel version. 1.4.3
Libxml version. 2.30.0
Used client : SMS Client (I am using GSM modem Cinterion MC52i)
Single or multi processor machine. Multi Processor
Attach Kannel configuration file 

We are facing an issue while configuring the DLR storage. Whenever we used 
 "dlr-storage = mysql" the kannel will stop to work and smsc will not 
work. after removing the above statement "dlr-storage = mysql" the kannel 
will work fine and i am able to send and receive sms on my Modem.

I have also check that our kannel is compiled with mysql support. 

Find my kannel and dlr, mysql database setting with this mail. 




we are struggling from a week with this problem. Please help us. 

In case of any query please let us know. 




Regards
Deepak
#
" Ce courriel et les documents qui lui sont joints peuvent contenir des 
informations confidentielles ou ayant un caractère privé. S'ils ne vous sont 
pas destinés, nous vous signalons qu'il est strictement interdit de les 
divulguer, de les reproduire ou d'en utiliser de quelque manière que ce soit le 
contenu. Si ce message vous a été transmis par erreur, merci d'en informer 
l'expéditeur et de supprimer immédiatement de votre système informatique ce 
courriel ainsi que tous les documents qui y sont attachés."
******
" This e-mail and any attached documents may contain confidential or 
proprietary information. If you are not the intended recipient, you are 
notified that any dissemination, copying of this e-mail and any attachments 
thereto or use of their contents by any means whatsoever is strictly 
prohibited. If you have received this e-mail in error, please advise the sender 
immediately and delete this e-mail and all attached documents from your 
computer system."
#

Attachment: dlr-mysql.conf
Description: Binary data

Attachment: kannel.conf
Description: Binary data

Attachment: modems.conf
Description: Binary data

mysql> show databases
    -> ;
+--------------------+
| Database           |
+--------------------+
| information_schema |
| dlr                |
| mysql              |
| test               |
+--------------------+
4 rows in set (0.00 sec)

mysql> describe dlr
    -> ;
+-------------+--------------+------+-----+---------+-------+
| Field       | Type         | Null | Key | Default | Extra |
+-------------+--------------+------+-----+---------+-------+
| smsc        | varchar(40)  | YES  |     | NULL    |       |
| ts          | varchar(40)  | YES  |     | NULL    |       |
| destination | varchar(40)  | YES  |     | NULL    |       |
| source      | varchar(40)  | YES  |     | NULL    |       |
| service     | varchar(40)  | YES  |     | NULL    |       |
| url         | varchar(255) | YES  |     | NULL    |       |
| mask        | varchar(40)  | YES  |     | NULL    |       |
| status      | int(10)  | YES  |     | NULL    |       |
| boxcid      | int(10)  | YES  |     | NULL    |       |
+-------------+--------------+------+-----+---------+-------+
9 rows in set (0.00 sec)

mysql> select *from dlr;
Empty set (0.00 sec)

mysql>

Reply via email to