Login to your websms panel using the username and password you got.

http://sms.shreeweb.com/iwebsms/


Once you are logged in.


Click on below link.


http://sms.shreeweb.com/iwebsms/profile.php


Here under Callback URL Section you ll see something like this which represents as below.


Callback URL


eg., GET Request http://example.com/dlr.aspx
GET VARIABLES YOU NEED TO CONFIGURE
status - Stands for the final deleivery status
msgid - stannds for fetching the delievery status
for the particular messageid


you need to set the callback url page at your server ip or domain you have as below format which could be any php, java or aspx page extension


http://xyz.abc.com/sendsms/retrievedlr.php

http://www.abc.com/getdlr.php

or

http://xxx.xxx.xxx/callback.aspx


and than you need to make a request for the below parameters in your page.


status - Stands for the final deleivery status
msgid - stands for fetching the delievery status


Message Id is the message id you may have got while submitting the sms via sendsms.php please note that this is not supported for bulksms.php or groupsms.php calls where sms are sent in bulk.


Once you are through you need to provide the callback page under the same link for us to push back the dlr in your system once we have the status in realtime in order to avoid loads on our server.


Hope this helps and you could request further information from the support team and your account manager on the guidelines.


Once you have configured the page