It seems you haven't set you dlr storage destination in your conf. And if you plan to use mysql as your dlr storage, you have to add/define dlr-db group and connection to the db.
It might help to take a look at this URL: http://kannel.org/download/1.4.1/userguide-1.4.1/userguide.html#AEN452 http://kannel.org/download/1.4.1/userguide-1.4.1/userguide.html#AEN2826 Hope these links give you a hint... --tjatur On Wed, 2007-02-07 at 16:47 +0530, Tushar wrote: > Hi, > > > > This is my configuration file: > > > > group = core > > admin-port=13000 > > smsbox-port = 13001 > > wapbox-port = 13002 > > admin-password = hungama > > wdp-interface-name = "*" > > log-file = "/tmp/bearerbox.log" > > log-level = 0 > > > > group = wapbox > > bearerbox-host = localhost > > log-file = "/tmp/wapbox.log" > > log-level = 0 > > syslog-level = none > > access-log = "/tmp/wapaccess.log" > > > > group = smsbox > > smsbox-id = dlrbox > > #admin-password = hungama > > bearerbox-host = localhost > > sendsms-port = 13131 > > log-file = "/tmp/smsbox.log" > > log-level = 0 > > access-log = "/tmp/smsbox-access.log" > > > > # Fake SMSC configuration > > #group = smsc > > #smsc = fake > > #smsc-id = FAKE > > #port = 10000 > > #connect-allow-ip = 127.0.0.1 > > > > > > > > #SMSC SMPP > > group = smsc > > smsc = smpp > > host = 66.36.229.70 > > port = 7771 > > smsc-username =get > > smsc-password = set > > system-type = "VMA" > > address-range = "" > > > > > > > > #smsbox routing > > #group = smsbox-route > > #smsbox-id = dlrbox > > #shortcuts = 9870145145 > > > > #SMS service GROUP > > group = sms-service > > keyword = default > > get-url = http://www.google.com > > > > #SENDsms GROUP > > group = sendsms-user > > username = hungama > > password = hungama > > default-sender=PHPsms > > concatenation = true > > > > # SMSC Nokia CIMD2 > > #group = smsc > > #smsc = cimd2 > > #host = 172.25.48.20 > > #port = 9971 > > #smsc-username = my_user_wap > > #smsc-password = my_pass_wap > > #throughput = 10 > > #keepalive = 60 > > #no-dlr = false > > > > #group = ppg > > #ppg-url = /push/miep_normal > > #ppg-port = 7080 > > #ppg-allow-ip = 172.17.60.28 > > #concurrent-pushes = 100 > > #trusted-pi = true > > #service-name = ppg > > #ppg-smsbox-id = dlrbox > > #default-dlr-url = > "http://172.16.15.30/dls_notifications/notify.php" [^] > > > > #group = wap-push-user > > #wap-push-user = dimitris > > #ppg-username = my_user > > #ppg-password = my_pass > > > > > > > > > > > > > > > > >Why don't u start shared your kannel configuration to others? > > > > >On 2/7/07, Tushar <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > > > > > > > > > > > Hi all, > > > > > > > > > > > > I am unable to get DLRs in mysql database and even not not able > to > > > set dlr-url…….and also unable to receive any messages in kanel. Plz > > > somebody help me. > > > > > > > > > > > > > > > > > > Thanx and Regards, > > > > > > tushar > > > > > > > > > > > > > > > > > > > > > > > > > > > >
