PxPlus User Forum

Twitter Twitter Twitter

Author Topic: Determining a Cell Provider  (Read 1979 times)

Jeffrey Ferreira

  • Diamond Member
  • *****
  • Posts: 174
  • I must have taken a wrong turn at Albuquerque.
    • View Profile
Determining a Cell Provider
« on: May 21, 2021, 01:22:51 PM »
Hello List,

I have a client that wants to send texts from our software ...the only problem is that is in order for me to do it i need to attach the extension of the phone carrier like @vtext.com @att.text.com, does anyone at any of the divisions know of an api or something i can use that can tell me the extension of a phone carrier..i found a web site but i would love to do it programatically.

any help is appreciated...

thanks

jeff

Mike King

  • Diamond Member
  • *****
  • Posts: 3810
  • Mike King
    • View Profile
    • BBSysco Consulting
Re: Determining a Cell Provider
« Reply #1 on: May 21, 2021, 01:27:14 PM »
Jeff

Why not use the *tools/sms utility that comes with PxPlus?

Check out: https://manual.pvxplus.com/page/utilities/sms.htm


Mike King
President - BBSysco Consulting
eMail: mike.king@bbsysco.com

Jeffrey Ferreira

  • Diamond Member
  • *****
  • Posts: 174
  • I must have taken a wrong turn at Albuquerque.
    • View Profile
Re: Determining a Cell Provider
« Reply #2 on: May 21, 2021, 01:31:09 PM »
Hi Mike,

Because I did not know it existed.
Thank you again.

I will check it out.

Mike King

  • Diamond Member
  • *****
  • Posts: 3810
  • Mike King
    • View Profile
    • BBSysco Consulting
Re: Determining a Cell Provider
« Reply #3 on: May 21, 2021, 01:38:28 PM »
Glad to assist.

We use a "free/pay as you go" account at smsmatrix ourselves.   Basically for $9.00 we buy blocks of 100 SMS text messages.  That's a cost $0.09 each with no upfront/monthly commitment.

They have other types of accounts depending on your volume. 

So far it was worked quite well both here (Canada) and in the US.  We have found that generally the text message gets delivered within 10 seconds of the time we submit it.
Mike King
President - BBSysco Consulting
eMail: mike.king@bbsysco.com

Loren Doornek

  • Gold Member
  • ****
  • Posts: 81
    • View Profile
Re: Determining a Cell Provider
« Reply #4 on: May 21, 2021, 03:59:26 PM »
Jeff, I've used www.eztexting.com for years.  It has a simple interface, but also more extensive functionality if necessary.  You can buy blocks of credits, or monthly/yearly plans.  It also allows you to login to the site and check the status of any text message if there are problems.  You can also get a 'short code' which makes it easier for the recipients to know who is texting them (and thus not block the number, which is the only problem I ever ran into.)

Sending a text is simply a matter of opening an HTTPS connection, or using any of the utilities in Providex to make the connection.  An example of the URL is below:

https://app.eztexting.com/api/sending/?user=MyLogin&pass=MyPassword&phonenumber=8885551212&subject=TestMessage&message=This_Is_A_Test&express=1


Jeffrey Ferreira

  • Diamond Member
  • *****
  • Posts: 174
  • I must have taken a wrong turn at Albuquerque.
    • View Profile
Re: Determining a Cell Provider
« Reply #5 on: May 21, 2021, 04:04:47 PM »
thank you Loren and Mike...so for years we've been texting people by just sending an email to  something like this

4015551212@vtext.com

and it worked fine (but these are internal users and we know provider).....
i explained to customer that he is going to have to join a service and we'll use their api or the pxplus utility

i thought about just sending the email to all of them
att, sprint, verizon, tmobile, cricket, boost but i'll probably get blacklisted

Loren Doornek

  • Gold Member
  • ****
  • Posts: 81
    • View Profile
Re: Determining a Cell Provider
« Reply #6 on: May 21, 2021, 04:13:25 PM »
I used the email-to-text option@vtext.com also, and it's a good (ie: free) alternative if you know the user is on Verizon. If it's a single customer that you need this for, using a service like EZtexting that lets you buy blocks of message credits is the way to go.  The credits never expire to my knowledge (I've had a few unused credits for a couple years), so you'd only use the credits for this one customer.  Buy a block of credits for something small like $10, and you'll have a happy customer and less headaches.  For all of the people that you already know that the cell provider is Verizon, just keep using the email-to-text option, since it's free.