> ## Documentation Index
> Fetch the complete documentation index at: https://docs.telegent.com/llms.txt
> Use this file to discover all available pages before exploring further.

# v1.2.0.2

> Port In accepts messaging, voice and MMS configuration at submission; MMS is now settable on Provision and Update.

<Info>
  **Version:** 1.2.0.2 · **Published:** September 9, 2026 · **Published by:** Telegent Platform Team
</Info>

Port In now accepts a number's messaging, voice, and MMS configuration directly in the submission request. Previously these were applied with a separate `POST /v1.0/numbers/update` call after the port; they can now be set up front, so a ported-in number arrives already configured. The same release adds inline MMS control to Number Provision and Numbers Update.

***

## Enhanced

<AccordionGroup>
  <Accordion title="Port In (POST /v1.0/numbers/portin)">
    **Port In** now accepts the full messaging and voice configuration in the submission request, removing the need for a follow-up **Numbers Update** call after the port completes:

    * `MessageType` — `a2p` or `p2p`
    * `MessageEnabled` — enable SMS on the line
    * `MmsMessageEnabled` — enable MMS on the line (optional; independent of `MessageEnabled`)
    * `MessageRouteId` — MRID for message routing (required when SMS or MMS is enabled)
    * `VoiceEnabled` / `VoiceRouteId` — enable voice and assign a CRID (required when voice is enabled)
    * `DataEnabled` — enable data capabilities (IoT numbers)
    * `AssignedSubscriberId` — assign a subscriber (`TSUID-`) at port time
    * `ProductType` — `Sms-Only`, `Data-Only`, `Sms+Data`, or `Sms+Data+Voice`
  </Accordion>

  <Accordion title="Number Provision & Numbers Update">
    **Number Provision** (`POST /v1.0/numbers/provision`) and **Numbers Update** (`POST /v1.0/numbers/update`) now accept `MmsMessageEnabled` in the request body, so MMS can be enabled or disabled inline. `MmsMessageEnabled` is independent of `MessageEnabled` (SMS) and can still be changed on its own via `POST /v1.0/numbers/mms/update`.
  </Accordion>
</AccordionGroup>

***

## Fixed

* Clarified the `MessageEnabled` description across the Numbers endpoints — it controls **SMS only** and does not affect MMS. Earlier copy implied a single field toggled both SMS and MMS.

***

These are additive changes. Existing integrations continue to work without modification.

***

<Note>
  If you have questions about any of these changes, contact [support@telegent.com](mailto:support@telegent.com).
</Note>
