Hello Kannel Team,
Thanks Alejandro and Alvaro for your response.
i had configured mysql database and create table with name of "dlr", my
kannel service works fine and sms are send successfully. but didn't get dlr
reports and also access.log didn't generate receive dlr
The dlr table only holds dlrs while in transit, they won't get stored long
term. You need to create something using your dlr-url to records that.
--
Alex Guerrieri
> On Sep 20, 2013, at 7:26, alex Preda wrote:
>
> Hello Kannel Team,
> Thanks Alejandro and Alvaro for
I'm trying dlr-url with url : dlr-url =
"http://x.x.x.x/rsms.php?sender=%p&text=%a and for store dlr entry im
using rsms.php. is it good way to store
dlr entry in mysql or i changes required. here is my rsms.php file that
are stored in /var/www/html.
On Fri, Sep 20, 2013 at 5:12 PM, Alejandro
I'm trying dlr-url with url : dlr-url =
"http://x.x.x.x/rsms.php?sender=%p&; text=%a
and for store dlr entry im using rsms.php. is it good way to store dlr
entry in mysql or i changes required. here is my rsms.php file that are
stored in /var/www/html.
On Fri, Sep 20, 2013 at 5:22 PM, arun sha
Please always copy the users list.
Post your log files and config. And maybe there is a user here that can help
you.
-Original Message-
From: iqbal [mailto:iq...@dv9.com]
Sent: vrijdag 20 september 2013 11:24
To: rene.klu...@chimit.nl
Subject: sqlbox, dlr-url
Hi Rene,
your advice about
unsubscribe
unsubscribe
Hi
Use a different table for long term storage; else might conflict with
kannels registries.
in your update statement add
AND destination = $destination
Regards
Alvaro
On 9/20/13, arun sharma wrote:
> I'm trying dlr-url with url : dlr-url =
> "http://x.x.x.x/rsms.php?sender=%p&text=%a and fo
Uncomment dlr-mask
On 20 Sep 2013 18:28, "alex Preda" wrote:
> Hello Kannel Team,
> Thanks Alejandro and Alvaro for your response.
>
> i had configured mysql database and create table with name of "dlr", my
> kannel service works fine and sms are send successfully. but
Hii,
Kindly check and let us know if I am not call proper POST XML in kannel.
I am waiting for ur response.
Sent from BlackBerry® on Airtel
-Original Message-
From: John alero
Date: Fri, 20 Sep 2013 00:08:35
To: Alvaro Cornejo
Cc: users@kannel.org;
Subject: Re: KANNEL POST XML:
D
first of all do not use INSERT into statement with $_GET variables,
it's an SQL injection.
here is an example of proper escaping:
query("CREATE TEMPORARY TABLE myCity LIKE City");
$city = "'s Hertogenbosch";
/* this query will fail, cause we didn't escape $city */
if (!$mysqli->query("INSERT int
11 matches
Mail list logo