From 0d20e0d12f27d23591200a76eee1e9b31308efd5 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 2 Mar 2011 21:44:01 +0100 Subject: 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. --- include/mgcp/mgcp_internal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/mgcp') 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; }; -- cgit v1.2.3