Skip to main content
Version: 1.2.0.1 · Published: August 20, 2026 · Published by: Telegent Platform Team
Two fields have been added to the Numbers group. ForwardingNumber exposes the number that calls to a line are forwarded to, and MmsMessageEnabled reports whether MMS is enabled on the line. Both are returned by Number Details and Numbers Inventory, and ForwardingNumber can now be set through Numbers Update.

Enhanced

  • Number Details (GET /v1.0/numbers) — the response now includes ForwardingNumber and MmsMessageEnabled.
  • Numbers Inventory (GET /v1.0/numbers/inventory) — every record in PhoneNumbers now includes ForwardingNumber and MmsMessageEnabled.
  • Numbers Update (POST /v1.0/numbers/update) — ForwardingNumber is now accepted in the request body and returned in the response.
ForwardingNumber is an E.164 string and is returned as an empty string on lines with no forwarding configured. Send an empty string to clear forwarding on a line. MmsMessageEnabled is a boolean and is independent of MessageEnabled — disabling MMS leaves SMS in place. It is read-only on these endpoints; to change it, use POST /v1.0/numbers/mms/update. These are additive changes. Existing integrations continue to work without modification.
If you have questions about any of these changes, contact support@telegent.com.