[Asterisk-cvs] asterisk/apps app_voicemail.c,1.55.2.9,1.55.2.10
markster at lists.digium.com
markster at lists.digium.com
Mon Jun 7 11:17:24 CDT 2004
Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv2971/apps
Modified Files:
Tag: v1-0_stable
app_voicemail.c
Log Message:
Stop stream when '0' is pressed
Index: app_voicemail.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_voicemail.c,v
retrieving revision 1.55.2.9
retrieving revision 1.55.2.10
diff -u -d -r1.55.2.9 -r1.55.2.10
--- app_voicemail.c 31 Mar 2004 19:10:08 -0000 1.55.2.9
+++ app_voicemail.c 7 Jun 2004 16:20:00 -0000 1.55.2.10
@@ -1417,6 +1417,7 @@
if (strlen(chan->macrocontext))
strncpy(chan->context, chan->macrocontext, sizeof(chan->context) - 1);
chan->priority = 0;
+ ast_stopstream(chan);
free_user(vmu);
return 0;
}
More information about the svn-commits
mailing list