Re: Help
Andreas Fink <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
what error did you get? On 19.12.2007, at 08:45, <[email protected]> <[email protected]> wrote: > Hi, > > > I need help here. I been having problem setting up my kannel SMS > Gateway > with mysql DLRs support. Whenever i putt in dlr-storage = mysql in the > core group, i will be unable to start up the kannel SMS Gateway > afterward. > It work fine if i took out this sentence with "#" sign or i put in > "dlr-storage = internal". Can anyone let me know wat is wrong here? > Below > are the MySQL connection part i put inside kannel.conf file. > > #--------------------------------------------- > # MySQL Connection > # > # MySQL connections for External DLR Storage > > group = mysql-connection > id = mydlr > host = xxx.xxx.x.xxx > username = xxx > password = xxxxx > database = kannel > max-connections = 1 > > group = dlr-db > id = mydlr > table = dlr > field-smsc = smsc > field-timestamp = ts > field-destination = destination > field-source = source > field-service = service > field-url = url > field-mask = mask > field-status = status > field-boxc-id = boxc > > Regards, > SoNG