Is there a way to control the name and location of the recordings made with automon? I need to be able to send the file to the client when they finish a call. How can I know which file belongs to the user? -- Carlos Chavez Prats Director de Tecnolog?a Telecomunicaciones Abiertas de M?xico S.A. de C.V. Tel: +52-55-91169161 Ext 2001 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20060530/e4c07eab/attachment.pgp
> Is there a way to control the name and location of the recordings made > with automon?Set the variable TOUCH_MONITOR for arguments to send to the application Monitor() in either the caller or calle channel. The caller channel si always checked first. Check the documentation in voip-info, someone has already taken the time to explain this. http://www.voip-info.org/wiki-Asterisk+cmd+monitor http://www.voip-info.org/wiki/view/Asterisk+config+features.conf> How can I know which file belongs to the user?That will highly depend upon how you handle the "user" concept in your system. One approach can be simply by creating a database relation between users and recorded files. So in the moment you start recording you also insert a register making the relation between the file name and the user. More details about how you handle users will be usefull for better advices. Regards -- Moises Silva "Su nombre es GNU/Linux, no solamente Linux, mas info en http://www.gnu.org"
On Tue, 2006-05-30 at 14:05 -0500, Moises Silva wrote:> > Is there a way to control the name and location of the recordings made > > with automon? > > Set the variable TOUCH_MONITOR for arguments to send to the > application Monitor() in either the caller or calle channel. The > caller channel si always checked first. Check the documentation in > voip-info, someone has already taken the time to explain this. > > http://www.voip-info.org/wiki-Asterisk+cmd+monitor > http://www.voip-info.org/wiki/view/Asterisk+config+features.conf > >Nowhere in those pages you mention is there any explanation of how to use TOUCH_MONITOR. The only reference there is to TOUCH_MONITOR_FORMAT which can set the format of the recording to anything other than the WAV default. -- Carlos Chavez Prats Director de Tecnolog?a Telecomunicaciones Abiertas de M?xico S.A. de C.V. Tel: +52-55-91169161 Ext 2001 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20060530/cd376917/attachment.pgp