---
title: "List phone numbers with voice settings"
method: GET
path: "/phone_numbers/voice"
tags: ["Phone Number Configurations"]
---

# List phone numbers with voice settings

`GET /phone_numbers/voice`

Returns account phone numbers together with their voice settings. Results support pagination, sorting, and filters for number, connection name, customer reference, and voice usage payment method.

## Query parameters

- `page` object
  - `number` integer — The page number to load
  - `size` integer — The size of the page
- `sort` 'purchased_at' | 'phone_number' | 'connection_name' | 'usage_payment_method'
- `filter` object
  - `connection_name` object — Filter by connection name pattern matching.
    - `contains` string — Filter contains connection name. Requires at least three characters.
  - `customer_reference` string — Filter numbers via the customer_reference set.
  - `phone_number` string — Filter by phone number. Requires at least three digits. Non-numerical characters will result in no values being returned.
  - `voice.usage_payment_method` 'pay-per-minute' | 'channel' — Filter by usage_payment_method.

## Response `200`

Successful response with a list of phone numbers with voice settings.

- object
  - `data` PhoneNumberWithVoiceSettings[]
    - `call_forwarding` CallForwarding — The call forwarding settings for a phone number.
      - `call_forwarding_enabled` boolean — Indicates if call forwarding will be enabled for this number if forwards_to and forwarding_type are filled in. Defaults to true for backwards compatibility with APIV1 use of numbers endpoints.
      - `forwarding_type` 'always' | 'on-failure' — Call forwarding type. 'forwards_to' must be set for this to have an effect.
      - `forwards_to` string — The phone number to which inbound calls to this number are forwarded. Inbound calls will not be forwarded if this field is left blank. If set, must be a +E.164-formatted phone number.
    - `call_recording` CallRecording — The call recording settings for a phone number.
      - `inbound_call_recording_channels` 'single' | 'dual' — When using 'dual' channels, final audio file will be stereo recorded with the first leg on channel A, and the rest on channel B.
      - `inbound_call_recording_enabled` boolean — When enabled, any inbound call to this number will be recorded.
      - `inbound_call_recording_format` 'wav' | 'mp3' — The audio file format for calls being recorded.
    - `cnam_listing` CnamListing — The CNAM listing settings for a phone number.
      - `cnam_listing_details` string — The CNAM listing details for this number. Must be alphanumeric characters or spaces with a maximum length of 15. Requires cnam_listing_enabled to also be set to true.
      - `cnam_listing_enabled` boolean — Enables CNAM listings for this number. Requires cnam_listing_details to also be set.
    - `connection_id` string — Identifies the connection associated with this phone number.
    - `customer_reference` string — A customer reference string for customer look ups.
    - `emergency` EmergencySettings — The emergency services settings for a phone number.
      - `emergency_address_id` string — Identifies the address to be used with emergency services.
      - `emergency_enabled` boolean — Allows you to enable or disable emergency services on the phone number. In order to enable emergency services, you must also set an emergency_address_id.
      - `emergency_status` 'disabled' | 'active' | 'provisioning' | 'deprovisioning' | 'provisioning-failed' — Represents the state of the number regarding emergency activation.
    - `id` string — Identifies the type of resource.
    - `inbound_call_screening` 'disabled' | 'reject_calls' | 'flag_calls' — The inbound_call_screening setting is a phone number configuration option variable that allows users to configure their settings to block or flag fraudulent calls. It can be set to disabled, reject_calls, or flag_calls. This feature has an additional per-number monthly cost associated with it.
    - `media_features` MediaFeatures — The media features settings for a phone number.
      - `accept_any_rtp_packets_enabled` boolean — When enabled, Telnyx will accept RTP packets from any customer-side IP address and port, not just those to which Telnyx is sending RTP.
      - `rtp_auto_adjust_enabled` boolean — When RTP Auto-Adjust is enabled, the destination RTP address port will be automatically changed to match the source of the incoming RTP packets.
      - `t38_fax_gateway_enabled` boolean — Controls whether Telnyx will accept a T.38 re-INVITE for this phone number. Note that Telnyx will not send a T.38 re-INVITE; this option only controls whether one will be accepted.
    - `phone_number` string — The phone number in +E164 format.
    - `record_type` string — Identifies the type of the resource.
    - `tech_prefix_enabled` boolean — Controls whether a tech prefix is enabled for this phone number.
    - `translated_number` string — This field allows you to rewrite the destination number of an inbound call before the call is routed to you. The value of this field may be any alphanumeric value, and the value will replace the number originally dialed.
    - `usage_payment_method` 'pay-per-minute' | 'channel' — Controls whether a number is billed per minute or uses your concurrent channels.
  - `meta` PaginationMeta
    - `page_number` integer
    - `page_size` integer
    - `total_pages` integer
    - `total_results` integer

## Other responses

- `400` — Bad request, the request was unacceptable, often due to missing a required parameter.
- `401` — Unauthorized
- `404` — The requested resource doesn't exist.
- `422` — Unprocessable entity. Check the 'detail' field in response for details.
- `500` — Unexpected error

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/revisions/ec31f78cf002/schema)
