aboutsummaryrefslogtreecommitdiffstats
path: root/include/mgcp
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-03-02 21:44:01 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-03-02 21:44:01 +0100
commit0d20e0d12f27d23591200a76eee1e9b31308efd5 (patch)
tree8cf838479efc6dc635a1d890110aa62bb30d5700 /include/mgcp
parentd523131339fa31697c457a57d93f5e8dc7231fcb (diff)
mgcp: Mark certain endpoints as blocked.
Right now for the virtual trunk 0x0 and 0x1F is blocked, for the E1 like interface we have 0x0 and 0x1 blocked. This should start to be configurable in the future.
Diffstat (limited to 'include/mgcp')
-rw-r--r--include/mgcp/mgcp_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mgcp/mgcp_internal.h b/include/mgcp/mgcp_internal.h
index 3197543..838e84c 100644
--- a/include/mgcp/mgcp_internal.h
+++ b/include/mgcp/mgcp_internal.h
@@ -124,6 +124,7 @@ struct mgcp_endpoint {
struct mgcp_rtp_tap taps[MGCP_TAP_COUNT];
/* Special MGW handling */
+ int blocked;
unsigned int audio_port;
int block_processing;
};