Key Takeaways
- Multi-country number formats on a phone-as-gateway: store and send E.164 (+country…); local dial habits break queues.
- Leading zeros, trunk prefixes, and Excel-destroyed plus signs are top failure modes.
- Wrong format looks like deliverability collapse — segment invalid destination rates.
- You still fund each country’s SIM airtime. We meter devices and send volume.
- Developer Center owns live field shapes.
E.164 or bust
Phone-as-gateway how to multi-country number formats: canonicalize before the REST call so Jazz, AT&T, and Vodafone destinations do not share a broken local format. Hub: Android phone as SMS gateway. Live fields: Developer Center. External: ITU E.164.
A UK number stored as 07… in a US-normalized sheet is not a carrier outage — it is your import pipeline.
Format failure modes
| Symptom | Cause | Fix |
|---|---|---|
| High invalid destination | Missing country code | Force E.164 at ingest |
| On-net only works | Local format assumed | Normalize; test off-net |
| CSV import breaks | Excel drops + | Text column / leading tab |
| Dual SIM oddities | Wrong slot for region | Document ICCID ↔ market |
Normalize once
Parse at the edge (libphonenumber-class tools in your stack). Reject ambiguous rows before bulk. Contacts: contacts and lists.
Routing and SIMs
Match SIMs to markets where possible — multi-device and dual SIM. Geo examples: Pakistan.
Cost
Devices plus SMS send volume. Bad numbers still waste airtime and volume. Free: 1 device / 300 SMS lifetime. Do not title format guides Unlimited SMS.
Checklist
- E.164 at rest and on the wire.
- Import tests for + preservation.
- Invalid-destination metric watched.
- SIM market mapping documented.
- Developer Center formats confirmed.
Next steps
pricing, setup, deliverability.
Related product pages
Jump to the live product docs for this topic—not another long-form article.
- SMS API documentationLive endpoint reference
- device and SMS volume pricingPlans and allowances
- Android SMS gateway product guideDefinition, product, and how to buy
- download the Android gateway appGet the APK





