[Git] LCR - Linux Call Router branch master updated. 77bacac2bd6eaeb33b280458e0839b772f9ad18c
[email protected] (git version ctrl) Tue, 8 Nov 2011 16:15:40 +0100 (CET)
| Newsgroups | gmane.linux.isdn.i4l.devel |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "LCR - Linux Call Router".
The branch, master has been updated
via 77bacac2bd6eaeb33b280458e0839b772f9ad18c (commit)
from 92b9d54385a64aa30400d5ccfe6374565bfe8e04 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 77bacac2bd6eaeb33b280458e0839b772f9ad18c
Author: Arnold Schulz <[email protected]>
Date: Tue Nov 8 16:14:57 2011 +0100
For chan_lcr with Asterisk 1.8, set the codec type of a frame into the correct
union member ast_frame_subclass::codec (instead of ast_frame_subclass::integer).
The old code caused an error in some environments, eg big endian Arm (armeb):
"__ast_read: Dropping incompatible voice frame on lcr/1 of format alaw ..."
Signed-off-by: Arnold Schulz <[email protected]>
Signed-off-by: Andreas Eversberg <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
chan_lcr.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
hooks/post-receive
--
LCR - Linux Call Router