Chan.text
From Yate Documentation
(Difference between revisions)
(Created page with " '''chan.text''' is used for text ([Short Message Service SMSs]) between modules in the engine. ===Parameters=== ;id : id of the channel who sent the DTMF ;targetid : ...") |
|||
(One intermediate revision by one user not shown) | |||
Line 1: | Line 1: | ||
− | '''chan.text''' is used for text ([ | + | '''chan.text''' is used for text ([http://en.wikipedia.org/wiki/SMS SMSs]) between modules in the engine. |
===Parameters=== | ===Parameters=== | ||
Line 12: | Line 12: | ||
Some modules fill other parameters like ''callerid'' and ''calledid'' but this is not yet fully standard. | Some modules fill other parameters like ''callerid'' and ''calledid'' but this is not yet fully standard. | ||
+ | |||
+ | |||
+ | '''See also''' | ||
+ | |||
+ | * [[chan.connect]] |
Latest revision as of 12:24, 21 January 2013
chan.text is used for text (SMSs) between modules in the engine.
[edit] Parameters
- id
- id of the channel who sent the DTMF
- targetid
- id of the channel who is supposed to receive the DTMF
- text
- text of the DTMF
Some modules fill other parameters like callerid and calledid but this is not yet fully standard.
See also