The phone always acts as a HTTP client even when sending outgoing SMS
messages, so the Android phone doesn't have a URL.
The Server URL setting in EnvayaSMS is a URL to a script on your
Apache web server that implements the API described here:
http://sms.envaya.org/serverapi/
If you are using PHP on your Apache server, you can use the PHP
library and example code from
https://github.com/youngj/EnvayaSMS/tree/master/server/php , and then
change the code as necessary for your application. In that case, the
Server URL in EnvayaSMS would be the URL for a PHP script similar to
php/example/www/index.php.
-Jesse
Hi Pawan,
The phone always acts as a HTTP client even when sending outgoing
SMSmessages, so the Android phone doesn't have a URL.
The Server URL setting in EnvayaSMS is a URL to a script on yourApache
web server that implements the API described here:http://
sms.envaya.org/serverapi/
If you are using PHP on your Apache server, you can use the PHPlibrary
and example code fromhttps://github.com/youngj/EnvayaSMS/tree/master/server/php
, and thenchange the code as necessary for your application. In that
case, theServer URL in EnvayaSMS would be the URL for a PHP script
similar tophp/example/www/index.php.
-Jesse
On Dec 28, 12:49 pm, Pawan Joshi <mywebsolutions.co...@gmail.com>
On Sat, Dec 31, 2011 at 12:46 PM, MY WEB SOLUTIONS