search for: 28a29

Displaying 3 results from an estimated 3 matches for "28a29".

Did you mean: 2829
2004 Jun 30
3
Bugfix for CVS-HEAD-06/26/04-21:56:45
...n be found from SLINEAR to the >channel's writeformat. If SLINEAR is supported, no translation takes >place. This should fix some bugs where format 64 is being sent regardless >of codec allow settings in the configuration files. > >Apply this patch to indications.c: > >28a29 > > #include <asterisk/translate.h> /* Needed for bugfix */ >75c76 >< if (ast_set_write_format(chan, AST_FORMAT_SLINEAR)) { >--- > > if ((chan->nativeformats & AST_FORMAT_SLINEAR) && > ast_set_write_format(chan, AST_FORMAT_SLINEAR...
2000 Jul 28
0
buildroot patch for 2.1.1p4
...------------------------------------------------------------------------- [ Felix qui potuit rerum cognoscere causas. ] -------------- next part -------------- 24c24 < CFLAGS=@CFLAGS@ $(PATHS) @DEFS@ --- > CFLAGS=@CFLAGS@ $(PATHS) @DEFS@ -I at top_srcdir@ -I. 28a29 > MKINSTALLDIRS=@srcdir@/mkinstalldirs 121,125c122,126 < ./mkinstalldirs $(DESTDIR)$(bindir) < ./mkinstalldirs $(DESTDIR)$(sbindir) < ./mkinstalldirs $(DESTDIR)$(mandir) < ./mkinstalldirs $(DESTDIR)$(mandir)/$(mansubdir)1 < ./mkinstalldirs $(DESTDIR)$(mandir)/$(mansubdir)8 --...
2000 Jul 28
0
whoops, revised patch for buildroot in 2.1.1p4
...all <emarshall at mercantec.com> UNIX Administrator http://www.nyx.net/~emarshal/ Mercantec, Inc. -------------- next part -------------- 24c24 < CFLAGS=@CFLAGS@ $(PATHS) @DEFS@ --- > CFLAGS=@CFLAGS@ $(PATHS) @DEFS@ -I at top_srcdir@ -I. 28a29 > MKINSTALLDIRS=@srcdir@/mkinstalldirs 121,125c122,126 < ./mkinstalldirs $(DESTDIR)$(bindir) < ./mkinstalldirs $(DESTDIR)$(sbindir) < ./mkinstalldirs $(DESTDIR)$(mandir) < ./mkinstalldirs $(DESTDIR)$(mandir)/$(mansubdir)1 < ./mkinstalldirs $(DESTDIR)$(mandir)/$(mansubdir)8 --...