Enable rtp-rewrite-timestamps for the internal profile of FreeSWITCH

This commit is contained in:
Ciaby 2016-02-01 18:32:22 +01:00
parent b2afdf54e1
commit c90b50af72

View file

@ -212,7 +212,7 @@
<!--<param name="rtp-autoflush-during-bridge" value="false"/>--> <!--<param name="rtp-autoflush-during-bridge" value="false"/>-->
<!--If you don't want to pass through timestamps from 1 RTP call to another (on a per call basis with rtp_rewrite_timestamps chanvar)--> <!--If you don't want to pass through timestamps from 1 RTP call to another (on a per call basis with rtp_rewrite_timestamps chanvar)-->
<!--<param name="rtp-rewrite-timestamps" value="true"/>--> <param name="rtp-rewrite-timestamps" value="true"/>
<!--<param name="pass-rfc2833" value="true"/>--> <!--<param name="pass-rfc2833" value="true"/>-->
<!--If you have ODBC support and a working dsn you can use it instead of SQLite--> <!--If you have ODBC support and a working dsn you can use it instead of SQLite-->
<!--<param name="odbc-dsn" value="dsn:user:pass"/>--> <!--<param name="odbc-dsn" value="dsn:user:pass"/>-->