diff --git a/.phrozn/entries/faq/index.twig b/.phrozn/entries/faq/index.twig index 5eea0aa..c57aef6 100755 --- a/.phrozn/entries/faq/index.twig +++ b/.phrozn/entries/faq/index.twig @@ -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?
  • {{ this.q_kalsms }}
  • +
  • + {{ this.q_smssync }} +
  • @@ -155,4 +159,15 @@ update their server to use the new API described on the AP

    As of 2011, KalSMS is no longer actively developed, and new development will occur on the EnvayaSMS project. +

    + +

    {{ this.q_smssync }}

    + +

    +SMSSync SMS Gateway is an alternative Android SMS gateway app developed by Ushahidi. +

    +

    +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.

    \ No newline at end of file diff --git a/faq/index.html b/faq/index.html index 2aa6cba..0ab144b 100755 --- a/faq/index.html +++ b/faq/index.html @@ -50,8 +50,11 @@ What is the relationship between EnvayaSMS and envaya.org?
  • - What is the relationship between EnvayaSMS and KalSMS? + What is the difference between EnvayaSMS and KalSMS?
  • +
  • + What is the difference between EnvayaSMS and Ushahidi's SMSSync SMS Gateway? +
  • @@ -168,7 +171,7 @@ Development of EnvayaSMS is currently led by the env but anyone is welcome to contribute to improve it.

    -

    What is the relationship between EnvayaSMS and KalSMS?

    +

    What is the difference between EnvayaSMS and KalSMS?

    The source code for EnvayaSMS was originally based on KalSMS, an open-source project @@ -188,6 +191,17 @@ update their server to use the new API described on the AP

    As of 2011, KalSMS is no longer actively developed, and new development will occur on the EnvayaSMS project.

    + +

    What is the difference between EnvayaSMS and Ushahidi's SMSSync SMS Gateway?

    + +

    +SMSSync SMS Gateway is an alternative Android SMS gateway app developed by Ushahidi. +

    +

    +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. +