Created
July 27, 2011 03:27
-
-
Save zuriby/1108611 to your computer and use it in GitHub Desktop.
other trunk config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<include> | |
<context name="public"> | |
<extension name="localxtens"> | |
<condition field="destination_number" expression="^([0]?[9]?88975[0-9][0-9])$"> | |
<action application="set" data="ringback=${us-ring}"/> | |
<action application="bridge" data="${sofia_contact(internal/$1@$${domain})}"/> | |
</condition> | |
<condition field="${sip_has_crypto}" expression="^(AES_CM_128_HMAC_SHA1_32|AES_CM_128_HMAC_SHA1_80)$" break="never"> | |
<action application="set" data="sip_secure_media=true"/> | |
<!-- Offer SRTP on outbound legs if we have it on inbound. --> | |
<action application="export" data="sip_secure_media=true"/> | |
</condition> | |
</extension> | |
</context> | |
</include> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment