TAstaVoIPEndPoint.OnUserInputTone

Top  Previous  Next

TAstaVoIPEndPoint

 

Declaration

type

TOnUserInputToneEvent = procedure (Sender: TObject; connection : TAstaVoIPConnection; tone : Char; duration : Integer; rtpTimestamp : Integer) of object;

 

property OnUserInputTone: TOnUserInputToneEvent;

 

Description

This event is fired when incoming DTMF tone is received from a remote party. Tone is specified by 'tone' and 'duration' parameters.