Dials a new conference participant
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The id of the account the resource belongs to.
The ConferenceSid that uniquely identifies a conference.
Dial Conference Participant request object
Whether to play a notification beep to the conference when the participant enters and exits.
true, false, onEnter, onExit "onExit"
URL destination for Telnyx to send status callback events to for the call.
"https://www.example.com/callback"
HTTP request type used for StatusCallback.
GET, POST "GET"
The changes to the call's state that should generate a call to StatusCallback. Can be: initiated, ringing, answered, and completed. Separate multiple values with a space. The default value is completed.
"answered completed"
The phone number of the called party. Phone numbers are formatted with a + and country code.
"+16175551212"
The phone number of the party that initiated the call. Phone numbers are formatted with a + and country code.
"+16175551212"
The number of seconds that we should allow the phone to ring before assuming there is no answer. Can be an integer between 5 and 120, inclusive. The default value is 30.
30
Whether the participant should be muted.
true
Whether to start the conference when the participant enters. Defaults to true.
false
Whether to end the conference when the participant leaves. Defaults to false.
true
Whether participant shall be bridged to conference before the participant answers (from early media if available). Defaults to false.
true
The URL the conference callbacks will be sent to.
"https://example.com/conference_status_callback"
HTTP request type used for ConferenceStatusCallback. Defaults to POST.
GET, POST "GET"
The changes to the conference's state that should generate a call to ConferenceStatusCallback. Can be: start, end, join and leave. Separate multiple values with a space. By default no callbacks are sent.
"start end join leave"
The URL to call for an audio file to play while the participant is waiting for the conference to start.
"https://www.example.com/wait_music.mp3"
The maximum number of participants in the conference. Can be a positive integer from 2 to 800. The default value is 250.
30
Whether the participant is coaching another call. When true, CallSidToCoach has to be given.
false
The SID of the participant who is being coached. The participant being coached is the only participant who can hear the participant who is coaching.
"v3:9X2vxPDFY2RHSJ1EdMS0RHRksMTg7ldNxdjWbVr9zBjbGjGsSe-aiQ"
To be used as the caller id name (SIP From Display Name) presented to the destination (To number). The string should have a maximum of 128 characters, containing only letters, numbers, spaces, and -_~!.+ special characters. If ommited, the display name will be the same as the number in the From field.
"Info"
The maximum duration of the call in seconds.
30
Whether to detect if a human or an answering machine picked up the call. Use Enable if you would like to ne notified as soon as the called party is identified. Use DetectMessageEnd, if you would like to leave a message on an answering machine.
Enable, DetectMessageEnd "Enable"
How long answering machine detection should go on for before sending an Unknown result. Given in milliseconds.
1000
Maximum threshold of a human greeting. If greeting longer than this value, considered machine. Ignored when premium detection is used.
2000
Silence duration threshold after a greeting message or voice for it be considered human. Ignored when premium detection is used.
2000
If initial silence duration is greater than this value, consider it a machine. Ignored when premium detection is used.
2000
The URL the result of answering machine detection will be sent to.
"https://www.example.com/amd_result"
HTTP request type used for AmdStatusCallback. Defaults to POST.
GET, POST "GET"
Whether to cancel ongoing playback on machine detection. Defaults to true.
false
Whether to cancel ongoing playback on greeting ended detection. Defaults to true.
false
The list of comma-separated codecs to be offered on a call.
"PCMA,PCMU"
Whether to record the entire participant's call leg. Defaults to false.
false
The number of channels in the final recording. Defaults to mono.
mono, dual "dual"
The URL the recording callbacks will be sent to.
"https://example.com/recording_status_callback"
HTTP request type used for RecordingStatusCallback. Defaults to POST.
GET, POST "GET"
The changes to the recording's state that should generate a call to RecoridngStatusCallback. Can be: in-progress, completed and absent. Separate multiple values with a space. Defaults to completed.
"in-progress completed absent"
The audio track to record for the call. The default is both.
inbound, outbound, both "inbound"
The password to use for SIP authentication.
"1234"
The username to use for SIP authentication.
"user"
Whether to trim any leading and trailing silence from the recording. Defaults to trim-silence.
trim-silence, do-not-trim false
Whether to record the conference the participant is joining. Defualts to do-not-record. The boolean values true and false are synonymous with record-from-start and do-not-record respectively.
true, false, record-from-start, do-not-record "record-from-start"
The URL the conference recording callbacks will be sent to.
"https://example.com/conference_recording_status_callback"
HTTP request type used for ConferenceRecordingStatusCallback. Defaults to POST.
GET, POST "GET"
The changes to the conference recording's state that should generate a call to RecoridngStatusCallback. Can be: in-progress, completed and absent. Separate multiple values with a space. Defaults to completed. failed and absent are synonymous.
"in-progress completed failed absent"
The number of seconds that Telnyx will wait for the recording to be stopped if silence is detected. The timer only starts when the speech is detected. Please note that the transcription is used to detect silence and the related charge will be applied. The minimum value is 0. The default value is 0 (infinite)
5
Whether to trim any leading and trailing silence from the conference recording. Defaults to trim-silence.
trim-silence, do-not-trim false
Custom HTTP headers to be sent with the call. Each header should be an object with 'name' and 'value' properties.
[
{
"name": "X-Custom-Header",
"value": "custom-value"
}
]New participant resource.
The id of the account the resource belongs to.
"61bf923e-5e4d-4595-a110-56190ea18a1b"
The identifier of this participant's call.
"v3:9X2vxPDFY2RHSJ1EdMS0RHRksMTg7ldNxdjWbVr9zBjbGjGsSe-aiQ"
Whether the participant is coaching another call.
false
The identifier of the coached participant's call.
"v3:9X2vxPDFY2RHSJ1EdMS0RHRksMTg7ldNxdjWbVr9zBjbGjGsSe-aiQ"
Whether the conference ends when the participant leaves.
false
Whether the participant is on hold.
false
Whether the participant is muted.
false
The status of the participant's call in the conference.
connecting, connected, completed "in-progress"
The relative URI for this participant.
"/v2/texml/Accounts/4e71926f-8f13-450e-b91c-23c2ef786aa6/Conferences/cd5a70f4-759b-4d5e-9c06-88c00f16f3c1/Participants/v3:9X2vxPDFY2RHSJ1EdMS0RHRksMTg7ldNxdjWbVr9zBjbGjGsSe-aiQ.json"