Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.php > #14947

Re: help smsgateway.me

From Denis McMahon <denismfmcmahon@gmail.com>
Newsgroups comp.lang.php
Subject Re: help smsgateway.me
Date 2015-02-21 03:42 +0000
Organization A noiseless patient Spider
Message-ID <mc8urf$pba$1@dont-email.me> (permalink)
References <f5e1168b-3b9f-4abf-b2dc-eb26146d21f4@googlegroups.com> <mc8j7n$ugu$1@dont-email.me>

Show all headers | View raw


On Fri, 20 Feb 2015 19:25:02 -0500, Jerry Stuckle wrote:

> On 2/20/2015 5:56 PM, Adnan Shiekh wrote:

>> i want to receive a message using smsgateway.me api, i have
>> successfully send sms, but i can't receive message.. help me in this
>> situation.. thanks in advance

> Are you sure the sms message is properly addressed to your server?

> Have you checked smsgateway.me support?  When working with a package,
> your first line of support is almost always the support section for that
> package.

I just looked at their API Jerry. It's the sort of thing I wouldn't touch 
with a barge pole.

Their API works like this. You install their app on your phone. Then to 
send an sms from your app on your phone, you send the sms to their 
server, their server pushes it back to the app on the phone, and the app 
on the phone then sends the sms from the phone.

Given that there's an api in the phone already to send an sms (which 
their app uses), if you wanted to send an sms from your app, wouldn't it 
make more sense to call the phone's api directly, rather than sending the 
message through a third party server off the phone which simply bounces 
it back to an app on the phone which calls the phone api.

I can't see the benefit to the person developing apps on a phone of 
sending sms in such a convoluted manner, although I guess the people 
running smsgateway.me are happily harvesting any data they can from the 
sms texts passing through their system.

Daft doesn't begin to describe it. And why would you be using php to code 
on an android device? It would make a lot more sense to code in java and 
use the native apis.

-- 
Denis McMahon, denismfmcmahon@gmail.com

Back to comp.lang.php | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

