[Asterisk-cvs] asterisk/configs agents.conf.sample,1.8,1.9
martinp at lists.digium.com
martinp at lists.digium.com
Tue Feb 3 10:48:18 CST 2004
Update of /usr/cvsroot/asterisk/configs
In directory mongoose.digium.com:/tmp/cvs-serv26567/configs
Modified Files:
agents.conf.sample
Log Message:
Add recording agent's calls patch. Basically the call starts recording when the agent picks up and the file is stamped with the agent's id and the timestamp. Also optionally a URL link to that file may be inserted in the userfield of the CDR record. By default the recorded file will be mixed if soxmix is available.
Index: agents.conf.sample
===================================================================
RCS file: /usr/cvsroot/asterisk/configs/agents.conf.sample,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- agents.conf.sample 5 Aug 2003 23:59:56 -0000 1.8
+++ agents.conf.sample 3 Feb 2004 16:57:00 -0000 1.9
@@ -33,6 +33,29 @@
;group=1,2
;group=
;
+; --------------------------------------------------
+; This section is devoted to recording agent's calls
+; The keywords are global to the chan_agent channel driver
+;
+; Enable recording calls addressed to agents. It's turned off by default.
+;recordagentcalls=yes
+;
+; The format to be used to record the calls: wav, gsm, wav49.
+; By default its "wav".
+;recordformat=gsm
+;
+; Insert into CDR userfield a name of the the created recording
+; By default it's turned off.
+;createlink=yes
+;
+; The text to be added to the name of the recording. Allows forming a url link.
+;urlprefix=http://localhost/calls/
+;
+; The optional directory to save the conversations in. The default is
+; /var/spool/asterisk/monitor
+;savecallsin=/var/calls
+; --------------------------------------------------
+;
; This section contains the agent definitions, in the form:
;
; agent => agentid,agentpassword,name
More information about the svn-commits
mailing list