diff --git a/.phrozn/entries/faq/index.twig b/.phrozn/entries/faq/index.twig index 2399810..efb13d2 100755 --- a/.phrozn/entries/faq/index.twig +++ b/.phrozn/entries/faq/index.twig @@ -2,6 +2,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_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? q_kalsms: What is the difference between EnvayaSMS and KalSMS? q_smssync: What is the difference between EnvayaSMS and SMSSync? @@ -15,6 +16,9 @@ q_smssync: What is the difference between EnvayaSMS and SMSSync?
  • {{ this.q_phones }}
  • +
  • + {{ this.q_servers }} +
  • {{ this.q_envaya_org }}
  • @@ -112,7 +116,7 @@ EnvayaSMS has been tested and is known to work with the following phones:
  • Samsung Galaxy Mini S5570
  • -

    Does EnvayaSMS use envaya.org's servers?

    +

    {{ this.q_servers }}

    No. When using EnvayaSMS, your phone connects to your own web server. diff --git a/faq/index.html b/faq/index.html index a895d60..b04f396 100755 --- a/faq/index.html +++ b/faq/index.html @@ -47,6 +47,9 @@

  • What phones are compatible with EnvayaSMS?
  • +
  • + Does EnvayaSMS use envaya.org's servers? +
  • What is the relationship between EnvayaSMS and envaya.org?
  • @@ -144,7 +147,7 @@ EnvayaSMS has been tested and is known to work with the following phones:
  • Samsung Galaxy Mini S5570
  • -

    Does EnvayaSMS use envaya.org's servers?

    +

    Does EnvayaSMS use envaya.org's servers?

    No. When using EnvayaSMS, your phone connects to your own web server.