chan_lcr: Select remote interface by chan_lcr
authorAndreas Eversberg <jolly@eversberg.eu>
Sun, 19 Aug 2012 06:36:45 +0000 (08:36 +0200)
committerAndreas Eversberg <jolly@eversberg.eu>
Sun, 16 Dec 2012 09:10:34 +0000 (10:10 +0100)
commitbd2aa91302a9d2de07d2210cbd6da499f3e45e53
tree3e614522ec1e64b249cb6d3551574416db908926
parenta28dde2f2b0cecb6850655d4ac0dac059816ba01
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.
chan_lcr.c
message.h
remote.h
socket_server.c