<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><span id="result_box" class="long_text"><span style="background-color: rgb(255, 255, 255);" title="Bom dia senhores, é meu primeiro post na lista, estou iniciando agora em asterisk queria contar com a ajuda de vocês para algumas duvidas.">Good morning gentlemen, is my first post in the list, now I'm starting asterisk wanted to have your help for some questions.
<br>
<br></span><span style="background-color: rgb(255, 255, 255);" title="Bem a primeira é quanto a função siga-me.">Well the first function is as follow me. </span><span style="background-color: rgb(255, 255, 255);" title="Aqui vou demostrar como esta a configuração do meu siga-me no extensions.conf porem o mesmo nao esta funcionando, e não sei o por que, esta faltando mas alguma coisa?">Here
 I will demonstrate how this configuration follow me on my 
extensions.conf but it is not working, and do not know why, but 
something is missing?
<br></span><span style="background-color: rgb(255, 255, 255);" title="É preciso configurar o followme.conf ?">You must set up followme.conf ?
<br>
<br></span><span style="background-color: rgb(255, 255, 255);" title="O que eu quero é que o siga-me seja habilitado para qualquer um dos ramais dentro do mesmo contexto, tipo se eu não estiver ausente de minha mesa com ramal 2801 e vou ao DataCenter onde necessito passar toda a tarde e possui o ramal 2820 terei">What
 I want is that the follow-me is enabled for any of the extensions 
within the same context, like if I am absent from my table and go to 
extension 2801 DataCenter where I need to spend all afternoon and I will
 have the extension 2820 </span><span style="background-color: rgb(255, 255, 255);" title="que habilitar o siga-me para esse ramal e após voltar para a minha mesa de trabalho retirar o siga-me.">which enabled me to follow this extension and after back to my desk withdraw follow me.</span></span><br>; Ativa <span style="font-weight: bold;"></span>Siga-me incondicional<br>
<br>
<div style="color: blue;">[sigame-on]</div><span style="color: blue;">exten  =&gt; _*71*.,1,NoCDR()</span><br>
<span style="color: blue;">exten =&gt;  _*71*.,2,Set(DB(CF/${CALLERID(num)})=${EXTEN:4})</span><br>
<span style="color: blue;">exten =&gt; _*71*.,3,Playback(call-fwd-unconditional&amp;for&amp;extension)</span><br>
<span style="color: blue;">exten =&gt; _*71*.,4,SayDigits(${CALLERID(num)})</span><span style="color: blue;"> </span><br>
<span style="color: blue;">exten =&gt; _*71*.,5,Playback(is-set-to)</span><br>
<span style="color: blue;">exten =&gt;  _*71*.,6,SayDigits(${EXTEN:4})</span><span style="color: blue;"> </span><br>
<span style="color: blue;">exten =&gt; _*71*.,7,Playback(vm-saved)</span><br>
<span style="color: blue;"></span><span style="color: blue;">exten =&gt;  _*71*.,8,Playback(beep)</span><br>
<span style="color: blue;">exten =&gt; _*71*.,9,Hangup</span><br>
<br>
; Desativa o siga-me incondicional<br>
<br>
<div style="color: blue;">[sigame-off]</div><div style="color: blue;">exten  =&gt; _*72*,1,NoCDR()<br>
exten =&gt; _*72*,2,DBdel(CF/${CALLERID(num)})<br>
exten =&gt; _*72*,3,Playback(cancelled)</div><div style="color: blue;"> exten =&gt; _*72*,4,Playback(beep)<br>
exten =&gt; _*72*,5,Hangup</div><br>
<br>
<br>
<br>
Bom, agora vamos ao pulo do gato, esse passo é muito importante pois é  
ele quem verifica se existe ou não o siga-me para o ramal.<br>
<br>
Vamos ao contexto:<br>
<br>
<span style="color: blue;">[disca]</span><br>
<span style="color: blue;">exten =&gt; _3XXX,1,Noop(CF/${EXTEN})</span><br>
<span style="color: blue;">exten =&gt;  _3XXX,2,Set(siga=${DB(CF/${EXTEN})})</span><br>
<span style="color: blue;">exten =&gt; _3XXX,3,Dial(SIP/${siga},30,Ttw)</span><br>
<span style="color: blue;">exten =&gt; _3XXX,4,Dial(SIP/${EXTEN}) ;  Unconditional forward</span><br>
<span style="color: blue;">exten =&gt; _3XXX,5,Hangup</span><br>
</td></tr></table>