Hi All:

I have recently started using a web-based texting service; it is just easier than texting on a cell phone.

I have a few concerns, and I would like to see if anyone has any answers.

  1. Is there a free or low-cost web-based service that turns texts into voice mails? I know Verizon and Sprint do, but I don't use them for cell phone service.

  2. Is there a way I can tell if a text has gone to a non-text-capable number, to include dumb phones, land lines, fax lines, data lines, etc? It is frustrating; I sent oud a text and I don't know if the recipient saw it!

  3. What is the best web-based service to use for text messages? I use Pinger, but are there any other services that answer my needs and concerns?

Thanks for your help.

John

Dani AI

Generated

Practical, actionable notes to address the questions and feature wishlist from (and to follow up on ’s and ’s suggestions).

There is no single free tool that reliably “turns SMS into voicemail” for every number — carrier behavior varies. Some carriers will convert an SMS bound for a landline into a voice call, but that’s inconsistent; to guarantee a voicemail-style fallback you need a provider that will place a PSTN voice call and play text-to-speech when SMS fails (a voice-fallback workflow rather than a magic SMS→voicemail feature). (twilio.com)

To know whether a recipient can get texts, do two things: (1) pre-validate and classify numbers with a lookup/line-type API (mobile vs landline vs VoIP) so you don’t waste SMS on known landlines; and (2) enable per-message delivery/status callbacks so you get explicit sent/delivered/failed events after send. For example, Twilio’s Lookup offers line-type intelligence and providers expose webhook/callbacks for message status. For quick client-side checks use a phone-number library to normalize and validate formatting before calling the lookup. (twilio.com)

If you want an out-of-the-box web inbox (grouped threads, MMS, alerts, no-refresh), start with hosted SMS-marketing vendors that advertise a two-way inbox and MMS support (SimpleTexting, EZ Texting, SlickText, etc.). Those platforms handle inbox UI, media, team routing and notifications; if you need custom behavior (custom grouping rules, alert sounds, exact UI), use a CPaaS (Twilio/others) + webhooks and push updates to the browser. For either approach, confirm carrier/MMS support for your country and ensure opt-in/compliance. (simpletexting.com)

Quick checklist

  • Run a line-type lookup before sending; skip SMS to confirmed landlines or trigger a voice fallback.
  • Turn on delivery/status callbacks and log the codes — they tell you if a message reached the carrier or failed.
  • Choose hosted inbox vs CPaaS depending on budget and how custom the UI/alerts must be.
  • Keep opt-in records and follow local SMS rules (TCPA/CAN-SPAM-like laws).

These steps address the voicemail fallback, non-text detection, and the grouped/MMS/realtime features you listed.

Recommended Answers

All 4 Replies

Have you ever played around with Google Voice?

Yes, but only for voice mail. I do not like a lot of Google products, and Google Voice is one of them. Sound quality is terrible.

Hi All:

Some additional wants and needs for my ideal SMS marketing program:

  • Able to group responses up top
  • Able to handle photos, videos, etc.
  • Alert sounds
  • Don't have to refresh to ensure the messages come through

I know, pie-in-the-sky, right? Oh well, I have to ask; maybe what I want actuall exitsts.

John

In the sms marketing , you have need to offer your service they can not say no . Also use inforgraphics to clear all the points .

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.