[Git] LCR - Linux Call Router branch jolly/new updated. f0345bf21be9a8f9f5342fa9c3455894dde03e79
[email protected] (git version ctrl) Sun, 19 Aug 2012 11:17:27 +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, jolly/new has been updated
via f0345bf21be9a8f9f5342fa9c3455894dde03e79 (commit)
via 0b9a1ea7274aaf8b6a22ab8b28046b9f3bdcc5c1 (commit)
via dd159a66ddb1ac46dcd7382b330eabd3a3267573 (commit)
via e947dceee7e75518e2a6696ec1a6805cdfb34951 (commit)
via 30b056f4e52d5e8a524dd471b59fb8d16a7eed41 (commit)
via a64dd57497d251af98bd04f129ccd1fc20db281e (commit)
from 5702bb58c69822d101a24a0f6f8f8c6f8dcea712 (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 f0345bf21be9a8f9f5342fa9c3455894dde03e79
Author: Andreas Eversberg <[email protected]>
Date: Sun Aug 19 11:11:59 2012 +0200
Fix: Send tones/patterns/announcements for remote connections
commit 0b9a1ea7274aaf8b6a22ab8b28046b9f3bdcc5c1
Author: Andreas Eversberg <[email protected]>
Date: Sun Aug 19 10:24:39 2012 +0200
Add screening of caller ID for remote (asterisk) connections
commit dd159a66ddb1ac46dcd7382b330eabd3a3267573
Author: Andreas Eversberg <[email protected]>
Date: Sun Aug 19 09:42:43 2012 +0200
Cleanup: Make interface name be part of Port class
commit e947dceee7e75518e2a6696ec1a6805cdfb34951
Author: Andreas Eversberg <[email protected]>
Date: Sun Aug 19 08:36:45 2012 +0200
chan_lcr: Select remote interface by chan_lcr
Usage: Dial(LCR/<interface>/<digits>/<options>)
The interface must match the interface name in interface.conf. If omitted,
the first remote interface is used.
Example:
Dial(LCR/ast/123) will send a call to LCR and select remote interface
'ast'.
Dial(LCR//123) will send a call to LCR and select the first remote
interface.
Now it is possible to have multiple remote interfaces.
commit 30b056f4e52d5e8a524dd471b59fb8d16a7eed41
Author: Andreas Eversberg <[email protected]>
Date: Sun Aug 19 08:35:55 2012 +0200
Fix: Match complete string when filtering for interface
commit a64dd57497d251af98bd04f129ccd1fc20db281e
Author: Andreas Eversberg <[email protected]>
Date: Sun Aug 19 08:34:32 2012 +0200
Display source and destination interface at endpoint logging
-----------------------------------------------------------------------
Summary of changes:
appbridge.cpp | 2 +-
apppbx.cpp | 10 ++++++--
chan_lcr.c | 3 +-
dss1.cpp | 6 ++--
dss1.h | 2 +-
gsm.cpp | 49 ++++++++++++++++++++++-----------------------
gsm.h | 1 -
gsm_bs.cpp | 58 +++++++++++++++++++++++++++---------------------------
gsm_ms.cpp | 28 +++++++++++++-------------
mISDN.cpp | 2 +-
mISDN.h | 2 +-
message.h | 1 +
port.cpp | 8 ++++--
port.h | 3 +-
remote.cpp | 26 +++++++++++++++++++-----
remote.h | 2 +-
route.c | 2 +-
sip.cpp | 2 +-
socket_server.c | 27 +++++++++++++++++++++---
ss5.cpp | 4 +-
ss5.h | 2 +-
vbox.cpp | 2 +-
22 files changed, 140 insertions(+), 102 deletions(-)
hooks/post-receive
--
LCR - Linux Call Router