You can bring your own numbers from supported telephony providers into SigmaMind using SIP Trunking.
Currently, we support the following providers:
  • Twilio
  • Telnyx

Dashboard

You can purchase and assign agents to numbers directly from the SigmaMind Dashboard.
  • During purchase, you may optionally specify preferred area codes.
New Phone Number
  • After purchase, you can update the number’s nickname for easier identification.
  • Once assigned, you can configure both inbound and outbound agents.
New Phone Number
After setup, your number will be ready to accept inbound calls if an inbound agent has been assigned.
Give it a try by calling the number to confirm it’s working!

API

If you prefer programmatic control, you can use our APIs.
Refer to the Create Phone Number API Reference for details on all available parameters.
  • Numbers are yours indefinitely once purchased.
  • Manage your purchased numbers in the Numbers Dashboard.
  • You can assign different inbound and outbound agents.
curl --location 'https://api.sigmamind.ai/v1/phone-number' \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: key_C6HL3Goru7Q.TlI5kZOKPmDM03Gt39nRBEnxrL****************' \
--data '{
    "friendlyName": "Inbound Agent 2",
    "phoneNumber": "+14159876543",
    "provider": "byo",
    "trunkName": "SigmaMing SIP Trunk",
    "trunkUsername": "admin",
    "trunkPassword": "password",
    "terminationSipURI": "sip.telnyx.com"
}'