**>From: "Willy Mularto" <[EMAIL PROTECTED]>
**>To: "Peter Beckman" <[EMAIL PROTECTED]>
**>Subject: Re: [Kannel-Users] dlr status 1.4.0
**>Date: Thu, 30 Dec 2004 15:06:44 +0700
**>
**>And also I got this error message on smsbox.log
**>2004-12-30 14:54:13 [2484] [9] ERROR: Couldn't send request to <>
**>2004-12-30 14:54:16 [2484] [9] ERROR: URL <> doesn't start with `http://'
**>nor `https://'
**>2004-12-30 14:54:16 [2484] [9] ERROR: Couldn't send request to <>
**>2004-12-30 14:54:19 [2484] [9] ERROR: URL <> doesn't start with `http://'
**>nor `https://'
**>2004-12-30 14:54:19 [2484] [9] ERROR: Couldn't send request to <>
**>
**>Ideally when your SMSC gets the message and passes it successfully to the
**>carrier, you would get a DLR of 4, and once it gets to the handset
**>successfully, a DLR of 1. << I never got any other response except 8 on
**>bearerbox-access.log
**>
**>
**>Regards
**>
**>Willy
Are you getting this error for the DLR-URL or are you getting this
for a get-url/post-url from the "group = sms-service" section?
Make sure the declaration is all on a single line with no line breaks.
Also, if you use a double-quote (") at the beginning of the
value, make sure you close the double-quote at the end of the value.
If you forget the double-quote at the end, then the parse_value()
function inside of cfg.c will not know it needs to strip out the
double-quotes.
See ya...
d.c.