Boa Tarde Lista.<br><br>  Estou com problemas na identificação do número do ramal. Tenho o seguinte contexto:<br><br>exten =&gt; _2000,1,Set(CALLERID(num)=2001) <br>exten =&gt; _2000,n,NoOp(${CALLERID(all)})<br>exten =&gt; _2000,n,Dial(SIP/200013649)<br>
exten =&gt; _2001,1,Set(CALLERID(num)=2000) <br>exten =&gt; _2001,n,NoOp(${CALLERID(all)})<br>exten =&gt; _2001,2,Dial(SIP/200113649)<br><br>Quando ligo para o 2000 ou 2001, o número que aperece no Display do telefone, é o do prorio canal SIP do telefone, exemplo:<br>
<br>Ligo do 2000 para o 2001, ao invés de aparecer no telefone 2001 o número 2000, aparece 200113649, segue abaixo o adamento da ligação:<br><br>   -- Executing [2000@from-sip-default:1] Set(&quot;SIP/200113649-09b81440&quot;, &quot;CALLERID(num)=2001&quot;) in new stack<br>
    -- Executing [2000@from-sip-default:2] NoOp(&quot;SIP/200113649-09b81440&quot;, &quot;&quot;2001&quot; &lt;2001&gt;&quot;) in new stack<br>    -- Executing [2000@from-sip-default:3] Dial(&quot;SIP/200113649-09b81440&quot;, &quot;SIP/200013649&quot;) in new stack<br>
<br>Estou usando Asterisk 1.6.0.5 e telefones diversos. Em todos ocorrem o mesmo problema.<br><br>