[Asterisk-cvs] asterisk/apps app_queue.c,1.63,1.64

markster at lists.digium.com markster at lists.digium.com
Tue May 25 11:23:22 CDT 2004


Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv20572/apps

Modified Files:
	app_queue.c 
Log Message:
Fix record option to take from the right channel


Index: app_queue.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_queue.c,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -d -r1.63 -r1.64
--- app_queue.c	19 May 2004 02:29:15 -0000	1.63
+++ app_queue.c	25 May 2004 15:37:30 -0000	1.64
@@ -1065,7 +1065,7 @@
 		}
 		/* Begin Monitoring */
 		if (qe->parent->monfmt && *qe->parent->monfmt) {
-			monitorfilename = pbx_builtin_getvar_helper( peer, "MONITOR_FILENAME");
+			monitorfilename = pbx_builtin_getvar_helper( qe->chan, "MONITOR_FILENAME");
 			if(monitorfilename) {
 				ast_monitor_start( peer, qe->parent->monfmt, monitorfilename, 1 );
 			} else {




More information about the svn-commits mailing list