aboutsummaryrefslogtreecommitdiffstats
path: root/include/ss7_application.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ss7_application.h')
-rw-r--r--include/ss7_application.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/ss7_application.h b/include/ss7_application.h
index 3d25165..b762cac 100644
--- a/include/ss7_application.h
+++ b/include/ss7_application.h
@@ -81,6 +81,13 @@ struct ss7_application {
/* mgcp handling for the cellmgr and stp */
char *mgcp_domain_name;
char *trunk_name;
+
+ /* various hacks/quirks to deal with broken equipment */
+ /*
+ * Some equipments do not look into the codec list but only the
+ * size of it.
+ */
+ unsigned fixed_ass_cmpl_reply : 1;
};