agent-phone-numbers
Bulk Upload Phone Numbers
Bulk upload phone numbers from CSV file.
CSV Format: phone_number,provider,enable_outbound,outbound_address,outbound_transport,destination_country,media_encryption,krisp_enabled,auth_username,auth_password
Example CSV:
phone_number,provider,enable_outbound,outbound_address,outbound_transport,destination_country,media_encryption,krisp_enabled
+15551234567,twilio,true,sip.twilio.com,TCP,US,ALLOW,true
+15559876543,vonage,true,sip.nexmo.com,TLS,US,ALLOW,true
+918012345678,plivo,true,sip.plivo.com,TLS,IN,REQUIRE,true
This endpoint processes the CSV file and registers all phone numbers in bulk. Each row is processed independently - partial success is possible.
POST
Bulk Upload Phone Numbers
Documentation Index
Fetch the complete documentation index at: https://docs.mrassistant.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
multipart/form-data
CSV file with phone numbers
Previous
Diagnose Sip TrunkDiagnose SIP trunk configuration for a phone number.
Returns detailed information about:
- Whether a trunk exists in LiveKit
- Configured allowed_addresses (IP allowlist)
- Whether a dispatch rule exists
- Issues and recommendations
Use this to troubleshoot inbound calls not reaching LiveKit.
Next
Bulk Upload Phone Numbers