I am trying to set up the BLF on a GXP2000. <br>Currently what I have is<br>extensions.conf:<br>[globals]<br>polycom430=SIP/101<br><br>[internal]&nbsp;&nbsp;&nbsp;&nbsp;  <br>exten =&gt; 101,1,Macro(voicemail,${polycom430})<br><div id="mb_0">
<br>[macro-voicemail]<br>exten =&gt; s,1,Dial(${ARG1},10,tT)<br>exten =&gt; s,2,VoiceMail(u${MACRO_EXTEN}@default
)<br>exten =&gt; s,102,VoiceMail(b${MACRO_EXTEN}@default)<br><br>[ext-local-custom]<br>exten =&gt; 101,hint,${polycom430}<br><br><br>sip.conf:<br>[general]<br>subscribecontext=ext-local-custom<br><br>And have set up the key to Asterisk BLF with UserID101
<br><br>When I reload the phone, I get the following error:<br>[Dec 17 13:34:33] ERROR[2551]: chan_sip.c:14064 handle_request_subscribe: Got SUBSCRIBE for extension 101@internal from <a href="http://192.168.1.248/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
192.168.1.248
</a>, but there is no hint for that extension<br><br><br>Any help is greatly appreciated.</div>