help smsgateway.me Adnan Shiekh <adnanshahi123@gmail.com> - 2015-02-20 14:56 -0800
  Re: help smsgateway.me Jerry Stuckle <jstucklex@attglobal.net> - 2015-02-20 19:25 -0500
    Re: help smsgateway.me Denis McMahon <denismfmcmahon@gmail.com> - 2015-02-21 03:42 +0000
      Re: help smsgateway.me Jerry Stuckle <jstucklex@attglobal.net> - 2015-02-20 22:52 -0500
        Re: help smsgateway.me Denis McMahon <denismfmcmahon@gmail.com> - 2015-02-21 06:36 +0000
        Re: help smsgateway.me Allodoxaphobia <knock_yourself_out@example.net> - 2015-02-21 19:25 +0000
  Re: help smsgateway.me Adnan Shiekh <adnanshahi123@gmail.com> - 2015-02-20 22:44 -0800
    Re: help smsgateway.me "J.O. Aho" <user@example.net> - 2015-02-21 09:58 +0100
  Re: help smsgateway.me Adnan Shiekh <adnanshahi123@gmail.com> - 2015-02-21 08:36 -0800
    Re: help smsgateway.me Jerry Stuckle <jstucklex@attglobal.net> - 2015-02-21 12:58 -0500
    Re: help smsgateway.me Denis McMahon <denismfmcmahon@gmail.com> - 2015-02-22 02:06 +0000
  Re: help smsgateway.me Adnan Shiekh <adnanshahi123@gmail.com> - 2015-02-22 07:25 -0800
    Re: help smsgateway.me khurram@itlinkonline.com - 2017-06-30 23:26 -0700
      Re: help smsgateway.me "J.O. Aho" <user@example.net> - 2017-07-01 08:34 +0200
      Re: help smsgateway.me denispeterson96@gmail.com - 2018-05-18 23:53 -0700
  Re: help smsgateway.me nguyenphuthuybk@gmail.com - 2019-02-22 01:13 -0800
    Re: help smsgateway.me Jerry Stuckle <jstucklex@attglobal.net> - 2019-02-22 09:35 -0500
  Re: help smsgateway.me qlixess@gmail.com - 2019-05-19 21:16 -0700
    Re: help smsgateway.me Jerry Stuckle <jstucklex@attglobal.net> - 2019-05-20 14:44 -0400
      Re: help smsgateway.me qlixess@gmail.com - 2019-05-20 09:01 -0700
        Re: help smsgateway.me Jerry Stuckle <jstucklex@attglobal.net> - 2019-05-20 16:07 -0400
          Re: help smsgateway.me qlixess@gmail.com - 2019-05-20 09:20 -0700
            Re: help smsgateway.me Jerry Stuckle <jstucklex@attglobal.net> - 2019-05-20 19:57 -0400
              Re: help smsgateway.me qlixess@gmail.com - 2019-05-20 15:54 -0700
                Re: help smsgateway.me Martin Gregorie <martin@mydomain.invalid> - 2019-05-20 23:15 +0000
                Re: help smsgateway.me qlixess@gmail.com - 2019-05-20 17:45 -0700
                Re: help smsgateway.me Jerry Stuckle <jstucklex@attglobal.net> - 2019-05-21 02:09 -0400
                Re: help smsgateway.me andrepinote01@gmail.com - 2019-06-11 12:09 -0700
                Re: help smsgateway.me Jerry Stuckle <jstucklex@attglobal.net> - 2019-06-12 10:32 -0400
                Re: help smsgateway.me qlixess@gmail.com - 2019-06-12 11:32 -0700
                Re: help smsgateway.me tim.soladoye@gmail.com - 2019-06-14 22:08 -0700
                Re: help smsgateway.me dhakamoto@gmail.com - 2019-06-28 09:28 -0700
                Re: help smsgateway.me Jerry Stuckle <jstucklex@attglobal.net> - 2019-06-28 23:17 -0400
                Re: help smsgateway.me tim.soladoye@gmail.com - 2019-07-28 00:32 -0700
                Re: help smsgateway.me "J.O. Aho" <user@example.net> - 2019-07-28 11:45 +0200
                Re: help smsgateway.me tim.soladoye@gmail.com - 2019-07-28 10:26 -0700
                Re: help smsgateway.me Lew Pitcher <lew.pitcher@digitalfreehold.ca> - 2019-07-28 14:13 -0400
                Re: help smsgateway.me tim.soladoye@gmail.com - 2019-07-28 14:28 -0700
                Re: help smsgateway.me Arno Welzel <usenet@arnowelzel.de> - 2019-07-29 10:17 +0200
                Re: help smsgateway.me tim.soladoye@gmail.com - 2019-07-29 01:29 -0700
                Re: help smsgateway.me Arno Welzel <usenet@arnowelzel.de> - 2019-07-29 15:26 +0200
                Re: help smsgateway.me tim.soladoye@gmail.com - 2019-07-29 06:39 -0700
                Re: help smsgateway.me Jerry Stuckle <jstucklex@attglobal.net> - 2019-07-29 10:38 -0400
                Re: help smsgateway.me tim.soladoye@gmail.com - 2019-07-29 09:54 -0700
                Re: help smsgateway.me "J.O. Aho" <user@example.net> - 2019-07-29 19:42 +0200
                Re: help smsgateway.me tim.soladoye@gmail.com - 2019-07-29 10:52 -0700
                Re: help smsgateway.me "J.O. Aho" <user@example.net> - 2019-07-29 20:28 +0200
                Re: help smsgateway.me Jerry Stuckle <jstucklex@attglobal.net> - 2019-07-29 23:21 -0400
                Re: help smsgateway.me Jerry Stuckle <jstucklex@attglobal.net> - 2019-07-29 23:23 -0400
                Re: help smsgateway.me bolfem1771@gmail.com - 2019-07-29 21:53 -0700
                Re: help smsgateway.me "J.O. Aho" <user@example.net> - 2019-07-30 07:15 +0200
                Re: help smsgateway.me Jerry Stuckle <jstucklex@attglobal.net> - 2019-07-30 10:50 -0400
                Offtopic: kdeconnect/adb (Was: help smsgateway.me) "J.O. Aho" <user@example.net> - 2019-07-30 19:40 +0200
                Re: help smsgateway.me tim.soladoye@gmail.com - 2019-07-29 22:00 -0700
                Re: help smsgateway.me Arno Welzel <usenet@arnowelzel.de> - 2019-07-30 11:55 +0200
                Re: help smsgateway.me Jerry Stuckle <jstucklex@attglobal.net> - 2019-07-30 10:52 -0400
                Re: help smsgateway.me Arno Welzel <usenet@arnowelzel.de> - 2019-07-30 11:53 +0200
                Re: help smsgateway.me Arno Welzel <usenet@arnowelzel.de> - 2019-07-30 11:51 +0200
        Re: help smsgateway.me dimitri.lekien@visitonweb.com - 2019-05-20 09:10 -0700
          Re: help smsgateway.me qlixess@gmail.com - 2019-05-20 09:19 -0700

csiph-web