Signed-off-by: Jason Etheridge <jason@EquinoxOLI.org>
<checkin_hold_as_transit>1</checkin_hold_as_transit>
-->
+ <filters>
+ <!--
+ Filters allow SIPServer to strip or modify specified fields inline from outgoing SIP messages. Currently, these
+ rules apply to all message types and only work for variable-length fields, but the config layout leaves room for
+ future enhancement.
+
+ Examples:
+
+ <field identifier="AE" replace_with="John Doe" />
+ <field identifier="BE" remove="true" />
+ -->
+ </filters>
+
</implementation_config>
</institution>
</institution>
<institution id="LPL" implementation="ILS">
- <encoding>UTF-8</encoding>
+ <encoding>UTF-8</encoding>
+ <implementation_config>
+ <filters>
+ <!--
+ Filters allow SIPServer to strip or modify specified fields inline from outgoing SIP messages. Currently, these
+ rules apply to all message types and only work for variable-length fields, but the config layout leaves room for
+ future enhancement.
+
+ Examples:
+
+ <field identifier="AE" replace_with="John Doe" />
+ <field identifier="BE" remove="true" />
+ -->
+ </filters>
+ </implementation_config>
</institution>
</institutions>
</acsconfig>