Reply: Reply: Message content in dlr

2009-05-19 Thread Piyush

No both %a and %A doesn't work for message content.
As Cezary said earliar, there is no escape code for message content. There is 
something else which we need to do :(

Regards,
Piyush
  
 
-- Original Message --
From: jyotiranjan pandatell2jy...@gmail.com;
Date: May 19, 2009 05:27 PM
To: Jinsonjin...@mobme.in; 
Cc: Piyushpiy...@ibibo.com; usersusers@kannel.org; 
Subject: Re: Reply: Message content in dlr

 
 Hi,
As mentioned below go through user guide (Table 6-9). You can try with %a  or 
%A.

Regards
Jyoti Ranjan Panda

On Tue, May 19, 2009 at 4:50 PM, Jinson jin...@mobme.in wrote:
 http://kannel.org/download/1.4.3/userguide-1.4.3/userguide.html
 
Search for Escape Codes


On Tue, May 19, 2009 at 1:39 PM, Piyush piy...@ibibo.com wrote:
   I joined this mailing list very recently. Couldnt able to find any thread 
disscussing about this issue.
Would appreciate, if u can give me some insight into how to set me parameter 
for message content.

Thanks  regards,
 Piyush Khandelwal

 
-- Original Message --
From: Cezary Siwekcza...@thebestisp.co.uk;
 Date: May 19, 2009 03:29 PM
To: usersusers@kannel.org; 

Subject: Re: Message content in dlr
 
 
 

 Hi All,
 Can anybody please tell me that what parameter(escape code) should I use 
 in dlr-url to see message content in dlr.


There is no escape code for message content. You can add this easily as your 
 own HTTP/GET value. see the kannel documentation or search this mailing 
list.



I am using mysql as dlr-storage. After sending message, I see a new record 
being added in database. but when dlr is received that record is deleted. 
 How can I update that record instead of deleting.

This is how the dlr works. Create a separate table for your internal usage 
and update it when dlr received (dlr-url called)


Regards,
Cezary Siwek
 



 
ibibo Mail :: Get your mail box with Music, Skins, Greetings and Stationery now!
 

 



 
 
ibibo Mail :: Get your mail box with Music, Skins, Greetings and Stationery now!


Reply: Reply: Message content in dlr

2009-05-19 Thread Piyush
Hi Jinson,
Thanks for responding. I tried on all escape codes and none works for message 
content. There is something else that we need to do, which we dont know abt 
till yet :(

Regards,
Piyush Khandelwal
  
 
-- Original Message --
From: Jinsonjin...@mobme.in;
Date: May 19, 2009 05:20 PM
To: Piyushpiy...@ibibo.com; 
Cc: Cezary Siwekcza...@thebestisp.co.uk; usersusers@kannel.org; 
Subject: Re: Reply: Message content in dlr

 
 http://kannel.org/download/1.4.3/userguide-1.4.3/userguide.html

Search for Escape Codes

On Tue, May 19, 2009 at 1:39 PM, Piyush piy...@ibibo.com wrote:
   I joined this mailing list very recently. Couldnt able to find any thread 
disscussing about this issue.
Would appreciate, if u can give me some insight into how to set me parameter 
for message content.

Thanks  regards,
 Piyush Khandelwal

 
-- Original Message --
From: Cezary Siwekcza...@thebestisp.co.uk;
 Date: May 19, 2009 03:29 PM
To: usersusers@kannel.org; 

Subject: Re: Message content in dlr
 
 
 

 Hi All,
 Can anybody please tell me that what parameter(escape code) should I use 
 in dlr-url to see message content in dlr.


There is no escape code for message content. You can add this easily as your 
 own HTTP/GET value. see the kannel documentation or search this mailing 
list.



I am using mysql as dlr-storage. After sending message, I see a new record 
being added in database. but when dlr is received that record is deleted. 
 How can I update that record instead of deleting.

This is how the dlr works. Create a separate table for your internal usage 
and update it when dlr received (dlr-url called)


Regards,
Cezary Siwek
 



 
ibibo Mail :: Get your mail box with Music, Skins, Greetings and Stationery now!
 

 
 
ibibo Mail :: Get your FREE mail box with Music, Skins, Greetings and 
Stationery now!


Re: Reply: Reply: Message content in dlr

2009-05-19 Thread seikath

in short:

kannel dont care for the text body of the message in the dlr reports

this is just because you have the text in the send request, so you have it 
already.

IF you really want to text in the dlr url, its simploe as that:

/dlr.php?escape.codes.hereuniq_id=yourUnique_id=urlencodedd_text_body_here
so you will get the text as my_text value


Piyush wrote:

Hi Jinson,
Thanks for responding. I tried on all escape codes and none works for 
message content. There is something else that we need to do, which we 
dont know abt till yet :(


Regards,
Piyush Khandelwal
 
 
-- Original Message --

*From:* Jinsonjin...@mobme.in;
*Date:* May 19, 2009 05:20 PM
*To:* Piyushpiy...@ibibo.com;
*Cc:* Cezary Siwekcza...@thebestisp.co.uk; usersusers@kannel.org;
*Subject:* Re: Reply: Message content in dlr
 
http://kannel.org/download/1.4.3/userguide-1.4.3/userguide.html


Search for *Escape Codes*

On Tue, May 19, 2009 at 1:39 PM, Piyush piy...@ibibo.com 
mailto:piy...@ibibo.com wrote:


 I joined this mailing list very recently. Couldnt able to find any
thread disscussing about this issue.
Would appreciate, if u can give me some insight into how to set me
parameter for message content.

Thanks  regards,
Piyush Khandelwal
 
-- Original Message --

*From:* Cezary Siwekcza...@thebestisp.co.uk
mailto:cza...@thebestisp.co.uk;
*Date:* May 19, 2009 03:29 PM
*To:* usersusers@kannel.org mailto:users@kannel.org;
*Subject:* Re: Message content in dlr
 



  Hi All,
  Can anybody please tell me that what parameter(escape code) should I use 
  in dlr-url to see message content in dlr.

 

There is no escape code for message content. You can add this easily as your 
own HTTP/GET value. see the kannel documentation or search this mailing 
list.




 I am using mysql as dlr-storage. After sending message, I see a new record 
 being added in database. but when dlr is received that record is deleted. 
 How can I update that record instead of deleting.


This is how the dlr works. Create a separate table for your internal usage 
and update it when dlr received (dlr-url called)



Regards,
Cezary Siwek




ibibo Mail :: Get your mail box with Music, Skins, Greetings and
Stationery now! http://mail.ibibo.com/?from=footer



ibibo Mail :: Get your FREE mail box with Music, Skins, Greetings and 
Stationery now! http://mail.ibibo.com/?from=footer




Re: Reply: Reply: Message content in dlr

2009-05-19 Thread Alejandro Guerrieri
You need to pass on the dlr-url some sort of message ID and then match it
when the dlr comes back
dlr-url = http://foo.bar/dlr?id=1234status=%d...

That id=1234 could be the message id from a db table where you insert
messages before sending, for example.

Hope it helps,

Alejandro

On Tue, May 19, 2009 at 12:33 PM, Piyush piy...@ibibo.com wrote:


 No both %a and %A doesn't work for message content.
 As Cezary said earliar, there is no escape code for message content. There
 is something else which we need to do :(

 Regards,
 Piyush


 -- Original Message --
 *From:* jyotiranjan pandatell2jy...@gmail.com;
 *Date:* May 19, 2009 05:27 PM
 *To:* Jinsonjin...@mobme.in;
 *Cc:* Piyushpiy...@ibibo.com; usersusers@kannel.org;
 *Subject:* Re: Reply: Message content in dlr

 Hi,
 As mentioned below go through user guide (Table 6-9). You can try with %a
 or %A.

 Regards
 Jyoti Ranjan Panda

 On Tue, May 19, 2009 at 4:50 PM, Jinson jin...@mobme.in wrote:

 http://kannel.org/download/1.4.3/userguide-1.4.3/userguide.html

 Search for *Escape Codes*


 On Tue, May 19, 2009 at 1:39 PM, Piyush piy...@ibibo.com wrote:

  I joined this mailing list very recently. Couldnt able to find any
 thread disscussing about this issue.
 Would appreciate, if u can give me some insight into how to set me
 parameter for message content.

 Thanks  regards,
 Piyush Khandelwal

 -- Original Message --
 *From:* Cezary Siwekcza...@thebestisp.co.uk;
 *Date:* May 19, 2009 03:29 PM
 *To:* usersusers@kannel.org;
 *Subject:* Re: Message content in dlr



  Hi All,

  Can anybody please tell me that what parameter(escape code) should I use
  in dlr-url to see message content in dlr.
 


 There is no escape code for message content. You can add this easily as your
 own HTTP/GET value. see the kannel documentation or search this mailing
 list.




 I am using mysql as dlr-storage. After sending message, I see a new record

 being added in database. but when dlr is received that record is deleted.
 How can I update that record instead of deleting.


 This is how the dlr works. Create a separate table for your internal usage
 and update it when dlr received (dlr-url called)


 Regards,
 Cezary Siwek



 
 ibibo Mail :: Get your mail box with Music, Skins, Greetings and
 Stationery now! http://mail.ibibo.com/?from=footer



  
 ibibo Mail :: Get your mail box with Music, Skins, Greetings and Stationery
 now! http://mail.ibibo.com/?from=footer



Reply:RE: Reply: Reply: Message content in dlr

2009-05-19 Thread Piyush
  
Hi Patrick,
Thanks for responding.
I have set up database, but from where I should insert the values in it?


Regards,
Piyush Khandelwal
-- Original Message --
From: patrick meyepatrick_m...@hotmail.fr;
Date: May 19, 2009 06:44 PM
To: piyushpiy...@ibibo.com; 

Subject: RE: Reply: Reply: Message content in dlr

 
  


From: piy...@ibibo.com
To: jin...@mobme.in
Subject: Reply: Reply: Message content in dlr
Date: Tue, 19 May 2009 16:02:40 +0530
CC: users@kannel.org

Hi Jinson,
Thanks for responding. I tried on all escape codes and none works for message 
content. There is something else that we need to do, which we dont know abt 
till yet :(

Regards,
Piyush Khandelwal
  
 
-- Original Message --
From: Jinsonjin...@mobme.in;
Date: May 19, 2009 05:20 PM
To: Piyushpiy...@ibibo.com; 
Cc: Cezary Siwekcza...@thebestisp.co.uk; usersusers@kannel.org; 
Subject: Re: Reply: Message content in dlr

 
 http://kannel.org/download/1.4.3/userguide-1.4.3/userguide.html

Search for Escape Codes

On Tue, May 19, 2009 at 1:39 PM, Piyush piy...@ibibo.com wrote:
   I joined this mailing list very recently. Couldnt able to find any thread 
disscussing about this issue.
Would appreciate, if u can give me some insight into how to set me parameter 
for message content.

Thanks  regards,
 Piyush Khandelwal

 
-- Original Message --
From: Cezary Siwekcza...@thebestisp.co.uk;
 Date: May 19, 2009 03:29 PM
To: usersusers@kannel.org; 

Subject: Re: Message content in dlr
 
 
 

 Hi All,
 Can anybody please tell me that what parameter(escape code) should I use 
 in dlr-url to see message content in dlr.


There is no escape code for message content. You can add this easily as your 
 own HTTP/GET value. see the kannel documentation or search this mailing 
list.



I am using mysql as dlr-storage. After sending message, I see a new record 
being added in database. but when dlr is received that record is deleted. 
 How can I update that record instead of deleting.

This is how the dlr works. Create a separate table for your internal usage 
and update it when dlr received (dlr-url called)


Regards,
Cezary Siwek
 



 
ibibo Mail :: Get your mail box with Music, Skins, Greetings and Stationery now!
 

 
 
ibibo Mail :: Get your FREE mail box with Music, Skins, Greetings and 
Stationery now!


Vous voulez savoir ce que vous pouvez faire avec le nouveau Windows Live ? 
Lancez-vous !
 
ibibo Mail :: Get your mail box with Music, Skins, Greetings and Stationery now!


Reply: Reply: Reply: Message content in dlr

2009-05-19 Thread Piyush
  Hi seikath,
Seems like its close to, what I am looking for. 
But still I am unable to pass on data  from send request to my dlr-url. I would 
appreciate, if you can elaborate lil but more on it.

Regards,
Piyush Khandelwal

 
-- Original Message --
From: seikathseik...@gmail.com;
Date: May 19, 2009 06:46 PM
To: 
Cc: usersusers@kannel.org; 
Subject: Re: Reply: Reply: Message content in dlr

 
 in short:

kannel dont care for the text body of the message in the dlr reports

this is just because you have the text in the send request, so you have it 
already.

IF you really want to text in the dlr url, its simploe as that:

/dlr.php?escape.codes.hereuniq_id=yourUnique_id=urlencodedd_text_body_here
so you will get the text as my_text value


Piyush wrote:
 Hi Jinson,
 Thanks for responding. I tried on all escape codes and none works for 
 message content. There is something else that we need to do, which we 
 dont know abt till yet :(
 
 Regards,
 Piyush Khandelwal
  
  
 -- Original Message --
 *From:* Jinsonjin...@mobme.in;
 *Date:* May 19, 2009 05:20 PM
 *To:* Piyushpiy...@ibibo.com;
 *Cc:* Cezary Siwekcza...@thebestisp.co.uk; usersusers@kannel.org;
 *Subject:* Re: Reply: Message content in dlr
  
 http://kannel.org/download/1.4.3/userguide-1.4.3/userguide.html
 
 Search for *Escape Codes*
 
 On Tue, May 19, 2009 at 1:39 PM, Piyush piy...@ibibo.com 
 mailto:piy...@ibibo.com wrote:
 
  I joined this mailing list very recently. Couldnt able to find any
 thread disscussing about this issue.
 Would appreciate, if u can give me some insight into how to set me
 parameter for message content.
 
 Thanks  regards,
 Piyush Khandelwal
  
 -- Original Message --
 *From:* Cezary Siwekcza...@thebestisp.co.uk
 mailto:cza...@thebestisp.co.uk;
 *Date:* May 19, 2009 03:29 PM
 *To:* usersusers@kannel.org mailto:users@kannel.org;
 *Subject:* Re: Message content in dlr
  
 
 
   Hi All,
   Can anybody please tell me that what parameter(escape code) should I 
 use 
   in dlr-url to see message content in dlr.
  
 
 There is no escape code for message content. You can add this easily as 
 your 
 own HTTP/GET value. see the kannel documentation or search this mailing 
 list.
 
 
 
  I am using mysql as dlr-storage. After sending message, I see a new 
 record 
  being added in database. but when dlr is received that record is 
 deleted. 
  How can I update that record instead of deleting.
 
 This is how the dlr works. Create a separate table for your internal 
 usage 
 and update it when dlr received (dlr-url called)
 
 
 Regards,
 Cezary Siwek
 
 
 
 
 ibibo Mail :: Get your mail box with Music, Skins, Greetings and
 Stationery now! http://mail.ibibo.com/?from=footer
 
 
 
 ibibo Mail :: Get your FREE mail box with Music, Skins, Greetings and 
 Stationery now! http://mail.ibibo.com/?from=footer


 
ibibo Mail :: Get your mail box with Music, Skins, Greetings and Stationery now!


Re: Reply: Reply: Reply: Message content in dlr

2009-05-19 Thread seikath


dlr_url value before the url_ecode

textinitial=My text here
string=urlencode(textinitial);
dlrurl=http://localhost/dlr.pgsql.php?smscID=%idlr=%danswer=%Ato=%pfrom=%Pts=%TsmsID=61a82269e74079ae3d8e77af17df5fdecharset=%Ckannel_id=%Imy_text=${string};

senddlrUrl=urlencode(${dlrurl});

your cgi-bin/sendsms requet shoud be like:
url=http://localhost:port/cgi-bin/sendsms?username=XXXpassword=to=%2B${recipient}text=${string}dlr-url=${senddlrUrl}dlr-mask=31;

i cant explain more detailed of the above

Piyush wrote:

 Hi seikath,
Seems like its close to, what I am looking for.
But still I am unable to pass on data  from send request to my dlr-url. 
I would appreciate, if you can elaborate lil but more on it.


Regards,
Piyush Khandelwal
 
-- Original Message --

*From:* seikathseik...@gmail.com;
*Date:* May 19, 2009 06:46 PM
*To:* 
*Cc:* usersusers@kannel.org;

*Subject:* Re: Reply: Reply: Message content in dlr
 
in short:


kannel dont care for the text body of the message in the dlr reports

this is just because you have the text in the send request, so you have it 
already.

IF you really want to text in the dlr url, its simploe as that:

/dlr.php?escape.codes.hereuniq_id=yourUnique_id=urlencodedd_text_body_here
so you will get the text as my_text value


Piyush wrote:
  Hi Jinson,
  Thanks for responding. I tried on all escape codes and none works for 
  message content. There is something else that we need to do, which we 
  dont know abt till yet :(
  
  Regards,

  Piyush Khandelwal
   
   
  -- Original Message --

  *From:* Jinsonjin...@mobme.in;
  *Date:* May 19, 2009 05:20 PM
  *To:* Piyushpiy...@ibibo.com;
  *Cc:* Cezary Siwekcza...@thebestisp.co.uk; usersusers@kannel.org;
  *Subject:* Re: Reply: Message content in dlr
   
  http://kannel.org/download/1.4.3/userguide-1.4.3/userguide.html
  
  Search for *Escape Codes*
  
  On Tue, May 19, 2009 at 1:39 PM, Piyush piy...@ibibo.com 
  mailto:piy...@ibibo.com wrote:
  
   I joined this mailing list very recently. Couldnt able to find any

  thread disscussing about this issue.
  Would appreciate, if u can give me some insight into how to set me
  parameter for message content.
  
  Thanks  regards,

  Piyush Khandelwal
   
  -- Original Message --

  *From:* Cezary Siwekcza...@thebestisp.co.uk
  mailto:cza...@thebestisp.co.uk;
  *Date:* May 19, 2009 03:29 PM
  *To:* usersusers@kannel.org mailto:users@kannel.org;
  *Subject:* Re: Message content in dlr
   
  
  
Hi All,
Can anybody please tell me that what parameter(escape code) should I use 
in dlr-url to see message content in dlr.

   
  
  There is no escape code for message content. You can add this easily as your 
  own HTTP/GET value. see the kannel documentation or search this mailing 
  list.
  
  
  
   I am using mysql as dlr-storage. After sending message, I see a new record 
   being added in database. but when dlr is received that record is deleted. 
   How can I update that record instead of deleting.
  
  This is how the dlr works. Create a separate table for your internal usage 
  and update it when dlr received (dlr-url called)
  
  
  Regards,

  Cezary Siwek
  
  
  
  

  ibibo Mail :: Get your mail box with Music, Skins, Greetings and
  Stationery now! http://mail.ibibo.com/?from=footer
  
  
  
  ibibo Mail :: Get your FREE mail box with Music, Skins, Greetings and 
  Stationery now! http://mail.ibibo.com/?from=footer



ibibo Mail :: Get your mail box with Music, Skins, Greetings and 
Stationery now! http://mail.ibibo.com/?from=footer