From 3a8f58ec8946b7f1683208d1cc3b054486f12e6c Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Mon, 13 Dec 2010 09:22:49 +0100 Subject: Adding interface support for remote app (chan_lcr). chan_lcr can be handled as an interface. This way it is possible to (e.g.): - make a SIP phone become an LCR extension with all LCR features. - make conference calls. (untested) - perform parallel ringing. (ISDN phone and SIP phones can ring in parallel.) - do voice recoding. It is still also possible to link chan_lcr directly without interface (as before). Documentation/howto for that will follow. --- joinremote.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'joinremote.h') diff --git a/joinremote.h b/joinremote.h index 1582133..a933466 100644 --- a/joinremote.h +++ b/joinremote.h @@ -17,10 +17,10 @@ class JoinRemote : public Join void message_epoint(unsigned int epoint_id, int message, union parameter *param); void message_remote(int message_type, union parameter *param); + unsigned int j_remote_ref; int j_remote_id; char j_remote_name[32]; unsigned int j_epoint_id; }; -void message_bchannel_to_remote(unsigned int remote_id, unsigned int ref, int type, unsigned int handle, int tx_gain, int rx_gain, char *pipeline, unsigned char *crypt, int crypt_len, int crypt_type); -- cgit v1.2.3-55-g7522