mirror of
https://github.com/cwinfo/envayasms.git
synced 2025-01-09 20:05:38 +00:00
add test action to server api page, fix broken link
This commit is contained in:
parent
132185684e
commit
43ed6bd2da
@ -125,7 +125,7 @@ In particular, you do not need to register for <a href='http://envaya.org'>envay
|
||||
</p>
|
||||
|
||||
<p>
|
||||
For information about configuring a web server to connect to EnvayaSMS, see the <a href='serverapi.html'>API Reference</a> page.
|
||||
For information about configuring a web server to connect to EnvayaSMS, see the <a href='/serverapi/'>API Reference</a> page.
|
||||
</p>
|
||||
|
||||
<h4 id='q_envaya_org'>{{ this.q_envaya_org }}</h4>
|
||||
|
@ -16,7 +16,7 @@ Suppose also that your web server is <code>example.com</code>, and its servers a
|
||||
<p>
|
||||
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.)
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
@ -181,7 +181,7 @@ The following parameters are sent in all POST requests from EnvayaSMS:
|
||||
are running EnvayaSMS.
|
||||
</dd>
|
||||
|
||||
<dt>"action" ::= "outgoing" | "incoming" | "send_status"</dt>
|
||||
<dt>"action" ::= "outgoing" | "incoming" | "send_status" | "test"</dt>
|
||||
<dd>
|
||||
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:
|
||||
<dd>
|
||||
Forward an incoming SMS or MMS message to the server
|
||||
</dd>
|
||||
|
||||
|
||||
|
||||
<dt>"send_status":</dt>
|
||||
<dd>
|
||||
Update the server on the status of sending an outgoing message
|
||||
</dd>
|
||||
|
||||
<dt>"test":</dt>
|
||||
<dd>
|
||||
Test the server connection.
|
||||
</dd>
|
||||
|
||||
</dl>
|
||||
|
||||
The other POST parameters sent depend on the request action.
|
||||
|
@ -156,7 +156,7 @@ In particular, you do not need to register for <a href='http://envaya.org'>envay
|
||||
</p>
|
||||
|
||||
<p>
|
||||
For information about configuring a web server to connect to EnvayaSMS, see the <a href='serverapi.html'>API Reference</a> page.
|
||||
For information about configuring a web server to connect to EnvayaSMS, see the <a href='/serverapi/'>API Reference</a> page.
|
||||
</p>
|
||||
|
||||
<h4 id='q_envaya_org'>What is the relationship between EnvayaSMS and envaya.org?</h4>
|
||||
|
@ -53,7 +53,7 @@ Suppose also that your web server is <code>example.com</code>, and its servers a
|
||||
<p>
|
||||
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.)
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
@ -219,7 +219,7 @@ The following parameters are sent in all POST requests from EnvayaSMS:
|
||||
are running EnvayaSMS.
|
||||
</dd>
|
||||
|
||||
<dt>"action" ::= "outgoing" | "incoming" | "send_status"</dt>
|
||||
<dt>"action" ::= "outgoing" | "incoming" | "send_status" | "test"</dt>
|
||||
<dd>
|
||||
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:
|
||||
<dd>
|
||||
Forward an incoming SMS or MMS message to the server
|
||||
</dd>
|
||||
|
||||
|
||||
|
||||
<dt>"send_status":</dt>
|
||||
<dd>
|
||||
Update the server on the status of sending an outgoing message
|
||||
</dd>
|
||||
|
||||
<dt>"test":</dt>
|
||||
<dd>
|
||||
Test the server connection.
|
||||
</dd>
|
||||
|
||||
</dl>
|
||||
|
||||
The other POST parameters sent depend on the request action.
|
||||
|
Loading…
Reference in New Issue
Block a user