diff --git a/.phrozn/entries/faq/index.twig b/.phrozn/entries/faq/index.twig index 5b378a9..4fac954 100755 --- a/.phrozn/entries/faq/index.twig +++ b/.phrozn/entries/faq/index.twig @@ -125,7 +125,7 @@ In particular, you do not need to register for envay

-For information about configuring a web server to connect to EnvayaSMS, see the API Reference page. +For information about configuring a web server to connect to EnvayaSMS, see the API Reference page.

{{ this.q_envaya_org }}

diff --git a/.phrozn/entries/how/index.twig b/.phrozn/entries/how/index.twig index 636b08d..3875569 100755 --- a/.phrozn/entries/how/index.twig +++ b/.phrozn/entries/how/index.twig @@ -16,7 +16,7 @@ Suppose also that your web server is example.com, and its servers a

In Dar es Salaam, you would put the Android phone in an office with internet access and a Wi-Fi router, and connect the phone to the Wi-Fi network. (Wi-Fi is not strictly necessary, since EnvayaSMS will also -work over the phone's mobile data connection, but Wi-Fi is likely to be more reliable and cheaper.) +work over the phone's mobile data connection, but Wi-Fi is likely to be faster, cheaper, and more reliable.)

diff --git a/.phrozn/entries/serverapi/index.twig b/.phrozn/entries/serverapi/index.twig index 4c129c0..84432af 100755 --- a/.phrozn/entries/serverapi/index.twig +++ b/.phrozn/entries/serverapi/index.twig @@ -181,7 +181,7 @@ The following parameters are sent in all POST requests from EnvayaSMS: are running EnvayaSMS. -

"action" ::= "outgoing" | "incoming" | "send_status"
+
"action" ::= "outgoing" | "incoming" | "send_status" | "test"
The request action determines the purpose of the HTTP request: @@ -195,12 +195,17 @@ The following parameters are sent in all POST requests from EnvayaSMS:
Forward an incoming SMS or MMS message to the server
- - +
"send_status":
Update the server on the status of sending an outgoing message
+ +
"test":
+
+ Test the server connection. +
+ The other POST parameters sent depend on the request action. diff --git a/faq/index.html b/faq/index.html index 608c7c9..be57939 100755 --- a/faq/index.html +++ b/faq/index.html @@ -156,7 +156,7 @@ In particular, you do not need to register for envay

-For information about configuring a web server to connect to EnvayaSMS, see the API Reference page. +For information about configuring a web server to connect to EnvayaSMS, see the API Reference page.

What is the relationship between EnvayaSMS and envaya.org?

diff --git a/how/index.html b/how/index.html index 674c185..da7ab25 100755 --- a/how/index.html +++ b/how/index.html @@ -53,7 +53,7 @@ Suppose also that your web server is example.com, and its servers a

In Dar es Salaam, you would put the Android phone in an office with internet access and a Wi-Fi router, and connect the phone to the Wi-Fi network. (Wi-Fi is not strictly necessary, since EnvayaSMS will also -work over the phone's mobile data connection, but Wi-Fi is likely to be more reliable and cheaper.) +work over the phone's mobile data connection, but Wi-Fi is likely to be faster, cheaper, and more reliable.)

diff --git a/serverapi/index.html b/serverapi/index.html index 050ac62..7ef515c 100755 --- a/serverapi/index.html +++ b/serverapi/index.html @@ -219,7 +219,7 @@ The following parameters are sent in all POST requests from EnvayaSMS: are running EnvayaSMS. -

"action" ::= "outgoing" | "incoming" | "send_status"
+
"action" ::= "outgoing" | "incoming" | "send_status" | "test"
The request action determines the purpose of the HTTP request: @@ -233,12 +233,17 @@ The following parameters are sent in all POST requests from EnvayaSMS:
Forward an incoming SMS or MMS message to the server
- - +
"send_status":
Update the server on the status of sending an outgoing message
+ +
"test":
+
+ Test the server connection. +
+ The other POST parameters sent depend on the request action.