Olá Colegas!<br /><br />Uso o FreePBX com o Trixbox e adicionei o aplicativo CUSTOM CONTEXT para poder criar uma séries de regras de discagem com o intuito de permitir ou não determinados tipos de ligações, como DDD, DDI, Celular e etc.<br /><br />A ferramenta é muito interessante e prática e realmente funciona, mas está ocorrendo um problema que não consigo identificar, que é a impossibilidade de originar ligações de ramal pra ramal, ou seja, externo funciona tudo bem, mas os ramais não se falam.<br /><br />Fui no extension_additional.conf, onde foi gerado o código do da ferramenta Custom Context, segue:<br /><br /><strong><em><br /></em></strong>
<ul>
<li><strong>REGRAS DE DISCAGEM</strong></li>
</ul>
<strong><em><br />[102]<br />include =&gt; 102-custom<br />include =&gt; 102_bad-number<br />include =&gt; bad-number<br />exten =&gt; _[2-6]X.,1,Goto(102_rulematch,${EXTEN},1)<br />exten =&gt; _[7-9]X.,1,Goto(102_rulematch,${EXTEN},1)<br />exten =&gt; _0800X.,1,Goto(102_rulematch,${EXTEN},1)<br />exten =&gt; _0XXXXXXXXXXXX,1,Goto(102_rulematch,${EXTEN},1)<br />exten =&gt; _XXX,1,Goto(102_rulematch,${EXTEN},1)<br />exten =&gt; s,1,Macro(hangupcall,)<br />exten =&gt; h,1,Macro(hangupcall,)<br /><br />; end of [102]</em></strong><br /><br /><br />
<ul>
<li><strong>INCLUSÃO DOS AMBIENTES ONDE AS REGRAS FUNCIONARÃO</strong></li>
</ul>
<strong><em>[102_rulematch]<br />include =&gt; 102_rulematch-custom<br />include =&gt; vmblast-grp<br />include =&gt; ext-findmefollow<br />include =&gt; ext-fax<br />include =&gt; ext-dnd-hints<br />include =&gt; app-zapbarge<br />include =&gt; app-vmmain<br />include =&gt; app-userlogonoff<br />include =&gt; app-speeddial<br />include =&gt; app-speakingclock<br />include =&gt; app-speakextennum<br />include =&gt; app-recordings<br />include =&gt; ext-group<br />include =&gt; ext-injections<br />include =&gt; ext-local<br />include =&gt; parkedcalls<br />include =&gt; outbound-allroutes<br />include =&gt; grps<br />include =&gt; from-internal-custom<br />include =&gt; from-internal-additional<br />include =&gt; fmgrps<br />include =&gt; ext-test<br />include =&gt; ext-queues<br />include =&gt; ext-paging<br />include =&gt; ext-meetme<br />include =&gt; app-queueprio<br />include =&gt; app-pickup<br />include =&gt; app-cf-unavailable-off<br />include =&gt; app-cf-on<br />incl
 ude =&gt; app-cf-off-any<br />include =&gt; app-cf-off<br />include =&gt; app-cf-busy-on<br />include =&gt; app-cf-busy-off-any<br />include =&gt; app-cf-busy-off<br />include =&gt; app-callwaiting-cwon<br />include =&gt; app-callwaiting-cwoff<br />include =&gt; app-calltrace<br />include =&gt; app-cf-unavailable-on<br />include =&gt; app-chanspy<br />include =&gt; app-dialvm<br />include =&gt; app-pbdirectory<br />include =&gt; app-languages<br />include =&gt; app-fmf-toggle<br />include =&gt; app-echo-test<br />include =&gt; app-dnd-toggle<br />include =&gt; app-dnd-on<br />include =&gt; app-dnd-off<br />include =&gt; app-directory<br />include =&gt; app-dictate-send<br />include =&gt; app-dictate-record<br />include =&gt; app-blacklist<br />include =&gt; outrt-001-AlgarSaida<br />include =&gt; outrt-002-9_outside<br />include =&gt; 102_bad-number<br />include =&gt; bad-number<br />exten =&gt; s,1,Macro(hangupcall,)<br />exten =&gt; h,1,Macro(hangupcall,)<br /><br />; end 
 of [102_rulematch]</em></strong><br /><br /><br />
<ul>
<li><strong>O DESTINO DA LIGAÇÃO CASO ESTA NÃO SATISFAÇA AS REGRAS DE DISCAGEM</strong></li>
</ul>
<br /><strong><em>[102_bad-number]<br />include =&gt; 102_bad-number-custom<br />exten =&gt; _X.,1,Goto(app-blackhole,busy,1)<br />exten =&gt; _*.,1,Goto(app-blackhole,busy,1)<br /><br />; end of [102_bad-number]</em></strong><br /><br /><br />Com base nessas informações alguém consegue visualizar o motivo das ligações internas não estarem mais funcionando?<br /><br />Obrigado!!<br /><br />Flávio