forked from Mirrors/freeswitch
default to 48k since most sound cards can do that
This commit is contained in:
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>
|
||||
|
|
Loading…
Reference in New Issue