Forward DTMF as message directly from GSM BS to SIP.
[lcr.git] / port.h
diff --git a/port.h b/port.h
index d09ba0c..6757e9b 100644 (file)
--- a/port.h
+++ b/port.h
@@ -204,6 +204,7 @@ class Port
        /* audio bridging */
        struct port_bridge *p_bridge;           /* linked to a port bridge or NULL */
        void bridge(unsigned int bridge_id);    /* join a bridge */
+       class Port *bridge_remote(void);        /* get remote port */
        int bridge_tx(unsigned char *data, int len); /* used to transmit data to remote port */
        virtual int bridge_rx(unsigned char *data, int len); /* function to be inherited, so data is received */