aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2015-04-24 16:03:55 -0400
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2015-04-24 16:10:54 -0400
commitcb43a9ac4489040185addd528a3143655ea349be (patch)
tree3673372a1e798fbe18c9c6e9f126a9ab189c95d5 /openbsc/include
parentc57b5507b21d12f656ec1667a8a875485344fe8d (diff)
mgcp: Allow to disable transcoding for trunks
We might have compiled transcoding into the MGW but we don't want to enable it for a given user. Add a new switch that should allow that. I had manually tested the allow-transcoding/no allow VTY interface for the primary interface and a new trunk using show running-config.
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/mgcp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/mgcp.h b/openbsc/include/openbsc/mgcp.h
index cc1fb1773..f334ac86b 100644
--- a/openbsc/include/openbsc/mgcp.h
+++ b/openbsc/include/openbsc/mgcp.h
@@ -140,6 +140,8 @@ struct mgcp_trunk_config {
int audio_send_name;
int audio_loop;
+ int no_audio_transcoding;
+
int omit_rtcp;
int keepalive_interval;