OSTIP_EXARI v0.1.0 Swagger.Client.Model.ChannelDtmfReceived View Source
DTMF received on a channel. This event is sent when the DTMF ends. There is no notification about the start of DTMF
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t() :: %Swagger.Client.Model.ChannelDtmfReceived{
channel: Channel,
digit: String.t(),
duration_ms: Int
}