From: Andreas Eversberg Date: Mon, 16 Jan 2012 08:14:22 +0000 (+0100) Subject: Adding simple bridge application to forward calls without PBX app. X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=commitdiff_plain;h=74a7fe54a81bb7e996ea45203bbc8cc0ff6b8dda;hp=74a7fe54a81bb7e996ea45203bbc8cc0ff6b8dda Adding simple bridge application to forward calls without PBX app. Call received on an interface can directly be forwarded to a given destination interface, instead of routing the call through PBX application. This way calls can be forwarded without going through route.conf. Currently only SIP and GSM destinations are supported. Also there are no tones generated, if one side provides no tones, but the other wants to receive them. The keyword "bridge " in interface.conf is used. Without that keyword, incomming calls are handled as usual. ---