Displaying 1 result from an estimated 1 matches for "75c76".
Did you mean:
7576
2004 Jun 30
3
Bugfix for CVS-HEAD-06/26/04-21:56:45
...o 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)) {
>128c129,142
>< ast_write(chan, &ps->f);
>---
> >
>...