Asterisk 通道变量

  1.   * ${ACCOUNTCODE}: 用户计费帐号 sip.conf 里的 account=XXXX 
  2.     * ${ANSWEREDTIME}: 通话时长(秒) 
  3.     * ${BLINDTRANSFER}: 通道是否为转接类型 
  4.     * ${CALLERID(all)}: 主叫用户名(主叫ID) 格式 name(123454) 
  5.     * ${CALLERID(name)}: 主叫用户名 sip.conf 里的 username=XXXX 
  6.     * ${CALLERID(num)}: 主叫号码sip.conf 里的 callerid=XXXX 
  7.     * ${CALLINGPRES}: PRI Call ID Presentation variable for incoming calls (See callingpres ) 
  8.     * ${CHANNEL}: 当前通道标识 
  9.     * ${CONTEXT}: 当前context 
  10.     * ${DATETIME}: 当前日期时间 
  11.     * ${DIALEDPEERNAME}: Name of the called party. Broken for now, see DIALEDPEERNAME 
  12.     * ${DIALEDPEERNUMBER}: Number of the called party. Broken for now, see DIALEDPEERNUMBER 
  13.     * ${DIALEDTIME}: Time since the number was dialed (only works when dialed party answers the line?!) 
  14.     * ${DIALSTATUS}: 当前通道状态 
  15.     * ${DNID}: 用户所拨打的号码 
  16.     * ${EPOCH}: The current UNIX-style epoch (number of seconds since 1 Jan 1970) 
  17.     * ${EXTEN}: 当前所拨打分机号码 
  18.     * ${HANGUPCAUSE}: The last hangup return code on a Zap channel connected to a PRI interface 
  19.     * ${INVALID_EXTEN}: The extension asked for when redirected to the i (invalid) extension 
  20.     * ${LANGUAGE}: 提示语言 
  21.     * ${MEETMESECS}: Number of seconds a user participated in a MeetMe conference 
  22.     * ${PRIORITY}: The current priority 
  23.     * ${RDNIS}: The current redirecting DNIS, Caller ID that redirected the call. Limitations apply, see RDNIS 
  24.     * ${SIPDOMAIN}: SIP destination domain of an inbound call (if appropriate) 
  25.     * ${SIP_CODEC}: Used to set the SIP codec for a call (apparently broken in Ver 1.0.1, ok in Ver. 1.0.3 & 1.0.4, not sure about 1.0.2) 
  26.     * ${SIPCALLID}: The SIP dialog Call-ID: header 
  27.     * ${SIPUSERAGENT}: The SIP user agent header 
  28.     * ${TIMESTAMP}: Current date time in the format: YYYYMMDD-HHMMSS This is deprecated as of Asterisk 1.4, instead use :${STRFTIME(${EPOCH},,%Y%m%d-%H%M%S)}) 
  29.     * ${TRANSFERCAPABILITY}: 通道类型。是否可以转接 
  30.     * ${TXTCIDNAME}: Result of application TXTCIDName (see below) 
  31.     * ${UNIQUEID}: 当前唯一标识 
  32.     * ${TOUCH_MONITOR}: used for "one touch record" (see features.conf, and wW dial flags). If is set 
  33.  
  34.   
  35. 1.4版本已经没有${TIMESTAMP}这个变量了 

原文:http://www.cnblogs.com/abinxm/archive/2009/12/15/1624966.html

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章