aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/mgcp.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-11-19 16:04:45 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-11-19 16:18:56 +0100
commit619b014d3aacea1b33b70432af01e80eb2252af0 (patch)
treec2960f2252fb66471322ebd284f793892731cfe9 /openbsc/include/openbsc/mgcp.h
parent02ab91e6a73e16da51918b52548a0f4be4c6a0f6 (diff)
mgcp: Allow to omit sending the audio name at all
Equipment like AudioCode appears to get upset when we use a builtin type and then assign a name to it. Allow to completely omit the name.
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 9015f6989..cc1fb1773 100644
--- a/openbsc/include/openbsc/mgcp.h
+++ b/openbsc/include/openbsc/mgcp.h
@@ -137,6 +137,7 @@ struct mgcp_trunk_config {
char *audio_name;
int audio_payload;
int audio_send_ptime;
+ int audio_send_name;
int audio_loop;
int omit_rtcp;