Chan.record
From Yate Documentation
(Difference between revisions)
(Created page with " This documentation has been extracted from the source of Yate-0.9-CVS and as such it might not be accurate -- technically or semantically. The chan.record message seems to b...") |
|||
(One intermediate revision by one user not shown) | |||
Line 1: | Line 1: | ||
− | + | The chan.record message is sent from a call-controlling module (such as an IVR or VoiceMail application) to a recording-capable module (at the time of this writing, only wave offers such capability). | |
− | The | + | The message have been designed for synchronous processing. |
− | + | ===Message parameters=== | |
− | + | ||
− | Message parameters | + | |
;call | ;call | ||
Line 14: | Line 12: | ||
;maxlen | ;maxlen | ||
:the maximum length of the recording, refers to the size of the recorded file (octets) | :the maximum length of the recording, refers to the size of the recorded file (octets) | ||
+ | |||
+ | |||
+ | '''See also''' | ||
+ | |||
+ | * [[chan.rtp]] |
Latest revision as of 18:19, 18 January 2013
The chan.record message is sent from a call-controlling module (such as an IVR or VoiceMail application) to a recording-capable module (at the time of this writing, only wave offers such capability).
The message have been designed for synchronous processing.
[edit] Message parameters
- call
- the name of a channel that is to record the data (audio) generated by this (i.e. local) end of the call. In the context of the wave module, a possible value could be "wave/record/localrecord.slin".
- peer
- the name of a channel that is to record the data (audio) generated by the other (i.e. remote) end of the call. The same value example from above applies here as well.
- maxlen
- the maximum length of the recording, refers to the size of the recorded file (octets)
See also