[Asterisk-cvs] asterisk/apps app_talkdetect.c,1.1,1.2

markster at lists.digium.com markster at lists.digium.com
Wed Jun 16 17:29:17 CDT 2004


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

Modified Files:
	app_talkdetect.c 
Log Message:
Don't forget to run the schedule queue


Index: app_talkdetect.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_talkdetect.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- app_talkdetect.c	11 Jun 2004 14:06:30 -0000	1.1
+++ app_talkdetect.c	16 Jun 2004 21:15:15 -0000	1.2
@@ -170,6 +170,7 @@
 					}
 					ast_frfree(fr);
 				}
+				ast_sched_runq(chan->sched);
 			}
 			ast_stopstream(chan);
 		} else {




More information about the svn-commits mailing list