[Asterisk-cvs] asterisk/apps app_voicemail.c,1.112,1.113
markster at lists.digium.com
markster at lists.digium.com
Wed Jun 16 14:49:03 CDT 2004
Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv2055/apps
Modified Files:
app_voicemail.c
Log Message:
Minor fixup to voicemail (bug #1865)
Index: app_voicemail.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_voicemail.c,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -d -r1.112 -r1.113
--- app_voicemail.c 14 Jun 2004 20:40:14 -0000 1.112
+++ app_voicemail.c 16 Jun 2004 18:35:01 -0000 1.113
@@ -2578,7 +2578,7 @@
static int wait_file(struct ast_channel *chan, struct vm_state *vms, char *file)
{
- return ast_control_streamfile(chan, file, "#", "*", "14679", "0", skipms);
+ return ast_control_streamfile(chan, file, "#", "*", "1456789", "0", skipms);
}
static int play_message_datetime(struct ast_channel *chan, struct ast_vm_user *vmu, char *origtime, char *filename)
More information about the svn-commits
mailing list