[Git] LCR - Linux Call Router branch master updated. b0764b4677c9434b8722cd4084075b6dfc73d0d7

[email protected] (git version ctrl) Thu, 28 Jun 2012 08:15:19 +0200 (CEST)
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  b0764b4677c9434b8722cd4084075b6dfc73d0d7 (commit)
       via  7c12849b271b42ab5bae1717598c24cbaead0909 (commit)
       via  61c1f380826e3c4e4fc9bae74db2fe8b6af942ce (commit)
       via  ad9a780ce71095bd785eeea8cd6f58606c66ce79 (commit)
       via  1c32d75c7e3e617082c9572f0e6ababc6bacc336 (commit)
      from  14da759465d6597908f27a31ec14eda3d5a47520 (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 b0764b4677c9434b8722cd4084075b6dfc73d0d7
Author: Janis Ruksans <[email protected]>
Date:   Thu Jun 28 08:11:57 2012 +0200

    On many systems /var/run is not world-writeable, and writing PID fails
    if LCR is not being run as root. The lock directory, on the contrary,
    must be writable by the lcr process, and can be configured by the user.
    
    Signed-off-by: Andreas Eversberg <[email protected]>

commit 7c12849b271b42ab5bae1717598c24cbaead0909
Author: Janis Ruksans <[email protected]>
Date:   Thu Jun 28 08:06:15 2012 +0200

    Use loops for str* checks and to install configuration and tone files,
    with the actual files listed in make variables.
    
    Signed-off-by: Andreas Eversberg <[email protected]>

commit 61c1f380826e3c4e4fc9bae74db2fe8b6af942ce
Author: Janis Ruksans <[email protected]>
Date:   Thu Jun 28 08:02:55 2012 +0200

    The third parameter to ast_channel_tech.requester is const qualified,
    causing GCC to emit a warning about incompatible pointer types when
    initializing lcr_tech. Fix this by adding necessary const's to lcr_request.
    
    Signed-off-by: Andreas Eversberg <[email protected]>

commit ad9a780ce71095bd785eeea8cd6f58606c66ce79
Author: Janis Ruksans <[email protected]>
Date:   Thu Jun 28 08:01:25 2012 +0200

    If ast_channel struct is not declared before ast_register_application2,
    gcc thinks that the implicit declaration in module.h is different from
    the one in channel.h, and issues a warning about incompatible pointer
    types. A forward declaration before including module.h fixes this.
    
    Due to some brain-deadness in Ast, including channel.h before module.h
    causes the compilation fail altogether.
    
    Signed-off-by: Andreas Eversberg <[email protected]>

commit 1c32d75c7e3e617082c9572f0e6ababc6bacc336
Author: Janis Ruksans <[email protected]>
Date:   Thu Jun 28 07:59:48 2012 +0200

    Use AC_CHECK_TYPE and correct quoting for Asterisk struct checks, and add
    case for ind_tone_zone_sound (Asterisk 1.6.0).
    
    Signed-off-by: Andreas Eversberg <[email protected]>

-----------------------------------------------------------------------

Summary of changes:
 Makefile.am  |   58 +++++++++++++++++++-----------------------------
 chan_lcr.c   |   15 +++++++++---
 configure.ac |   68 +++++++++++++++++++++++-----------------------------------
 main.c       |    6 +++-
 4 files changed, 65 insertions(+), 82 deletions(-)


hooks/post-receive
-- 
LCR - Linux Call Router