<!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.2180" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Olá novamente colegas!!!</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Muito obrigado pelas dicas e pelas colaborações 
e&nbsp;</FONT><FONT face=Arial size=2> respondendo a pergunta do 
Matheus:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>* * Eu uso o Trixbox 2.6.0.0</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Segue o dialplan em extensions.conf</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><STRONG>[macro-dial]<BR>exten =&gt; 
s,1,GotoIf($["${MOHCLASS}" = ""]?dial)<BR>exten =&gt; 
s,n,SetMusicOnHold(${MOHCLASS})<BR>exten =&gt; 
s,n(dial),AGI(dialparties.agi)<BR>exten =&gt; s,n,NoOp(Returned from dialparties 
with no extensions to call and DIALSTATUS: ${DIALSTATUS})</STRONG></FONT></DIV>
<DIV><FONT face=Arial size=2><STRONG></STRONG></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><STRONG>exten =&gt; 
s,n+2(normdial),Dial(${ds})&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
; dialparties will set the priority to 10 if $ds is not null<BR>exten =&gt; 
s,n,Set(DIALSTATUS=${IF($["${DIALSTATUS_CW}"!="" 
]?${DIALSTATUS_CW}:${DIALSTATUS})})<BR>exten =&gt; s,n,GosubIf($["${SCREEN}" != 
""]?${DIALSTATUS},1)</STRONG></FONT></DIV>
<DIV><FONT face=Arial size=2><STRONG></STRONG></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><STRONG>exten =&gt; s,20(huntdial),NoOp(Returned 
from dialparties with hunt groups to dial )<BR>exten =&gt; 
s,n,Set(HuntLoop=0)<BR>exten =&gt; s,n(a22),GotoIf($[${HuntMembers} &gt;= 
1]?a30)&nbsp; ; if this is from rg-group, don't strip prefix<BR>exten =&gt; 
s,n,NoOp(Returning there are no members left in the hunt group to 
ring)</STRONG></FONT></DIV>
<DIV><FONT face=Arial size=2><STRONG></STRONG></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><STRONG>; dialparties.agi has setup the dialstring 
for each hunt member in a variable labeled HuntMember0, HuntMember1 etc for each 
iteration<BR>; and The total number in HuntMembers. So for each iteration, we 
will update the CALLTRACE Data.<BR>;<BR>exten =&gt; 
s,n+2(a30),Set(HuntMember=HuntMember${HuntLoop})<BR>exten =&gt; 
s,n,GotoIf($[$["${CALLTRACE_HUNT}" != "" ] &amp; $["${RingGroupMethod}" = "hunt" 
]]?a32:a35)<BR>exten =&gt; 
s,n(a32),Set(CT_EXTEN=${CUT(FILTERED_DIAL,,$[${HuntLoop} + 1])})<BR>exten =&gt; 
s,n,Set(DB(CALLTRACE/${CT_EXTEN})=${CALLTRACE_HUNT})<BR>exten =&gt; 
s,n,Goto(s,a42)</STRONG></FONT></DIV>
<DIV><FONT face=Arial size=2><STRONG></STRONG></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><STRONG>;Set Call Trace for each hunt member we are 
going to call "Memory groups have multiple members to set CALL TRACE For hence 
the loop<BR>;<BR>exten =&gt; s,n(a35),GotoIf($[$["${CALLTRACE_HUNT}" != "" ] 
&amp; $["${RingGroupMethod}" = "memoryhunt" ]]?a36:a50)&nbsp; <BR>exten =&gt; 
s,n(a36),Set(CTLoop=0)<BR>exten =&gt; s,n(a37),GotoIf($[${CTLoop} &gt; 
${HuntLoop}]?a42)&nbsp; ; if this is from rg-group, don't strip prefix<BR>exten 
=&gt; s,n,Set(CT_EXTEN=${CUT(FILTERED_DIAL,,$[${CTLoop} + 1])})<BR>exten =&gt; 
s,n,Set(DB(CALLTRACE/${CT_EXTEN})=${CALLTRACE_HUNT})<BR>exten =&gt; 
s,n,Set(CTLoop=$[1 + ${CTLoop}])<BR>exten =&gt; 
s,n,Goto(s,a37)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>exten =&gt; 
s,n(a42),Dial(${${HuntMember}}${ds})<BR>exten =&gt; s,n,Set(HuntLoop=$[1 + 
${HuntLoop}])<BR>exten =&gt; s,n,GotoIf($[$[$["foo${RingGroupMethod}" != 
"foofirstavailable"] &amp; $["foo${RingGroupMethod}" != "foofirstnotonphone"]] | 
$["foo${DialStatus}" = "fooBUSY"]]?a46)<BR>exten =&gt; 
s,n,Set(HuntMembers=0)<BR>exten =&gt; s,n(a46),Set(HuntMembers=$[${HuntMembers} 
- 1])<BR>exten =&gt; s,n,Goto(s,a22)</STRONG></FONT></DIV>
<DIV><FONT face=Arial size=2><STRONG></STRONG></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><STRONG>exten =&gt; 
s,n(a50),DBdel(CALLTRACE/${CT_EXTEN})<BR>exten =&gt; 
s,n,Goto(s,a42)</STRONG></FONT></DIV>
<DIV><FONT face=Arial size=2><STRONG></STRONG></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><STRONG>; For call screening<BR>exten =&gt; 
NOANSWER,1,Macro(vm,${SCREEN_EXTEN},BUSY,${IVR_RETVM})<BR>exten =&gt; 
NOANSWER,n,GotoIf($["${IVR_RETVM}" != "RETURN" | "${IVR_CONTEXT}" = 
""]?bye)<BR>exten =&gt; NOANSWER,n,Return<BR>exten =&gt; 
NOANSWER,n(bye),Macro(hangupcall)<BR>exten =&gt; 
TORTURE,1,Goto(app-blackhole,musiconhold,1)<BR>exten =&gt; 
TORTURE,n,Macro(hangupcall)<BR>exten =&gt; DONTCALL,1,Answer<BR>exten =&gt; 
DONTCALL,n,Wait(1)<BR>exten =&gt; DONTCALL,n,Zapateller()<BR>exten =&gt; 
DONTCALL,n,Playback(ss-noservice)<BR>exten =&gt; 
DONTCALL,n,Macro(hangupcall)</STRONG></FONT></DIV>
<DIV><FONT face=Arial size=2><STRONG></STRONG></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><STRONG>; make sure hungup calls go here so that 
proper cleanup occurs from call confirmed calls and the like<BR>;<BR>exten =&gt; 
h,1,Macro(hangupcall)</STRONG></FONT></DIV>
<DIV><FONT face=Arial size=2><STRONG></STRONG></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><STRONG>; Ring an extension, if the extension is 
busy or there is no answer send it<BR>; to voicemail<BR>; ARGS: $VMBOX, 
$EXT<BR>[macro-exten-vm]<BR>exten =&gt; 
s,1,Macro(user-callerid)</STRONG></FONT></DIV>
<DIV><FONT face=Arial size=2><STRONG></STRONG></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><STRONG>exten =&gt; 
s,n,Set(RingGroupMethod=none)<BR>exten =&gt; s,n,Set(VMBOX=${ARG1})<BR>exten 
=&gt; s,n,Set(EXTTOCALL=${ARG2})<BR>exten =&gt; 
s,n,Set(CFUEXT=${DB(CFU/${EXTTOCALL})})<BR>exten =&gt; 
s,n,Set(CFBEXT=${DB(CFB/${EXTTOCALL})})<BR>exten =&gt; 
s,n,Set(RT=${IF($[$["${VMBOX}"!="novm"] | 
$["foo${CFUEXT}"!="foo"]]?${RINGTIMER}:"")})<BR>exten =&gt; 
s,n,Macro(record-enable,${EXTTOCALL},IN)<BR>exten =&gt; 
s,n,Macro(dial,${RT},${DIAL_OPTIONS},${EXTTOCALL})<BR>exten =&gt; s,n,GotoIf($[ 
$["${VMBOX}" != "novm"] &amp; $["${SCREEN}" != ""] &amp; $["${DIALSTATUS}" = 
"NOANSWER"] ]?exit,return)<BR>exten =&gt; 
s,n,Set(SV_DIALSTATUS=${DIALSTATUS})<BR>exten =&gt; 
s,n,GosubIf($[$["${SV_DIALSTATUS}"="NOANSWER"] &amp; $["${CFUEXT}"!=""] &amp; 
$["${SCREEN}" = ""]]?docfu,1) ; check for CFU in use on no answer<BR>exten =&gt; 
s,n,GosubIf($[$["${SV_DIALSTATUS}"="BUSY"] &amp; $["${CFBEXT}"!=""]]?docfb,1) ; 
check for CFB in use on busy<BR>exten =&gt; 
s,n,Set(DIALSTATUS=${SV_DIALSTATUS})<BR>exten =&gt; s,n,NoOp(Voicemail is 
'${VMBOX}')<BR>exten =&gt; s,n,GotoIf($["${VMBOX}" = "novm"]?s-${DIALSTATUS},1) 
; no voicemail in use for this extension<BR>exten =&gt; s,n,NoOp(Sending to 
Voicemail box ${EXTTOCALL})<BR>exten =&gt; 
s,n,Macro(vm,${VMBOX},${DIALSTATUS},${IVR_RETVM})</STRONG></FONT></DIV>
<DIV><FONT face=Arial size=2><STRONG></STRONG></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><STRONG>; Try the Call Forward on No Answer / 
Unavailable number<BR>exten =&gt; 
docfu,1,Set(RTCFU=${IF($["${VMBOX}"!="novm"]?${RINGTIMER}:"")})<BR>exten =&gt; 
docfu,n,Dial(</STRONG><A 
href="mailto:Local/${CFUEXT}@from-internal/n,${RTCFU},${DIAL_OPTIONS"><STRONG>Local/${CFUEXT}@from-internal/n,${RTCFU},${DIAL_OPTIONS</STRONG></A><STRONG>})<BR>exten 
=&gt; docfu,n,Return</STRONG></FONT></DIV>
<DIV><FONT face=Arial size=2><STRONG></STRONG></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><STRONG>; Try the Call Forward on Busy 
number<BR>exten =&gt; 
docfb,1,Set(RTCFB=${IF($["${VMBOX}"!="novm"]?${RINGTIMER}:"")})<BR>exten =&gt; 
docfb,n,Dial(</STRONG><A 
href="mailto:Local/${CFBEXT}@from-internal/n,${RTCFB},${DIAL_OPTIONS"><STRONG>Local/${CFBEXT}@from-internal/n,${RTCFB},${DIAL_OPTIONS</STRONG></A><STRONG>})<BR>exten 
=&gt; docfb,n,Return</STRONG></FONT></DIV>
<DIV><FONT face=Arial size=2><STRONG></STRONG></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><STRONG>; Extensions with no Voicemail box 
reporting BUSY come here<BR>exten =&gt; s-BUSY,1,NoOp(Extension is reporting 
BUSY and not passing to Voicemail)<BR>exten =&gt; 
s-BUSY,n,GotoIf($["${IVR_RETVM}" = "RETURN" &amp; "${IVR_CONTEXT}" != 
""]?exit,1)<BR>exten =&gt; s-BUSY,n,Playtones(busy)<BR>exten =&gt; 
s-BUSY,n,Busy(20)</STRONG></FONT></DIV>
<DIV><FONT face=Arial size=2><STRONG></STRONG></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><STRONG>; Anything but BUSY comes here<BR>exten 
=&gt; _s-.,1,Noop(IVR_RETVM: ${IVR_RETVM} IVR_CONTEXT: ${IVR_CONTEXT})<BR>exten 
=&gt; _s-.,n,GotoIf($["${IVR_RETVM}" = "RETURN" &amp; "${IVR_CONTEXT}" != 
""]?exit,1)<BR>exten =&gt; _s-.,n,Playtones(congestion)<BR>exten =&gt; 
_s-.,n,Congestion(10)</STRONG></FONT></DIV>
<DIV><FONT face=Arial size=2><STRONG></STRONG></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><STRONG>; Short burst of tones then return<BR>exten 
=&gt; exit,1,Playback(beep&amp;line-busy-transfer-menu&amp;silence/1)<BR>exten 
=&gt; exit,n(return),MacroExit()<BR></STRONG></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>P.S.: Sou um pouco verde, então me desculpem alguma 
gafe, ok? E como eu não sabia especificamente o trecho correto para colar, colei 
o macro-dial inteiro, mas está bem dividido.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Muito obrigado mais uma vez!</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Flávio</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</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=queiroz.marcus@gmail.com 
  href="mailto:queiroz.marcus@gmail.com">Marcus Queiroz</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> Monday, November 10, 2008 1:42 
  PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [AsteriskBrasil] Asterisk x 
  Hipath 3550</DIV>
  <DIV><FONT face=Arial size=2></FONT><BR></DIV>cole o momento dessa exten&nbsp; 
  aqui que agente arruma.<BR><BR><BR>
  <DIV class=gmail_quote>2008/11/8 Shazaum <SPAN dir=ltr>&lt;<A 
  href="mailto:shazaum@gmail.com">shazaum@gmail.com</A>&gt;</SPAN><BR>
  <BLOCKQUOTE class=gmail_quote 
  style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">suas 
    ligações estao caindo no contexto "default" extensao "s"<BR><BR>vc tem que 
    ajusta o dialplan<BR><BR>"extensions.conf"<BR><BR>
    <DIV class=gmail_quote>2008/11/8 Matheuscucoloto <SPAN dir=ltr>&lt;<A 
    href="mailto:matheuscucoloto@gmail.com" 
    target=_blank>matheuscucoloto@gmail.com</A>&gt;</SPAN>
    <DIV>
    <DIV></DIV>
    <DIV class=Wj3C7c><BR>
    <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>Que distribuicao de asterisk pronta vc esta usando?&nbsp;</DIV>
      <DIV><BR></DIV>
      <DIV>Suas configuracoes de dialplan nao devem estar completas...</DIV>
      <DIV><BR></DIV>
      <DIV>De uma conferida em suas configuracoes, caso vc esteja usando um 
      asterisk normal sem ser "empacotado" cola para a lista o contexto da placa 
      khomp.</DIV>
      <DIV><BR></DIV>
      <DIV>Abracos</DIV>
      <DIV><BR></DIV>
      <DIV><BR>Matheus Cucoloto
      <DIV>Administrador de Sistemas</DIV>
      <DIV>Unix expertise</DIV>
      <DIV>Voip expertise</DIV>
      <DIV><FONT face=Arial size=2></FONT><BR></DIV>
      <DIV>Enviado pelo meu Iphone.</DIV></DIV>
      <DIV><FONT face=Arial size=2></FONT><BR>No dia 07/11/2008, às 16:37, 
      Flávio Bittencourt &lt;<A href="mailto:flaviobittencourt@uol.com.br" 
      target=_blank>flaviobittencourt@uol.com.br</A>&gt; escreveu:<BR><BR></DIV>
      <DIV>
      <DIV></DIV>
      <DIV>
      <DIV></DIV>
      <BLOCKQUOTE type="cite">
        <DIV>
        <DIV><FONT face=Arial size=2>Para complementar a questão, segue abaixo o 
        log gerado quando se tenta originar uma ligação a partir de um ramal da 
        Central Convencional:</FONT></DIV>
        <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
        <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
        <DIV><FONT face=Arial size=2>-- Executing [s@default:1] 
        Playback("Khomp/B0C0-1", "vm-goodbye") in new stack<BR>-- 
        &lt;Khomp/B0C0-1&gt; Playing 'vm-goodbye' (language 'en')<BR>-- 
        Executing [s@default:2] Macro("Khomp/B0C0-1", "hangupcall") in new 
        stack<BR>-- Executing [s@macro-hangupcall:1] ResetCDR("Khomp/B0C0-1", 
        "w") in new stack<BR>Executed application: ResetCDR<BR>-- Executing 
        [s@macro-hangupcall:2] NoCDR("Khomp/B0C0-1", "") in new 
        stack<BR>Executed application: NoCDR<BR>-- Executing 
        [s@macro-hangupcall:3] GotoIf("Khomp/B0C0-1", "1?skiprg") in new 
        stack<BR>-- Goto (macro-hangupcall,s,6)<BR>Executed application: 
        GotoIf<BR>-- Executing [s@macro-hangupcall:6] GotoIf("Khomp/B0C0-1", 
        "1?skipblkvm") in new stack<BR>-- Goto 
        (macro-hangupcall,s,9)<BR>Executed application: GotoIf<BR>-- Executing 
        [s@macro-hangupcall:9] GotoIf("Khomp/B0C0-1", "1?theend") in new 
        stack<BR>-- Goto (macro-hangupcall,s,11)<BR>Executed application: 
        GotoIf<BR>-- Executing [s@macro-hangupcall:11] Hangup("Khomp/B0C0-1", 
        "") in new stack<BR>== Spawn extension (macro-hangupcall, s, 11) exited 
        non-zero on 'Khomp/B0C0-1' in macro 'hangupcall'<BR>== Spawn extension 
        (macro-hangupcall, s, 11) exited non-zero on 'Khomp/B0C0-1'</FONT></DIV>
        <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
        <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
        <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
        <DIV><FONT face=Arial size=2>Alguém sabe dizer o que há de 
        problema?</FONT></DIV>
        <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
        <DIV><FONT face=Arial size=2>Obrigado</FONT></DIV>
        <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
        <DIV><FONT face=Arial size=2>Flávio</FONT></DIV>
        <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
        <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
        <DIV 
        style="FONT: 10pt arial; font-size-adjust: none; font-stretch: normal">----- 
        Original Message ----- 
        <DIV 
        style="BACKGROUND: rgb(228,228,228) 0% 50%; moz-background-clip: -moz-initial; moz-background-origin: -moz-initial; moz-background-inline-policy: -moz-initial"><B>From:</B> 
        <A title=flaviobittencourt@uol.com.br 
        href="mailto:flaviobittencourt@uol.com.br" target=_blank>Flávio 
        Bittencourt</A> </DIV>
        <DIV><B>To:</B> <A title=asteriskbrasil@listas.asteriskbrasil.org 
        href="mailto:asteriskbrasil@listas.asteriskbrasil.org" 
        target=_blank></A><A 
        href="mailto:asteriskbrasil@listas.asteriskbrasil.org" 
        target=_blank>asteriskbrasil@listas.asteriskbrasil.org</A> </DIV>
        <DIV><B>Sent:</B> Friday, November 07, 2008 4:02 PM</DIV>
        <DIV><B>Subject:</B> [AsteriskBrasil] Asterisk x Hipath 3550</DIV></DIV>
        <DIV><BR></DIV>
        <DIV><FONT face=Arial size=2>Olá colegas!</FONT></DIV>
        <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
        <DIV><FONT face=Arial size=2>tenho um servidor asterisk ligado a uma 
        central telefonica hipath 3550 da seimens.</FONT></DIV>
        <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
        <DIV><FONT face=Arial size=2>Tudo certo, sincronizado, mas quando os 
        ramais da central fazem alguma ligação, ouço uma mensagem do asterisk 
        dizendo "até logo".</FONT></DIV>
        <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
        <DIV><FONT face=Arial size=2>Acredito que sja alguma configuração no 
        ASterisk, mas eu não saberia por onde começar.</FONT></DIV>
        <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
        <DIV><FONT face=Arial size=2>Algúem pode me ajudar, por 
        favor?</FONT></DIV>
        <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
        <DIV><FONT face=Arial size=2>Flávio</FONT></DIV>
        <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
        <P></P>
        <HR>

        <P></P>_______________________________________________<BR>2 a 4 de 
        Dezembro - IPComm 2008<BR>Com presença de engenheiros da Digium e Jon 
        "maddog" Hall.<BR><A href="http://www.ipcomm2008.com.br" 
        target=_blank>http://www.ipcomm2008.com.br</A><BR><BR>Compre uma 
        camiseta da AsteriskBrasil.org!<BR><A href="http://www.voipmania.com.br" 
        target=_blank>http://www.voipmania.com.br</A><BR><BR>Acesse o canal IRC 
        de discussão sobre Asterisk em Português Brasileiro na rede 
        Freenode.net: 
        #asterisk-br<BR>_______________________________________________<BR>Lista 
        de discussões AsteriskBrasil.org<BR><A 
        href="mailto:AsteriskBrasil@listas.asteriskbrasil.org" 
        target=_blank>AsteriskBrasil@listas.asteriskbrasil.org</A><BR><A 
        href="http://listas.asteriskbrasil.org/mailman/listinfo/asteriskbrasil" 
        target=_blank>http://listas.asteriskbrasil.org/mailman/listinfo/asteriskbrasil</A> 

        <P></P>
        <HR>

        <P></P>No virus found in this incoming message.<BR>Checked by AVG. 
        <BR>Version: 7.5.549 / Virus Database: 270.9.0/1771 - Release Date: 
        6/11/2008 07:58<BR></DIV></BLOCKQUOTE>
      <BLOCKQUOTE type="cite">
        <DIV><SPAN>_______________________________________________</SPAN><BR><SPAN>2 
        a 4 de Dezembro - IPComm 2008</SPAN><BR><SPAN>Com presença de 
        engenheiros da Digium e Jon "maddog" Hall.</SPAN><BR><SPAN><A 
        href="http://www.ipcomm2008.com.br" 
        target=_blank>http://www.ipcomm2008.com.br</A></SPAN><BR><SPAN></SPAN><BR><SPAN>Compre 
        uma camiseta da AsteriskBrasil.org!</SPAN><BR><SPAN><A 
        href="http://www.voipmania.com.br" 
        target=_blank>http://www.voipmania.com.br</A></SPAN><BR><SPAN></SPAN><BR><SPAN>Acesse 
        o canal IRC de discussão sobre Asterisk em Português Brasileiro na rede 
        Freenode.net: 
        #asterisk-br</SPAN><BR><SPAN>_______________________________________________</SPAN><BR><SPAN>Lista 
        de discussões AsteriskBrasil.org</SPAN><BR><SPAN><A 
        href="mailto:AsteriskBrasil@listas.asteriskbrasil.org" 
        target=_blank>AsteriskBrasil@listas.asteriskbrasil.org</A></SPAN><BR><SPAN><A 
        href="http://listas.asteriskbrasil.org/mailman/listinfo/asteriskbrasil" 
        target=_blank>http://listas.asteriskbrasil.org/mailman/listinfo/asteriskbrasil</A></SPAN></DIV></BLOCKQUOTE></DIV></DIV></DIV><BR>_______________________________________________<BR>2 
      a 4 de Dezembro - IPComm 2008<BR>Com presença de engenheiros da Digium e 
      Jon "maddog" Hall.<BR><A href="http://www.ipcomm2008.com.br" 
      target=_blank>http://www.ipcomm2008.com.br</A><BR><BR>Compre uma camiseta 
      da AsteriskBrasil.org!<BR><A href="http://www.voipmania.com.br" 
      target=_blank>http://www.voipmania.com.br</A><BR><BR>Acesse o canal IRC de 
      discussão sobre Asterisk em Português Brasileiro na rede Freenode.net: 
      #asterisk-br<BR>_______________________________________________<BR>Lista 
      de discussões AsteriskBrasil.org<BR><A 
      href="mailto:AsteriskBrasil@listas.asteriskbrasil.org" 
      target=_blank>AsteriskBrasil@listas.asteriskbrasil.org</A><BR><A 
      href="http://listas.asteriskbrasil.org/mailman/listinfo/asteriskbrasil" 
      target=_blank>http://listas.asteriskbrasil.org/mailman/listinfo/asteriskbrasil</A><BR></BLOCKQUOTE></DIV></DIV></DIV><FONT 
    color=#888888><BR><BR clear=all><BR>-- <BR>Asterisk user number: 
    1099<BR>Linux user: #443184<BR><A href="http://shazaum.googlepages.com" 
    target=_blank>shazaum.googlepages.com</A><BR></FONT><BR>_______________________________________________<BR>2 
    a 4 de Dezembro - IPComm 2008<BR>Com presença de engenheiros da Digium e Jon 
    "maddog" Hall.<BR><A href="http://www.ipcomm2008.com.br" 
    target=_blank>http://www.ipcomm2008.com.br</A><BR><BR>Compre uma camiseta da 
    AsteriskBrasil.org!<BR><A href="http://www.voipmania.com.br" 
    target=_blank>http://www.voipmania.com.br</A><BR><BR>Acesse o canal IRC de 
    discussão sobre Asterisk em Português Brasileiro na rede Freenode.net: 
    #asterisk-br<BR>_______________________________________________<BR>Lista de 
    discussões AsteriskBrasil.org<BR><A 
    href="mailto:AsteriskBrasil@listas.asteriskbrasil.org">AsteriskBrasil@listas.asteriskbrasil.org</A><BR><A 
    href="http://listas.asteriskbrasil.org/mailman/listinfo/asteriskbrasil" 
    target=_blank>http://listas.asteriskbrasil.org/mailman/listinfo/asteriskbrasil</A><BR></BLOCKQUOTE></DIV><BR><BR 
  clear=all><BR>-- <BR>Consultor Técnico em Tecnologia<BR>Marcus A. 
  Queiroz<BR><A href="http://www.ctcip.com.br">www.ctcip.com.br</A><BR><BR>Fone: 
  81-9928 9162<BR>Msn/emal: <A 
  href="mailto:queiroz.marcus@gmail.com">queiroz.marcus@gmail.com</A><BR>
  <P>
  <HR>

  <P></P>_______________________________________________<BR>2 a 4 de Dezembro - 
  IPComm 2008<BR>Com presença de engenheiros da Digium e Jon "maddog" 
  Hall.<BR>http://www.ipcomm2008.com.br<BR><BR>Compre uma camiseta da 
  AsteriskBrasil.org!<BR>http://www.voipmania.com.br<BR><BR>Acesse o canal IRC 
  de discussão sobre Asterisk em Português Brasileiro na rede Freenode.net: 
  #asterisk-br<BR>_______________________________________________<BR>Lista de 
  discussões 
  AsteriskBrasil.org<BR>AsteriskBrasil@listas.asteriskbrasil.org<BR>http://listas.asteriskbrasil.org/mailman/listinfo/asteriskbrasil
  <P>
  <HR>

  <P></P>No virus found in this incoming message.<BR>Checked by AVG. 
  <BR>Version: 7.5.549 / Virus Database: 270.9.0/1779 - Release Date: 10/11/2008 
  07:53<BR></BLOCKQUOTE></BODY></HTML>