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. --- mISDN.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mISDN.h') diff --git a/mISDN.h b/mISDN.h index 644658b..de223c8 100644 --- a/mISDN.h +++ b/mISDN.h @@ -71,9 +71,8 @@ struct mISDNport { #ifdef WITH_GSM_MS int gsm_ms; /* this is the an GSM MS interface */ #endif -#if defined WITH_GSM_BS || defined WITH_GSM_MS int lcr_sock; /* socket of loopback on LCR side */ -#endif + int isloopback; /* will be set on open, in case it is a loopback if */ /* ss5 */ unsigned int ss5; /* set, if SS5 signalling enabled, also holds feature bits */ -- cgit v1.2.3-55-g7522