[Asterisk-cvs] asterisk pbx.c,1.226,1.227
kpfleming at lists.digium.com
kpfleming at lists.digium.com
Wed Apr 20 11:20:33 CDT 2005
- Previous message: [Asterisk-cvs] libpri pri_q921.h,1.11,1.12 pri_q931.h,1.20,1.21
- Next message: [Asterisk-cvs] zaptel Makefile, 1.72, 1.73 fxsdump.c, 1.1,
1.2 patgen.c, 1.3, 1.4 patlooptest.c, 1.3, 1.4 pattest.c, 1.3,
1.4 timertest.c, 1.1, 1.2 ztdiag.c, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv3036
Modified Files:
pbx.c
Log Message:
correct default language setting for Background() app (bug #4044)
Index: pbx.c
===================================================================
RCS file: /usr/cvsroot/asterisk/pbx.c,v
retrieving revision 1.226
retrieving revision 1.227
diff -u -d -r1.226 -r1.227
--- pbx.c 20 Apr 2005 14:40:47 -0000 1.226
+++ pbx.c 20 Apr 2005 16:11:16 -0000 1.227
@@ -5566,6 +5566,9 @@
}
}
+ if (!lang)
+ lang = chan->language;
+
if (options) {
if (!strcasecmp(options, "skip"))
flags.flags = BACKGROUND_SKIP;
- Previous message: [Asterisk-cvs] libpri pri_q921.h,1.11,1.12 pri_q931.h,1.20,1.21
- Next message: [Asterisk-cvs] zaptel Makefile, 1.72, 1.73 fxsdump.c, 1.1,
1.2 patgen.c, 1.3, 1.4 patlooptest.c, 1.3, 1.4 pattest.c, 1.3,
1.4 timertest.c, 1.1, 1.2 ztdiag.c, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list