<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2995" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>rfc2833, pode ser esse seu problema, mas para ter
certeza vc pode usar o CLI do asterisk afim de debugar as opções</FONT></DIV>
<DIV> </DIV>
<BLOCKQUOTE
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
<DIV
style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B>
<A title=eluizbr@gmail.com href="mailto:eluizbr@gmail.com">Emerson Reis</A>
</DIV>
<DIV style="FONT: 10pt arial"><B>To:</B> <A
title=asteriskbrasil@listas.asteriskbrasil.org
href="mailto:asteriskbrasil@listas.asteriskbrasil.org">asteriskbrasil@listas.asteriskbrasil.org</A>
</DIV>
<DIV style="FONT: 10pt arial"><B>Sent:</B> Friday, November 24, 2006 11:52
AM</DIV>
<DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [AsteriskBrasil] Problemas
com URA</DIV>
<DIV><BR></DIV>estou usando um ata, qual seria a escolha certa par o
DTMF?<BR><BR>Obrigado<BR><BR>
<DIV><SPAN class=gmail_quote>Em 23/11/06, <B class=gmail_sendername>WILIAM -
HOTMAIL</B> <<A href="mailto:wiliamcgalvao@hotmail.com">
wiliamcgalvao@hotmail.com</A>> escreveu:</SPAN>
<BLOCKQUOTE class=gmail_quote
style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">
<DIV bgcolor="#ffffff">
<DIV><FONT face=Arial size=2>Primeiro de tudo, vc usa softfone ou hardfone
=> ata</FONT></DIV>
<DIV><FONT face=Arial size=2>se for ata, verifique o tipo de tratamento do
dtmf > sip info ou rfc2833 ou inband audio, pode ser
isso.</FONT></DIV>
<BLOCKQUOTE
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: rgb(0,0,0) 2px solid; MARGIN-RIGHT: 0px">
<DIV><SPAN class=e id=q_10f1a07d73f69708_1>
<DIV
style="FONT: 10pt arial; font-size-adjust: none; font-stretch: normal">-----
Original Message ----- </DIV>
<DIV
style="BACKGROUND: rgb(228,228,228) 0% 50%; FONT: 10pt arial; font-size-adjust: none; font-stretch: normal; moz-background-clip: -moz-initial; moz-background-origin: -moz-initial; moz-background-inline-policy: -moz-initial"><B>From:</B>
<A title=dioedu@yahoo.com.br
onclick="return top.js.OpenExtLink(window,event,this)"
href="mailto:dioedu@yahoo.com.br" target=_blank>Dio Makibara</A> </DIV>
<DIV
style="FONT: 10pt arial; font-size-adjust: none; font-stretch: normal"><B>To:</B>
<A title=asteriskbrasil@listas.asteriskbrasil.org
onclick="return top.js.OpenExtLink(window,event,this)"
href="mailto:asteriskbrasil@listas.asteriskbrasil.org"
target=_blank>asteriskbrasil@listas.asteriskbrasil.org</A> </DIV>
<DIV
style="FONT: 10pt arial; font-size-adjust: none; font-stretch: normal"><B>Sent:</B>
Thursday, November 23, 2006 3:36 PM</DIV>
<DIV
style="FONT: 10pt arial; font-size-adjust: none; font-stretch: normal"><B>Subject:</B>
Re: [AsteriskBrasil] Problemas com URA</DIV>
<DIV><BR></DIV>Emerson,<BR><BR><B><I>Emerson Reis <<A
onclick="return top.js.OpenExtLink(window,event,this)"
href="mailto:eluizbr@gmail.com"
target=_blank>eluizbr@gmail.com</A>></I></B> escreveu:
<BLOCKQUOTE
style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: rgb(16,16,255) 2px solid">Ola
ALL,<BR><BR>Estou estudando sobre URA's e estou avançando bem, so q me
depraro com um problema<BR><BR>eu crie uma extenssao q envia para a URA,
a URA atendende so que eu digito 1 para suporte a URA nao envia para
suporte, o memso acontece com os outros menus.. <BR>Alguem ja
passou por isso?<BR>Segue minha URA<BR><BR>exten =>
0800,1,Goto(ura,s,1)<BR><BR>[ura]<BR> exten =>
s,1,Answer<BR> exten => s,2,SetMusicOnHold(default)<BR>
exten => s,3,DigitTimeout,5<BR> exten =>
s,4,ResponseTimeout,10 <BR> ;SAI menu - 1 for tech support, 2 for
voicemail, 3 for echo test<BR> exten =>
s,5,Background(bemvindo1)<BR> exten =>
s,6,Background(bemvindo1)<BR><BR> ; Tech Support<BR> exten
=> 1,1,AGI(dima-test.agi)<BR> exten =>
1,2,SetGlobalVar(ACCOUNTCODE=${callerid})<BR> exten =>
1,3,SetVar(testcallerid=${callerid})<BR> exten =>
1,4,Background(sai-reptech-welcome)<BR> exten =>
1,5,Queue(rep-tech)<BR><BR> ; Leave Voicemail <BR> exten
=> 2,1,VoicemailMain()<BR> exten => 2,2,Hangup<BR><BR>
; Echo Test<BR> exten => 3,1,Playback(demo-echotest)<BR>
exten => 3,2,Echo<BR> exten =>
3,3,Playback(demo-echodone)<BR> exten => 3,4,Goto(mainmenu,s,6)
<BR></BLOCKQUOTE>Aparentemente o seu extensions.conf está correto. Para
analisar o problema, envie o que ocorre no CLI do asterisk ao chegar a
ligação.<BR><BR>Diógenes Makibara<BR><BR></SPAN></DIV>
<P></P>
<DIV><SPAN class=e id=q_10f1a07d73f69708_3>
<HR SIZE=1>
Você quer respostas para suas perguntas? Ou você sabe muito e quer
compartilhar seu conhecimento? Experimente o <A
onclick="return top.js.OpenExtLink(window,event,this)"
href="http://us.rd.yahoo.com/mail/br/tagline/answers/*http://br.answersyahoo.com/"
target=_blank>Yahoo! Respostas</A>! </SPAN></DIV>
<P></P>
<HR>
<P></P>----------------------------------------<BR>Estação VoIP 2006<BR>5
e 6 Dezembro<BR>Curitiba PR<BR><A
onclick="return top.js.OpenExtLink(window,event,this)"
href="http://www.estacaovoip.com.br"
target=_blank>http://www.estacaovoip.com.br</A><BR><BR>_______________________________________________<BR>LIsta
de discussões AsteriskBrasil.org<BR><A
onclick="return top.js.OpenExtLink(window,event,this)"
href="mailto:AsteriskBrasil@listas.asteriskbrasil.org"
target=_blank>AsteriskBrasil@listas.asteriskbrasil.org</A><BR><A
onclick="return top.js.OpenExtLink(window,event,this)"
href="http://listas.asteriskbrasil.org/mailman/listinfo/asteriskbrasil"
target=_blank>http://listas.asteriskbrasil.org/mailman/listinfo/asteriskbrasil</A><BR><BR>_______________________________________________<BR>Acesse
o wiki AsteriskBrasil.org:<BR><A
onclick="return top.js.OpenExtLink(window,event,this)"
href="http://www.asteriskbrasil.org"
target=_blank>http://www.asteriskbrasil.org</A>
<P></P>
<P></P></BLOCKQUOTE></DIV><BR>----------------------------------------<BR>Estação
VoIP 2006<BR>5 e 6 Dezembro<BR>Curitiba PR<BR><A
onclick="return top.js.OpenExtLink(window,event,this)"
href="http://www.estacaovoip.com.br"
target=_blank>http://www.estacaovoip.com.br
</A><BR><BR>_______________________________________________<BR>LIsta de
discussões AsteriskBrasil.org<BR><A
onclick="return top.js.OpenExtLink(window,event,this)"
href="mailto:AsteriskBrasil@listas.asteriskbrasil.org">AsteriskBrasil@listas.asteriskbrasil.org
</A><BR><A onclick="return top.js.OpenExtLink(window,event,this)"
href="http://listas.asteriskbrasil.org/mailman/listinfo/asteriskbrasil"
target=_blank>http://listas.asteriskbrasil.org/mailman/listinfo/asteriskbrasil</A>
<BR><BR>_______________________________________________<BR>Acesse o
wiki AsteriskBrasil.org:<BR><A
onclick="return top.js.OpenExtLink(window,event,this)"
href="http://www.asteriskbrasil.org"
target=_blank>http://www.asteriskbrasil.org
</A><BR><BR></BLOCKQUOTE></DIV><BR>
<P>
<HR>
<P></P>----------------------------------------<BR>Estação VoIP 2006<BR>5 e 6
Dezembro<BR>Curitiba
PR<BR>http://www.estacaovoip.com.br<BR><BR>_______________________________________________<BR>LIsta
de discussões
AsteriskBrasil.org<BR>AsteriskBrasil@listas.asteriskbrasil.org<BR>http://listas.asteriskbrasil.org/mailman/listinfo/asteriskbrasil<BR><BR>_______________________________________________<BR>Acesse
o wiki
AsteriskBrasil.org:<BR>http://www.asteriskbrasil.org</BLOCKQUOTE></BODY></HTML>