Asterisk 用星号捕捉反转信号

Asterisk 用星号捕捉反转信号,asterisk,voip,telephony,pbx,agi,Asterisk,Voip,Telephony,Pbx,Agi,我是新来的和工作的星号 如何捕获星号中的反转信号, 目前,我收到的所有未接听电话的处理方式为NA无应答自动拨号,我应收到如下信息 没有回答, 忙碌的, 无法到达, 关掉 目前正在使用vicidial:2.2.1vicidial使用应用程序 Synopsis Attempts to detect answering machines. Description AMD([|initialSilence][|greeting][|afterGreetingSilence][|totalAnalysi

我是新来的和工作的星号

如何捕获星号中的反转信号, 目前,我收到的所有未接听电话的处理方式为NA无应答自动拨号,我应收到如下信息

没有回答, 忙碌的, 无法到达, 关掉

目前正在使用vicidial:2.2.1

vicidial使用应用程序

Synopsis
Attempts to detect answering machines.

Description
AMD([|initialSilence][|greeting][|afterGreetingSilence][|totalAnalysisTime][|minimumWordLength][|betweenWordsSilence][|maximumNumberOfWords][|silenceThreshold])

This application attempts to detect answering machines at the beginning of outbound calls.
Simply call this application after the call has been answered (outbound only, of course).
When loaded, AMD reads amd.conf and uses the parameters specified as default values.
Those default values get overwritten when calling AMD with parameters.

    'initialSilence' is the maximum silence duration before the greeting. If exceeded then MACHINE.
    'greeting' is the maximum length of a greeting. If exceeded then MACHINE.
    'afterGreetingSilence' is the silence after detecting a greeting. If exceeded then HUMAN.
    'totalAnalysisTime' is the maximum time allowed for the algorithm to decide on a HUMAN or MACHINE.
    'minimumWordLength'is the minimum duration of Voice to considered as a word.
    'betweenWordsSilence' is the minimum duration of silence after a word to considere the audio what follows as a new word.
    'maximumNumberOfWords'is the maximum number of words in the greeting. If exceeded then MACHINE.
    'silenceThreshold' is the silence threshold.


This application sets the following channel variable upon completion:
AMDSTATUS - This is the status of the answering machine detection.
Possible values are:
MACHINE | HUMAN | NOTSURE | HANGUP
AMDCAUSE - Indicates the cause that led to the conclusion.
Possible values are:
TOOLONG-<%d total_time>
INITIALSILENCE-<%d silenceDuration>-<%d initialSilence>
HUMAN-<%d silenceDuration>-<%d afterGreetingSilence>
MAXWORDS-<%d wordsCount>-<%d maximumNumberOfWords>
LONGGREETING-<%d voiceDuration>-<%d greeting>
概要
试图检测应答机。
描述
AMD([|初始静默][|问候][|问候后静默][|总分析时间][|最小字长][|介于或接近之间][|最大字数][|静默保留])
此应用程序尝试在出站呼叫开始时检测应答机。
只需在呼叫应答后调用此应用程序(当然,仅限出站)。
加载时,AMD读取AMD.conf并使用指定为默认值的参数。
使用参数调用AMD时,这些默认值将被覆盖。
“initialSilence”是问候前的最长静默时间。如果超过,则为机器。
“问候语”是问候语的最大长度。如果超过,则为机器。
“afterGreetingSilence”是检测到问候后的沉默。如果超过了人类。
“totalAnalysisTime”是算法决定人员或机器的最长时间。
“minimumWordLength”是将语音视为单词的最短持续时间。
“betweenWordsSilence”是一个单词后的最短沉默时间,用于将音频视为一个新词。
“maximumNumberOfWords”是问候语中的最大字数。如果超过,则为机器。
“沉默threshold”是沉默阈值。
此应用程序在完成时设置以下通道变量:
AMSTATUS-这是应答机检测的状态。
可能的值为:
机器|人|不确定|挂断
AMDCAUSE-指示导致结论的原因。
可能的值为:
图龙-
最初的沉默--
人--
MAXWORDS--
问候语--

如何纠正此错误。asterisk-1.4.36版本中未找到astxs
chmod:无法访问/usr/src/asterisk/asterisk-1.4.36/contrib/scripts/astxs”:没有这样的文件或目录
,因此没有调试站点。任何可以修复它的替代方法。