mirror of
https://github.com/cwinfo/envayasms.git
synced 2025-01-09 20:05:38 +00:00
add speed test stats
This commit is contained in:
parent
43ed6bd2da
commit
8d3586c602
@ -1,6 +1,7 @@
|
||||
id: faq
|
||||
title: Frequently Asked Questions
|
||||
q_alternative: Instead of implementing a SMS gateway as an Android app, why not use X instead? (where X = Twilio, Tropo, Clickatell, FrontlineSMS, RapidSMS, Kannel, etc.)
|
||||
q_rate: How fast can EnvayaSMS send SMS messages?
|
||||
q_phones: What phones are compatible with EnvayaSMS?
|
||||
q_servers: Does EnvayaSMS use envaya.org's servers?
|
||||
q_envaya_org: What is the relationship between EnvayaSMS and envaya.org?
|
||||
@ -13,6 +14,9 @@ q_smssync: What is the difference between EnvayaSMS and SMSSync?
|
||||
<li>
|
||||
<a href='#q_alternative'>{{ this.q_alternative }}</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='#q_rate'>{{ this.q_rate }}</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='#q_phones'>{{ this.q_phones }}</a>
|
||||
</li>
|
||||
@ -116,6 +120,21 @@ EnvayaSMS has been tested and is known to work with the following phones:
|
||||
<li>Samsung Galaxy Mini S5570</li>
|
||||
</ul>
|
||||
|
||||
<h4 id='q_rate'>{{ this.q_rate }}</h4>
|
||||
|
||||
<p>
|
||||
In our largest test so far, EnvayaSMS able to send 176 outgoing SMS messages in 9 minutes 50 seconds (using a LG 540 with T-Mobile).
|
||||
</p>
|
||||
<p>
|
||||
This is equivalent to 1 message every 3.35 seconds, or slightly more than 1000 messages per hour assuming this rate is sustained.
|
||||
</p>
|
||||
<p>
|
||||
Your rate may vary depending on your phone and network.
|
||||
</p>
|
||||
<p>
|
||||
In order to send more than 100 messages per hour, it is necessary to install <a href='/install/#expansion'>EnvayaSMS Expansion Packs</a>.
|
||||
</p>
|
||||
|
||||
<h4 id='q_servers'>{{ this.q_servers }}</h4>
|
||||
|
||||
<p>
|
||||
|
@ -96,7 +96,7 @@ EnvayaSMS app is open. If you want to use SMS normally again, return to EnvayaSM
|
||||
and uncheck "Enable EnvayaSMS".
|
||||
</p>
|
||||
|
||||
<h3>Installing Expansion Packs</h3>
|
||||
<h3 id='expansion'>Installing Expansion Packs</h3>
|
||||
|
||||
<p>
|
||||
By default, Android prevents EnvayaSMS from sending more than 100 outgoing SMS messages per hour.
|
||||
|
@ -44,6 +44,9 @@
|
||||
<li>
|
||||
<a href='#q_alternative'>Instead of implementing a SMS gateway as an Android app, why not use X instead? (where X = Twilio, Tropo, Clickatell, FrontlineSMS, RapidSMS, Kannel, etc.)</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='#q_rate'>How fast can EnvayaSMS send SMS messages?</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='#q_phones'>What phones are compatible with EnvayaSMS?</a>
|
||||
</li>
|
||||
@ -147,6 +150,21 @@ EnvayaSMS has been tested and is known to work with the following phones:
|
||||
<li>Samsung Galaxy Mini S5570</li>
|
||||
</ul>
|
||||
|
||||
<h4 id='q_rate'>How fast can EnvayaSMS send SMS messages?</h4>
|
||||
|
||||
<p>
|
||||
In our largest test so far, EnvayaSMS able to send 176 outgoing SMS messages in 9 minutes 50 seconds (using a LG 540 with T-Mobile).
|
||||
</p>
|
||||
<p>
|
||||
This is equivalent to 1 message every 3.35 seconds, or slightly more than 1000 messages per hour assuming this rate is sustained.
|
||||
</p>
|
||||
<p>
|
||||
Your rate may vary depending on your phone and network.
|
||||
</p>
|
||||
<p>
|
||||
In order to send more than 100 messages per hour, it is necessary to install <a href='/install/#expansion'>EnvayaSMS Expansion Packs</a>.
|
||||
</p>
|
||||
|
||||
<h4 id='q_servers'>Does EnvayaSMS use envaya.org's servers?</h4>
|
||||
|
||||
<p>
|
||||
|
@ -134,7 +134,7 @@ EnvayaSMS app is open. If you want to use SMS normally again, return to EnvayaSM
|
||||
and uncheck "Enable EnvayaSMS".
|
||||
</p>
|
||||
|
||||
<h3>Installing Expansion Packs</h3>
|
||||
<h3 id='expansion'>Installing Expansion Packs</h3>
|
||||
|
||||
<p>
|
||||
By default, Android prevents EnvayaSMS from sending more than 100 outgoing SMS messages per hour.
|
||||
|
Loading…
Reference in New Issue
Block a user