[Asterisk-cvs] asterisk/apps app_voicemail.c,1.15,1.16
markster at lists.digium.com
markster at lists.digium.com
Wed Nov 12 23:11:19 CST 2003
Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv11568/apps
Modified Files:
app_voicemail.c
Log Message:
Stop stream
Index: app_voicemail.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_voicemail.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- app_voicemail.c 13 Nov 2003 01:47:24 -0000 1.15
+++ app_voicemail.c 13 Nov 2003 05:37:32 -0000 1.16
@@ -894,6 +894,7 @@
d = ast_waitstream(chan,"");
if (d < 0)
return -1;
+ ast_stopstream(chan);
}
fmts = ast_strdupa(fmt);
More information about the svn-commits
mailing list