yeah.. i've been wondering that myself too... :)
can't find any hint regarding this issue. On Wed, 9 Jan 2002 15:00:38 +0530 Shridhar Raju <[EMAIL PROTECTED]> wrote: : Hi, : : I've set dlr-url in sendsms-user group, but without success. Mysql DLR table : is still vacant without a single record. : : On IE request was : : http://intranet.vqilocal.com:13013/cgi-bin/sendsms?user=shridhar&pass=vqindi : a&from=9848032084&to=9848055241&text=testingdlr&dlrmask=1 : : : # SEND-SMS USERS : : group = sendsms-user : username = shridhar : password = vqindia : user-allow-ip = "*.*.*.*" : dlr-url = "http://192.168.1.135/dlr.html" : : I checked web server log, there was no request for dlr.html. dlr.html simply : says "SM delivered". I checked dlr.c file, I was wondering about following : line, : : /* #define MYSQL_DLR 0 */ : /* #define SQL_DEBUG 1 */ : : Does MYSQL_DLR set to be 1 before compiling, as this variable is used quite : a bit times in the code. : : Any comment from list. : : Shridhar Raju : : : > >Hi, : > > : > >So by using : > > : > : >http://smsbox.host.name:13013/cgi-bin/sendsms?username=foo&password=bar&to= : 0 : > >123456&text=Hello+world&dlrmask=1 : > > : > >The SMSC will send confirmation whether msg has been sent or not. What is : > >this dlrurl, is this URL fetched if msg not delivered. Is dlrurl a must : when : > >using dlrmask. Thanks for the advice. : > : > The URL is called once an even occors. as you ask for dlrmask=1, the : > URL is called when the message is delivered. DLR without the URL is : > useless as you would never know when it occurs. : > : > -- : > : > Andreas Fink : > Fink-Consulting : > : > ------------------------------------------------------------------ : > Tel: +41-61-6932730 Fax: +41-61-6932729 Mobile: +41-79-2457333 : > Address: A. Fink, Schwarzwaldallee 16, 4058 Basel, Switzerland : > E-Mail: [EMAIL PROTECTED] Homepage: http://www.finkconsulting.com : > ------------------------------------------------------------------ : > Something urgent? Try http://www.smsrelay.com/ Nickname afink : : : On Wed, 9 Jan 2002 15:00:38 +0530 Shridhar Raju <[EMAIL PROTECTED]> wrote: : Hi, : : I've set dlr-url in sendsms-user group, but without success. Mysql DLR table : is still vacant without a single record. : : On IE request was : : http://intranet.vqilocal.com:13013/cgi-bin/sendsms?user=shridhar&pass=vqindi : a&from=9848032084&to=9848055241&text=testingdlr&dlrmask=1 : : : # SEND-SMS USERS : : group = sendsms-user : username = shridhar : password = vqindia : user-allow-ip = "*.*.*.*" : dlr-url = "http://192.168.1.135/dlr.html" : : I checked web server log, there was no request for dlr.html. dlr.html simply : says "SM delivered". I checked dlr.c file, I was wondering about following : line, : : /* #define MYSQL_DLR 0 */ : /* #define SQL_DEBUG 1 */ : : Does MYSQL_DLR set to be 1 before compiling, as this variable is used quite : a bit times in the code. : : Any comment from list. : : Shridhar Raju : : : > >Hi, : > > : > >So by using : > > : > : >http://smsbox.host.name:13013/cgi-bin/sendsms?username=foo&password=bar&to= : 0 : > >123456&text=Hello+world&dlrmask=1 : > > : > >The SMSC will send confirmation whether msg has been sent or not. What is : > >this dlrurl, is this URL fetched if msg not delivered. Is dlrurl a must : when : > >using dlrmask. Thanks for the advice. : > : > The URL is called once an even occors. as you ask for dlrmask=1, the : > URL is called when the message is delivered. DLR without the URL is : > useless as you would never know when it occurs. : > : > -- : > : > Andreas Fink : > Fink-Consulting : > : > ------------------------------------------------------------------ : > Tel: +41-61-6932730 Fax: +41-61-6932729 Mobile: +41-79-2457333 : > Address: A. Fink, Schwarzwaldallee 16, 4058 Basel, Switzerland : > E-Mail: [EMAIL PROTECTED] Homepage: http://www.finkconsulting.com : > ------------------------------------------------------------------ : > Something urgent? Try http://www.smsrelay.com/ Nickname afink : : :