X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=interface.h;h=eea691519369e7ab26f492a68f9329d2c7a6e58e;hp=d1bea04978c9b81154552387244ac3d31937f541;hb=3a8f58ec8946b7f1683208d1cc3b054486f12e6c;hpb=a12d7eee22a72f4c999535892763dde15212e89e diff --git a/interface.h b/interface.h index d1bea04..eea6915 100644 --- a/interface.h +++ b/interface.h @@ -61,6 +61,8 @@ struct interface_port { char gsm_ms_service; /* see GSM_SERVICE_* */ #endif unsigned int ss5; /* set, if SS5 signalling enabled, also holds feature bits */ + int remote; /* interface is a remote app interface */ + char remote_app[32]; /* name of remote application */ int channel_force; /* forces channel by protocol */ int nodtmf; /* disables DTMF */ struct select_channel *out_channel; /* list of channels to select */