On Sun, May 23, 2010 at 3:13 PM, Barry Murphy <[email protected]> wrote:
> Here is a complete copy of my kannel.conf, am I missing something?
There is nothing wrong with your config file.
What I told you to do is:
1. from the machine where kannel is running try to connect to the database
# mysql -h 120.1.1.1 -P 3306 -u dbuser -p dbpass
then try to select the database 'dbname' and insert something into the
'dlr' table:
# use dbname;
# select * from dlr;
# insert into dlr .....
If this test is ok, than the user name and the password for the
database are ok, if not check what privileges are given
to the user which is use by kannel.
2. check what is yout sendsms url, what parameters are you sending
write the url which you are using for sending sms messages
BR, Jovan