Created
September 14, 2010 15:35
-
-
Save johntdyer/579221 to your computer and use it in GitHub Desktop.
This file contains 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
License: Custom options _enablecodecs=g729 | |
need to stop all services and make the following edits to your config.xml file to enable the g729 codec: | |
Under "RTP Library configuration" add "<category name="vcodecipp"/>" as shown below: | |
<category name="Rtp"> | |
<category name="Codecs"> | |
<!-- | |
By default all the DTMF relays Prophecy supports are on; | |
they can be turned off setting the following params to 0 | |
--> | |
<item name="cisco-rtp" type="int">0</item> | |
<item name="rfc2833" type="int">1</item> | |
<category name="vsp"> | |
<item name="g711ulaw" type="int">1</item> | |
<item name="g711alaw" type="int">1</item> | |
<item name="linear8" type="int">1</item> | |
<item name="linear16" type="int">1</item> | |
</category> | |
<category name="vcodecipp"/> | |
</category> | |
Under "<category name="CCXML10">" add "<item name="DialogBridgeType">RTP</item>" as shown below: | |
<category name="CCXML10"> | |
<item name="DialogTimeout" type="int"> 5000 </item> | |
<item name="MaxDocSize" type="int"> 100000 </item> | |
<item name="MaxEvents" type="int"> 64 </item> | |
<item name="MaxSpawn" type="int"> 1000 </item> | |
<item name="SessionTimeoutSecs" type="int"> 3600 </item> | |
<item name="TimeoutScanSecs" type="int"> 300 </item> | |
<item name="DialogBridgeType">RTP</item> | |
<category name="Xerces"> | |
<item name="DoSchema" type="int">0</item> | |
Once these changes have been made to the config.xml, please replace your current license.xml file with the one attached and restart all services. | |
If you encounter any problems please let us know immediately. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment