I have tried and tried, but I cannot get BLF on GXP-2000 v1.1.0.13 phone to work with Asterisk 1.2 running on PoundKey server. I have two soft phones (ext 101 and 102) and one GrandStream phone (ext 104). ‘Sip Show Subcribers’ returns 0 active subscribers, and ‘Show Hints’ does not show any watchers:
-= Registered Asterisk Dial Plan Hints =-
104 : SIP/104 State:Idle Watchers 0
102 : SIP/102 State:Idle Watchers 0
101 : SIP/101 State:Idle Watchers 0
- 3 hints registered
I included my config files… if you have any suggestions, I would greatly appreciate it. I don’t know if it matters, but I cannot get the GrandStream phone to SIP register with Asterisk, so I turned SIP registration off on the phone. All the extensions can call eachother without a problem. But BLF does not work.
—Extensions.conf---------
[ext-local]
include => ext-local-custom
exten => 101,1,Macro(exten-vm,novm,101)
exten => 101,hint,SIP/101
exten => 102,1,Macro(exten-vm,novm,102)
exten => 102,hint,SIP/102
exten => 104,1,Macro(exten-vm,novm,104)
exten => 104,hint,SIP/104
[from-internal]
include => parkedcalls
include => ext-fax
include => app-userlogonoff
include => app-zapbarge
include => ext-test
include => ext-local
include => outbound-allroutes
exten => h,1,Hangup
exten => s,1,Macro(hangupcall)
exten => h,1,Macro(hangupcall)
—sip.conf--------------
[101]
username=101
type=friend
secret=*
record_out=Adhoc
record_in=Adhoc
qualify=yes
port=5060
nat=never
mailbox=101@device
host=192.168.0.2
dtmfmode=rfc2833
context=from-internal
subscribecontext=ext-local
canreinvite=no
notifyringing=yes
call-limit=1
callerid=Alan <101>
[102]
username=102
type=friend
secret=*
record_out=Adhoc
record_in=Adhoc
qualify=yes
port=5060
nat=never
mailbox=102@device
host=192.168.0.3
dtmfmode=rfc2833
context=from-internal
subscribecontext=ext-local
canreinvite=no
notifyringing=yes
call-limit=1
callerid=Brendo <102>
[104]
username=104
type=friend
secret=*
record_out=Adhoc
record_in=Adhoc
qualify=yes
port=5060
nat=never
mailbox=104@device
host=192.168.0.4
dtmfmode=rfc2833
context=from-internal
subscribecontext=ext-local
canreinvite=no
notifyringing=yes
call-limit=1
callerid=GrandStream <104>
Thank you in advance,
Alan