aboutsummaryrefslogtreecommitdiffstats
path: root/include/mgcp
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-03-01 13:52:57 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-03-01 13:52:57 +0100
commit672f321eea60bb945b9f5c4a9bc754899baec44e (patch)
treecc5c7a4be9c13efc7b9921f495ded881c68c02af /include/mgcp
parentdcc33127922112211088b4e105c63304678969d6 (diff)
mgcp: Calculate the right Audio Processor resource for high endpoints
With this commit we can have more than 30 endpoints that will work. We ignore the blocked endpoints 0x1 and 0x1f for each trunk and calculate everything from the right start point.
Diffstat (limited to 'include/mgcp')
-rw-r--r--include/mgcp/mgcp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mgcp/mgcp.h b/include/mgcp/mgcp.h
index 675db0c..2bd6eb5 100644
--- a/include/mgcp/mgcp.h
+++ b/include/mgcp/mgcp.h
@@ -122,7 +122,7 @@ struct mgcp_trunk_config {
/* Special MGW handling */
int target_trunk_start;
- int trunk_base;
+ int voice_base;
int endp_offset;
int vad_enabled;