5
0
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:
Jesse Young 2011-09-23 17:37:04 -07:00
parent 9a0b495abf
commit 3b281cffc4
2 changed files with 32 additions and 3 deletions

View File

@ -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_phones: What phones are compatible with EnvayaSMS?
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>
<a href='#q_kalsms'>{{ this.q_kalsms }}</a>
</li>
<li>
<a href='#q_smssync'>{{ this.q_smssync }}</a>
</li>
</ul>
<h4 id='q_alternative'>
@ -156,3 +160,14 @@ update their server to use the new API described on the <a href='/serverapi/'>AP
<p>
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>

View File

@ -50,7 +50,10 @@
<a href='#q_envaya_org'>What is the relationship between EnvayaSMS and envaya.org?</a>
</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>
<a href='#q_smssync'>What is the difference between EnvayaSMS and Ushahidi's SMSSync SMS Gateway?</a>
</li>
</ul>
@ -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.
</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>
The source code for EnvayaSMS was originally based on <a href='https://github.com/niryariv/kalsms/'>KalSMS</a>, an open-source project
@ -189,6 +192,17 @@ update their server to use the new API described on the <a href='/serverapi/'>AP
As of 2011, KalSMS is no longer actively developed, and new development will occur on the EnvayaSMS project.
</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">
get the source code on GitHub : <a href="http://github.com/youngj/EnvayaSMS">youngj/EnvayaSMS</a>
</div>