<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Prezados,<br>
<br>
&nbsp;&nbsp;&nbsp; estou implementando uma campanha preditiva com Genesys e Asterisk e
estou tentando implementar o Answer Machine Detection por&eacute;m n&atilde;o estou
conseguindo que o mesmo funcione como esperado, disco atrav&eacute;s da
console&nbsp; por&eacute;m o&nbsp; AMD n&atilde;o entra em a&ccedil;&atilde;o, segue meu dialplan de teste.<br>
<br>
Meu ambiente &eacute; o seguinte.<br>
<br>
Debian 4.0 Etch <br>
Asterisk 1.4 Beta 3<br>
Libpri e Zaptel n&atilde;o compilados e utilizados pois estou fazendo trunk
com outro servidor Asterisk 1.2.12 com uma TE405P.<br>
<br>
Segue parte do extensions.conf onde supostamente deveria se feito a
detec&ccedil;&atilde;o.<br>
<br>
[sainte]<br>
exten =&gt; _x.,1,Dial(SIP/${<a class="moz-txt-link-abbreviated" href="mailto:EXTEN}@172.20.0.200">EXTEN}@172.20.0.200</a>)<br>
exten =&gt; _x.,2,SendText(passei por aqui)<br>
exten =&gt; _x.,3,AMD<br>
exten =&gt; _x.,n,GotoIf($[${AMDSTATUS}=AMD_PERSON]?humn:mach)<br>
exten =&gt; _x.,n(mach),WaitForSilence(2500)<br>
exten =&gt; _x.,n,SendText(machine)<br>
exten =&gt; _x.,n,Hangup<br>
exten =&gt; _x.,n(humn),WaitForSilence(500)<br>
exten =&gt; _x.,n,SendText(human)<br>
exten =&gt; _x.,n,Hangup<br>
<br>
<br>
<div class="moz-signature">-- <br>
<meta http-equiv="Content-Type" content="text/html; ">
<meta name="GENERATOR" content="GtkHTML/3.6.2">
<table cellpadding="0" cellspacing="0" width="100%">
  <tbody>
    <tr>
      <td>
      <hr noshade="noshade"><b><font size="2"><font color="#333333">Matheus
Rossato</font></font></b><br>
      <font size="2"><font color="#ff6600">Move</font></font><font
 size="2"><font color="#333333"> CRM Consulting &amp; BPO</font></font><br>
      <font size="2"><font color="#333333">Analista de Redes &amp; Voz
sobre IP</font></font><br>
      <font size="2"><font color="#333333">+55-48-32349410</font></font><br>
      <font size="2"><font color="#333333">+55-48-84051332</font></font><br>
      <font size="2"><font color="#333333">matheus.rossato@</font></font><font
 size="2"><font color="#ff6600">move</font></font><font size="2"><font
 color="#333333">crm.com.br</font></font>
      </td>
    </tr>
  </tbody>
</table>
</div>
<br>
</body>
</html>