Chan.dtmf

From Yate Documentation
(Difference between revisions)
Jump to: navigation, search
(Created page with "The '''chan.dtmf''' is used for sending DTMFs between modules in the engine. === Parameters === '''driver''' :::the name of the module that sent the DTMF '''id''' :::id of ...")
 
Line 3: Line 3:
 
=== Parameters ===
 
=== Parameters ===
  
'''driver'''
+
'''module'''
:::the name of the module that sent the DTMF  
+
:::the name of the module that sent the DTMF
 
'''id'''
 
'''id'''
 
:::id of the channel who sent the DTMF  
 
:::id of the channel who sent the DTMF  
Line 13: Line 13:
 
'''duration'''
 
'''duration'''
 
:::how long is the tone of the DTMF (this isn't very much used)  
 
:::how long is the tone of the DTMF (this isn't very much used)  
 
At least for Yate-0.9-CVS, the format is as follows:
 
 
'''id'''
 
:::id of the channel that sent the DTMF
 
 
'''peerid'''
 
'''peerid'''
 
:::id of the channel that should receive the DTMF  
 
:::id of the channel that should receive the DTMF  
'''module'''
 
:::the name of the module that sent the DTMF
 
 
'''status'''
 
'''status'''
 
:::the status of the call within which the DTMF has been generated  
 
:::the status of the call within which the DTMF has been generated  

Revision as of 13:59, 18 January 2013

The chan.dtmf is used for sending DTMFs between modules in the engine.

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
Personal tools
Namespaces

Variants
Actions
Preface
Configuration
Administrators
Developers