智能电销机器人代码\freeswitch\conf\autoload_configs八

<configuration name="avmd.conf" description="AVMD config">
    <settings>
 
    <!-- Edit these settings to change default behaviour
         of each avmd session. Settings can be overwritten
         by values passed dynamically per each session -->
 
 
        <!-- Global settings -->
 
            <!-- define/undefine this to enable/disable logging of avmd
                 intermediate computations to log -->
            <param name="debug" value="0"/>
 
            <!-- define/undef this to enable/disable verbose logging (and reporting to the console)
                 of detection status and other diagnostics like parameters avmd session has been started with,
                 change of configuration parameters, beep detection status after session ended
                 (stop event is fired independently of this setting and beep status included there) -->
            <param name="report_status" value="1"/>
 
            <!-- define/undefine this to enable/disable faster computation
                 of arcus cosine - table will be created mapping floats
                 to integers and returning arc cos values given these integer
                 indices into table -->
            <param name="fast_math" value="0"/>
        <!-- Global settings end -->
 
 
        <!-- Per call (session) settings. These settings can be overwritten
             with custom/different values per each avmd session -->
 
            <!-- define/undefine this to classify avmd beep detection as valid
                 only when there is required number of consecutive elements
                 in the SMA buffer without reset -->
            <param name="require_continuous_streak" value="1"/>
 
            <!-- required number of consecutive elements in the SMA buffer
                 without reset. This parameter helps to avoid false beeps, bigger this value is
                smaller the probability of getting false detection -->
            <param name="sample_n_continuous_streak" value="15"/>
 
            <!-- define number of samples to skip starting from the beginning
                 of the frame and/or after reset  has happened. This serves the purpose of skipping first few
                estimations on each frame, as these estimations may be inaccurate. This parameter also helps
                to give more robust detections when it's value is increased (up to scertain limit of about 60). -->
            <param name="sample_n_to_skip" value="15"/>
 
            <!-- define/undefine this to enable/disable simplified estimation
                 of frequency based on approximation of sin(x) with (x)
                 in the range x=[0,PI/2] -->
            <param name="simplified_estimation" value="1"/>
 
            <!-- define/undefine to enable/disable avmd on internal channel -->
            <param name="inbound_channel" value="0"/>
 
            <!-- define/undefine to enable/disable avmd on external channel -->
            <param name="outbound_channel" value="1"/>
        <!-- Per call settings end -->
    </settings>
</configuration>
 
<configuration name="autodialer.conf" description="autodialer Configuration">
  <settings>
    <param name="odbc-dsn" value="odbc://DRIVER=mysql;SERVER=127.0.0.1;UID=robot;PWD=robot;DATABASE=robot;OPTION=67108864" />
	<param name="dbname" value="autodialer"/>
	<param name="cps" value="100"/>
 
</settings>
 
</configuration>

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

ai语音机器人

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值