1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-03-03 01:13:30 +00:00

default to 48k since most sound cards can do that

This commit is contained in:
Brian West 2010-06-04 11:50:07 -05:00
parent ae298182c2
commit 170404a41d

@ -29,7 +29,7 @@
<param name="cid-num" value="$${outbound_caller_id}"/>
<!--audio sample rate and interval -->
<param name="sample-rate" value="8000"/>
<param name="sample-rate" value="48000"/>
<param name="codec-ms" value="20"/>
</settings>
</configuration>