[Asterisk-cvs] asterisk/apps app_voicemail.c,1.151.2.12,1.151.2.13
russell at lists.digium.com
russell at lists.digium.com
Wed Jan 12 23:35:05 CST 2005
- Previous message: [Asterisk-cvs] asterisk channel.c,1.139.2.3,1.139.2.4
- Next message: [Asterisk-cvs] zaptel pciradio.c, 1.5, 1.6 tor2.c, 1.20,
1.21 torisa.c, 1.8, 1.9 wcfxo.c, 1.26, 1.27 wct1xxp.c, 1.19,
1.20 wct4xxp.c, 1.52, 1.53 wctdm.c, 1.98, 1.99 wcte11xp.c, 1.5,
1.6 zaptel.c, 1.99, 1.100 ztdummy.c, 1.4, 1.5 ztdynamic.c, 1.7, 1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv17526/apps
Modified Files:
Tag: v1-0
app_voicemail.c
Log Message:
fix global operator=yes (bug #3080)
Index: app_voicemail.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_voicemail.c,v
retrieving revision 1.151.2.12
retrieving revision 1.151.2.13
diff -u -d -r1.151.2.12 -r1.151.2.13
--- app_voicemail.c 5 Jan 2005 05:32:47 -0000 1.151.2.12
+++ app_voicemail.c 13 Jan 2005 05:39:04 -0000 1.151.2.13
@@ -1331,6 +1331,7 @@
}
if ((vmu = find_user(&svm, context, ext))) {
+ populate_defaults(vmu);
/* Setup pre-file if appropriate */
if (strcmp(vmu->context, "default"))
snprintf(ext_context, sizeof(ext_context), "%s@%s", ext, vmu->context);
@@ -1372,7 +1373,7 @@
strncat(ecodes, "*", sizeof(ecodes) - strlen(ecodes) - 1);
ausemacro = 1;
}
-
+
/* Play the beginning intro if desired */
if (!ast_strlen_zero(prefile)) {
if (ast_fileexists(prefile, NULL, NULL) > 0) {
- Previous message: [Asterisk-cvs] asterisk channel.c,1.139.2.3,1.139.2.4
- Next message: [Asterisk-cvs] zaptel pciradio.c, 1.5, 1.6 tor2.c, 1.20,
1.21 torisa.c, 1.8, 1.9 wcfxo.c, 1.26, 1.27 wct1xxp.c, 1.19,
1.20 wct4xxp.c, 1.52, 1.53 wctdm.c, 1.98, 1.99 wcte11xp.c, 1.5,
1.6 zaptel.c, 1.99, 1.100 ztdummy.c, 1.4, 1.5 ztdynamic.c, 1.7, 1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list