Well,

first,
make sure you have your SMSC connection in tranceiver mode not only in 
transmitter one .. :)

then, make sure your SMSC settings for msg-id-type are according the SMSC 
specifications.

and one last thing about the dlr-url value,
in this way you cannot control which messages has been delivered ... as you get 
only the dlr status value
Check your http server logs, you should get
GET /asistencias_dlr_treatment.php?type=8
or
GET /asistencias_dlr_treatment.php?type=1
or similar

for mt billing i use this type of url:
"http://localhost/dlr.pgsql.php?smscID=%i&dlr=%d&answer=%A&to=%p&from=%P&ts=%T&smsID=189c76065c22a3d01067b6e6f76fb896&charset=%C&kannel_id=%I";
and i have sql rule on insert to update the status of the message requested the 
service ..

the update is done via the smsID unique value ...


cheers

seik


-----Original Message-----
From: Luis Valencia [EMAIL PROTECTED]
Sent: 25 §¶§Ц§У§в§е§С§в§Ъ 2008 §Ф.
To: seik
Subject:dlr_url 

> Here it is.

> 31           http://10.27.1.219/asistencias_dlr_treatment.php?type=%d 
>  31           http://10.27.1.219/asistencias_dlr_treatment.php?type=%d 
>  31           http://10.27.1.219/asistencias_dlr_treatment.php?type=%d 
>  31           http://10.27.1.219/asistencias_dlr_treatment.php?type=%d 
>  31           http://10.27.1.219/asistencias_dlr_treatment.php?type=%d 
>  31           http://10.27.1.219/asistencias_dlr_treatment.php?type=%d

> Need anything else?

> -----Original Message-----
> From: seik [mailto:[EMAIL PROTECTED] 
> Sent: SЁўbado, 23 de Febrero de 2008 06:22 p.m.
> To: [email protected]
> Subject: Re: dlr_url

> I have no problems at all with the MT billing control via sqlbox.

> paste here the result from this select:

> select dlr_mask, dlr_url from sent_sms where momt='MT' and dlr_mask=31 limit
> 10;




> -----Original Message-----
> From: [email protected] [EMAIL PROTECTED]
> Sent: 23 §¶§Ц§У§в§е§С§в§Ъ 2008 §Ф.
> To: seik
> Subject:dlr_url 

>> Hi all,
>>  
>> Im trying to use the DLR reports to control the MT billing of a
>> particular service, but I already set up the delivery report on
>> mysql and if looks like functional.  The thing is I insert onto the
>> send_sms for send the sms including dlr_mask and dlr_url, like I
>> find in the list that has been used, but I didnЎЇt get the PHP to be
> executed.
>>  
>> My dlr.php file simply made an insert onto the send_sms that sends the %d
> variable to my phone.
>>  
>> I already test the dlr.php manually (on CLI and browser) and works
>> fine, but I wasnЎЇt able to make it work with the dlr_url parameter.
>>  
>> My only concern is to know when the messages are being succesfuly
>> deliver to the client and when donЎЇt.
>>  
>> Any help or idea would be appreciated.
>>  
>> Luis Valencia
>>  
>>  
>>  








> -- 
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.




Reply via email to