Chan.dtmf
From Yate Documentation
(Difference between revisions)
(→Parameters) |
|||
(2 intermediate revisions by one user not shown) | |||
Line 21: | Line 21: | ||
'''text''' | '''text''' | ||
:::text (usually digit) of the DTMF | :::text (usually digit) of the DTMF | ||
+ | |||
+ | |||
+ | '''See also''' | ||
+ | |||
+ | * [[chan.hangup]] |
Latest revision as of 18:04, 18 January 2013
The chan.dtmf is used for sending DTMFs between modules in the engine.
[edit] Parameters
module
- the name of the module that sent the DTMF
id
- id of the channel who sent the DTMF
targetid
- id of the channel who is suppose to receive the DTMF
text
- text of the DTMF
duration
- how long is the tone of the DTMF (this isn't very much used)
peerid
- id of the channel that should receive the DTMF
status
- the status of the call within which the DTMF has been generated
address
- the IP address of the calling party
text
- text (usually digit) of the DTMF
See also