Do post relevant logs, as well as smsc config, but as a pointer, if the entries are written in the DB but not updated the parameter: "msg-id-type" in the smsc config might need twiking.
Kyriacos On 26/04/2010 15:45, Alejandro Guerrieri wrote: > Please post relevant log entries. > > On Mon, Apr 26, 2010 at 2:34 PM, Anshu Sah <[email protected] > <mailto:[email protected]>> wrote: > > Hello Team, > > I am unable to update the DLR in the table . Please take a look > over my brief configuration file. I am also looking for some > parameters where i can store the Mesage received my Kannel too in > mysql table. > > Is it possible. > > -- > Thanks > Anshu > > ============================== > ========= > > group = core > admin-port = 13000 > smsbox-port = 13001 > admin-password = bar > admin-allow-ip = "127.0.0.0" > log-file = "/home/anshu/projects/kannel-1.4.3/logs-e12/kannel.log" > #log-level = 0 > box-deny-ip = "*.*.*.*" > box-allow-ip = "127.0.0.1" > dlr-storage = mysql > > > #--- mysql connection > group = mysql-connection > id = mydlr > host = localhost > username = root > password = XXXXXXX > database = kannelsmsc > max-connections = 4 > > #---- DLR table structure > group = dlr-db > id = mydlr > table = smsc0303 > field-smsc = smsc > field-timestamp = timestamp > field-destination = destination > field-source = source > field-service = service > field-url = url > field-mask = mask > field-status = status > field-boxc-id = boxc_id > > group = sms-service > keyword = > catch-all = yes > max-messages = 0 > get-url = "http://localhost/receiveSMS.php?phone=%p&text=%a > <http://localhost/receiveSMS.php?phone=%p&text=%a>" > > -- Kyriacos Sakkas Development Team Netsmart Tel: + 357 22 452565 Fax: + 357 22 452566 Email: [email protected] http://www.netsmart.com.cy Taking Business to a New Level! ** Confidentiality Notice: The information contained in this email message may be privileged, confidential and protected from disclosure. If you are not the intended recipient, any dissemination, distribution, or copying of this email message is strictly prohibited. If you think that you have received this email message in error, please email the sender at [email protected] **
