aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/mgcp.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-03-31 11:46:41 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-04-05 22:02:29 +0200
commitb79994c95292c8dda971268e5ac46e7f47ca6266 (patch)
treeefcaf2f2b6fbe6836d991f2b45d32969dc49398a /openbsc/include/openbsc/mgcp.h
parent616d2225182a3ba64d6059d52594255ee472af89 (diff)
[mgcp] Add a new config option to set the call agent ip addr
In the case of the nat we only want to communicate with one upstream call agent and this can now be configured.
Diffstat (limited to 'openbsc/include/openbsc/mgcp.h')
-rw-r--r--openbsc/include/openbsc/mgcp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/mgcp.h b/openbsc/include/openbsc/mgcp.h
index c60a4550c..c4081b109 100644
--- a/openbsc/include/openbsc/mgcp.h
+++ b/openbsc/include/openbsc/mgcp.h
@@ -85,6 +85,7 @@ struct mgcp_config {
char *source_addr;
unsigned int number_endpoints;
char *bts_ip;
+ char *call_agent_addr;
struct in_addr bts_in;
char *audio_name;