I am trying to set up the BLF on a GXP2000. <br>Currently what I have is<br>extesions.conf:<br>[globals]<br>polycom430=SIP/101<br><br>[internal]<br>;exten =&gt; 101,1,Dial(SIP/101,10,)<br>;exten =&gt; 101,2,VoiceMail(u101@default
)<br>;exten =&gt; 101,102,VoiceMail(b101@default)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>exten =&gt; 101,1,Macro(voicemail,${polycom430})<br><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">192.168.1.248
</a>, but there is no hint for that extension<br><br><br>Any help is greatly appreciated.<br>Chris<br>