mirror of
https://github.com/cwinfo/envayasms.git
synced 2025-01-10 04:05:38 +00:00
add faq entry about smssync
This commit is contained in:
parent
9a0b495abf
commit
3b281cffc4
@ -3,7 +3,8 @@ 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_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_phones: What phones are compatible with EnvayaSMS?
|
q_phones: What phones are compatible with EnvayaSMS?
|
||||||
q_envaya_org: What is the relationship between EnvayaSMS and envaya.org?
|
q_envaya_org: What is the relationship between EnvayaSMS and envaya.org?
|
||||||
q_kalsms: What is the relationship between EnvayaSMS and KalSMS?
|
q_kalsms: What is the difference between EnvayaSMS and KalSMS?
|
||||||
|
q_smssync: What is the difference between EnvayaSMS and Ushahidi's SMSSync SMS Gateway?
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -20,6 +21,9 @@ q_kalsms: What is the relationship between EnvayaSMS and KalSMS?
|
|||||||
<li>
|
<li>
|
||||||
<a href='#q_kalsms'>{{ this.q_kalsms }}</a>
|
<a href='#q_kalsms'>{{ this.q_kalsms }}</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href='#q_smssync'>{{ this.q_smssync }}</a>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h4 id='q_alternative'>
|
<h4 id='q_alternative'>
|
||||||
@ -155,4 +159,15 @@ update their server to use the new API described on the <a href='/serverapi/'>AP
|
|||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
As of 2011, KalSMS is no longer actively developed, and new development will occur on the EnvayaSMS project.
|
As of 2011, KalSMS is no longer actively developed, and new development will occur on the EnvayaSMS project.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<h4 id='q_smssync'>{{ this.q_smssync }}</h4>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<a href='http://smssync.ushahidi.com/'>SMSSync SMS Gateway</a> is an alternative Android SMS gateway app developed by Ushahidi.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
EnvayaSMS contains several features not present in the current version of SMSSync, such as receiving MMS messages,
|
||||||
|
sending more than 100 outgoing SMS messages per hour, sending outgoing SMS notifications from the server
|
||||||
|
that were not in response to an incoming SMS, and notifying the server of the status of outgoing messages.
|
||||||
</p>
|
</p>
|
@ -50,8 +50,11 @@
|
|||||||
<a href='#q_envaya_org'>What is the relationship between EnvayaSMS and envaya.org?</a>
|
<a href='#q_envaya_org'>What is the relationship between EnvayaSMS and envaya.org?</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href='#q_kalsms'>What is the relationship between EnvayaSMS and KalSMS?</a>
|
<a href='#q_kalsms'>What is the difference between EnvayaSMS and KalSMS?</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href='#q_smssync'>What is the difference between EnvayaSMS and Ushahidi's SMSSync SMS Gateway?</a>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h4 id='q_alternative'>
|
<h4 id='q_alternative'>
|
||||||
@ -168,7 +171,7 @@ Development of EnvayaSMS is currently led by the <a href='http://envaya.org'>env
|
|||||||
but anyone is welcome to contribute to improve it.
|
but anyone is welcome to contribute to improve it.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h4 id='q_kalsms'>What is the relationship between EnvayaSMS and KalSMS?</h4>
|
<h4 id='q_kalsms'>What is the difference between EnvayaSMS and KalSMS?</h4>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
The source code for EnvayaSMS was originally based on <a href='https://github.com/niryariv/kalsms/'>KalSMS</a>, an open-source project
|
The source code for EnvayaSMS was originally based on <a href='https://github.com/niryariv/kalsms/'>KalSMS</a>, an open-source project
|
||||||
@ -188,6 +191,17 @@ update their server to use the new API described on the <a href='/serverapi/'>AP
|
|||||||
<p>
|
<p>
|
||||||
As of 2011, KalSMS is no longer actively developed, and new development will occur on the EnvayaSMS project.
|
As of 2011, KalSMS is no longer actively developed, and new development will occur on the EnvayaSMS project.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<h4 id='q_smssync'>What is the difference between EnvayaSMS and Ushahidi's SMSSync SMS Gateway?</h4>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<a href='http://smssync.ushahidi.com/'>SMSSync SMS Gateway</a> is an alternative Android SMS gateway app developed by Ushahidi.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
EnvayaSMS contains several features not present in the current version of SMSSync, such as receiving MMS messages,
|
||||||
|
sending more than 100 outgoing SMS messages per hour, sending outgoing SMS notifications from the server
|
||||||
|
that were not in response to an incoming SMS, and notifying the server of the status of outgoing messages.
|
||||||
|
</p>
|
||||||
|
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
get the source code on GitHub : <a href="http://github.com/youngj/EnvayaSMS">youngj/EnvayaSMS</a>
|
get the source code on GitHub : <a href="http://github.com/youngj/EnvayaSMS">youngj/EnvayaSMS</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user