# toneDial

Description

Tone dialing

void toneDial(string sSymbol, string sCallId)

Parameters

Name Description
sSymbol Extension dialing symbol
sCallId The unique identifier of a user (TrueConf ID) in the current conference for which an additional call is being made. You should use the ones obtained from the methods: On_newParticipantInConference, getConferenceParticipants

Response example

{
    "method" : "toneDial",
    "requestId" : "1",
    "result" : true
}

Response Parameters

Name Description
requestId A unique request identifier
result A flag indicating whether the request was successful

See also

Last Updated: 09/12/2025