Zum Hauptinhalt springen

Vox Telesys

Navigate to SMS Management

Add an SMS provider

  • Log into your Vodia Tenant portal.

  • Click Trunks on the left menu then SMS Management

  • Under the Providers tab click the [+ | Add] button

  • Complete the information.

  • Name: Provide a name (for your purposes)

  • Provider: Select Vox Telesys

  • Application Secret / Password: Enter your Vox Telesys API bearer token. Vodia sends this as a Bearer authorization header, and also uses it to authenticate when downloading inbound MMS media.

    note

    Vox Telesys authenticates with a bearer token only — no username is required. Generate the token in the Vox Telesys portal — consult the Vox Telesys documentation for the exact location.

  • Click [Save].

Add your SMS numbers

Now you need to add your DIDs into the Numbers tab.

  • Under the section SMS Management (Trunks on the left menu then SMS Management)
  • Click the Numbers tab and click the [+ | Add] button.
  • Provide a name (for your purposes)
  • Enter your phone number in E.164 format (e.g., +12025551234).
  • Policy: If you have any policy in place, choose it. (optional)
  • Provider: Choose the provider name you have created.
  • URL prefix for receiving messages: Enter something you will use for your SMS callback URL. Eg: voxtelesysinbound
  • Source: It could be your extension number.
  • Destination: It could be your extension number.
  • Click [Save].
note

Vodia strips the leading + from numbers when sending and re-adds it to inbound numbers, so store your numbers in E.164 (+) format in Vodia.

Configure the Vox Telesys inbound webhook

To receive SMS and MMS messages, configure Vox Telesys to deliver inbound messages to your PBX. In the Vox Telesys portal, locate the inbound message / webhook settings (consult the Vox Telesys documentation for the exact location) and set:

  • Webhook URL: Your PBX URL with the prefix you specified above, for example: https://your-pbx-domain.com/voxtelesysinbound
  • Format: JSON

Vodia expects the inbound payload as JSON with type set to mo (mobile-originated), containing from, to, and body. For MMS, media is downloaded from the media URLs using the bearer token.

Outbound messages are sent to https://smsapi.voxtelesys.net/api/v1/sms. MMS is sent by including a media array.

Your Vox Telesys SMS integration is now configured and ready to use.