Added support of mISDN to direct bridge feature
[lcr.git] / endpointapp.h
index 4147c51..5d6f253 100644 (file)
@@ -23,6 +23,12 @@ class EndpointApp
        class Endpoint          *ea_endpoint;
        virtual void ea_message_port(unsigned int port_id, int message, union parameter *param);
        virtual void ea_message_join(unsigned int join_id, int message, union parameter *param);
        class Endpoint          *ea_endpoint;
        virtual void ea_message_port(unsigned int port_id, int message, union parameter *param);
        virtual void ea_message_join(unsigned int join_id, int message, union parameter *param);
+       virtual void trace_header(const char *name, int direction);
+
+#ifdef WITH_MISDN
+       struct mISDNport *hunt_port(char *ifname, int *channel);
+#endif
+       struct interface *hunt_interface(char *ifname);
 };
 
 class EndpointApp *new_endpointapp(class Endpoint *epoint, int origin, int type);
 };
 
 class EndpointApp *new_endpointapp(class Endpoint *epoint, int origin, int type);