modified: chan_lcr.c
[lcr.git] / chan_lcr.h
index 0f861fe..8633d3a 100644 (file)
@@ -14,6 +14,8 @@ struct chan_call {
        struct chan_call *next;
        unsigned long ref;      /* callref, is 0, if not yet set */
        unsigned long bchannel_handle;  /* reference to bchannel, if set */
+
+       unsigned short bridge_id; /* 0 = off, equal ids are bridged */
 };