# toneDial
Description: tone dialing.
Request example:
{
"method" : "toneDial",
"requestId" : "1",
"symbol" : "a",
"callId" : "user@some.server/InstancePart"
}
Response example:
{
"method" : "toneDial",
"requestId" : "1",
"result" : true
}
Parameter description:
symbol
— Extension dialing symbolcallId
- a unique identifier (TrueConf ID) of the user in the current conference, for whom redialing is being performed. Use the ones obtained from the methods: newParticipantInConference, getConferenceParticipants. Applicability:PeerId - not supported.
CallId - not supported
InstanceId - supported.
requestId
- unique request identifier. More details can be found here
See also: