[asterisk-commits] branch 1.2 r10021 - /branches/1.2/apps/app_meetme.c

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Tue Feb 14 13:56:41 MST 2006


Author: mogorman
Date: Tue Feb 14 14:56:41 2006
New Revision: 10021

URL: http://svn.digium.com/view/asterisk?rev=10021&view=rev
Log:
bug fix from 6485 with musiconhold not being turned
off by app_meetme

Modified:
    branches/1.2/apps/app_meetme.c

Modified: branches/1.2/apps/app_meetme.c
URL: http://svn.digium.com/view/asterisk/branches/1.2/apps/app_meetme.c?rev=10021&r1=10020&r2=10021&view=diff
==============================================================================
--- branches/1.2/apps/app_meetme.c (original)
+++ branches/1.2/apps/app_meetme.c Tue Feb 14 14:56:41 2006
@@ -1523,6 +1523,10 @@
 			lastmarked = currentmarked;
 		}
 	}
+
+	if (musiconhold)
+		ast_moh_stop(chan);
+	
 	if (using_pseudo)
 		close(fd);
 	else {



More information about the asterisk-commits mailing list