I would like to fetch my extensions from the database. I created a dynamic hint, but doesn&#39;t seem to work. The BLF on my phone doesn&#39;t change when the state of the extension changed.<div><br></div><div>This is in my dialplan:</div>
<div><br></div><div><div>exten =&gt; _ZXX!,hint,${SIP_BYEXT(${EXTEN},${CONTEXT})}</div><div>exten =&gt; _ZXX!,1,Verbose(3, Search extension ${EXTEN} in context ${CONTEXT})</div><div>  same =&gt; n,Set(SIP=${SIP_BYEXT(${EXTEN},${CONTEXT})})</div>
<div>  same =&gt; n,GotoIf(${SIP}?:notFound)</div><div>  same =&gt; n,SIPAddHeader(Alert-Info: internal)</div><div>  same =&gt; n,Dial(${SIP})</div><div>  same =&gt; n(notFound),Playback(you-dialed-wrong-number)</div><div>
  same =&gt; n,Hangup</div></div><div><br></div><div>Is something like this possible?</div>