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

<configuration name="easyroute.conf" description="EasyRoute Module">
  <settings>
    <!-- These are kind Obvious -->
    <param name="db-username" value="root"/>
    <param name="db-password" value="password"/>
    <param name="db-dsn" value="easyroute"/>
 
    <!-- Default Technology and profile -->
    <param name="default-techprofile" value="sofia/default"/>
    
    <!-- IP or Hostname of Default Route -->
    <param name="default-gateway" value="192.168.66.6"/>
 
    <!-- Number of times to retry ODBC connection on connection problems, default is 120 -->
    <param name="odbc-retries" value="120"/>
 
    <!-- Customer Query. Use this with Care!!! We are not responsible if you mess
         This up!!! Query *MUST* return columns in the following order!
	 gateway varchar(128) - contains destination gateway host:port pair (ex: 192.168.1.1:5060 )
	 group varchar(128) - contains optional group name
	 call_limit varchar(16) - contains optional call limit
	 tech_prefix varchar(128) - tech prefix used to build dial string (ex: sofia/default )
	 acctcode varchar(128) - used to set channel variable acctcode for logging into the CDRs
	 destination_number varchar(16) - Number returning for the query for building the dial string. (ex: 18005551212) 
	 See Documentation on the Wiki for further information -->
    <!-- <param name="custom-query" value="call  FS_GET_SIP_LOCATION(%s);"/> -->
  </settings>
</configuration>
<configuration name="distributor.conf" description="Distributor Configuration">
  <lists>
    13331233595<!-- every 10 calls to test you will get foo1 once and foo2 9 times...yes NINE TIMES! -->
    <!-- this is not the same as 100 with 10 and 90 that would do foo1 10 times in a row then foo2 90 times in a row -->
    <list name="test">
      <node name="foo1" weight="1"/>
      <node name="foo2" weight="9"/>
    </list>
  </lists>
</configuration>
<configuration name="enum.conf" description="ENUM Module">
  <settings>
    <param name="default-root" value="e164.org"/>
    <param name="default-isn-root" value="freenum.org"/>
    <param name="auto-reload" value="true"/>
 
    <param name="query-timeout-ms" value="200"/>
    <param name="query-timeout-retry" value="2"/>
    <param name="random-nameserver" value="false"/>
 
    <!-- If you have specific (non-recursive) servers for your enum queries, specify them here ( up to 10 ) -->
    <!-- <param name="nameserver" value="x.x.x.x"/> -->
    <!-- <param name="nameserver" value="y.y.y.y"/> -->
  </settings>
 
  <routes>
    <route service="E2U+SIP" regex="sip:(.*)" replace="sofia/${use_profile}-ipv6/$1;transport=udp|sofia/${use_profile}/$1;transport=udp"/>
    <route service="E2T+SIP" regex="sip:(.*)" replace="sofia/${use_profile}-ipv6/$1;transport=tcp|sofia/${use_profile}/$1;transport=tcp"/>
    <route service="E2T+SIPS" regex="sip:(.*)" replace="sofia/${use_profile}-ipv6/$1;transport=tls|sofia/${use_profile}/$1;transport=tls"/>
  </routes>
</configuration>

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

打赏作者

ai语音机器人

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

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

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

打赏作者

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

抵扣说明:

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

余额充值