zoukankan      html  css  js  c++  java
  • asterisk拨号方案

    ;;;; call work ivr;;;;
    exten => _x.,n(dialivrwork),Set(CDR(udirect)=out2in)
    exten => _x.,n,Set(CDR(udst)=9000)
    exten => _x.,n,Playback(commonsounds/xuebi_openingSong_work)
    exten => _x.,n,GotoIfTime(08:59-18:00,mon-sun,*,*?cocaWork:cocaFree)
    exten => _x.,n(cocaWork),Playback(commonsounds/xuebi_callTransfer_work)
    exten => _x.,n,Queue(9000,tT,,,20)
    exten => _x.,n,Playback(commonsounds/xuebi_busy_work)
    exten => _x.,n,Queue(9000,tT,,,180)
    exten => _x.,n,HangUp()
    exten => _x.,n(cocaFree),Playback(commonsounds/xuebi_newRest)
    exten => _x.,n,HangUp()
    
    "早已注定,我只能在荆棘中采拾鲜花。但重要的是,要对胜利和信念充满执着"
  • 相关阅读:
    JDBC
    Servlet的优缺点
    css样式,媒体查询,垂直居中,js对象
    浏览器渲染优化
    css秘密花园
    express 4
    redux
    koa
    webpack
    react学习总结
  • 原文地址:https://www.cnblogs.com/devour/p/10529807.html
Copyright © 2011-2022 走看看