I have NEVER been able to get a ringing state working for state subscriptions. I just get Idle and In Use. I have ‘notifyringing=yes’ and ‘call-limit=8’. It is not the phone as Asterisk is sending the ringing state as In Use.
I am using templates but it also does not work when I was not. My Asterisk version is 1.2.24
Does anyone have any idea why it is not working?
Excerpts:
sip.conf
[general]
bindaddr=0.0.0.0
disallow=all
allow=ulaw
qualify=no
nat=never
canreinvite=yes
dtmfmode=rfc2833
allowguest=no
realm=starpbx
checkmwi=7
useragent=Starpbx
allowsubscribe=yes
sip-extn
secret=password
type=peer
host=dynamic
context=DialPlan1
call-limit=8
port=5060
insecure=very
qualify=30000
notifyringing=yes
subscribecontext=hints
*10
mailbox=*10
callgroup=1
pickupgroup=1
*11
mailbox=*11
callgroup=1
pickupgroup=1
*12
mailbox=*12
callgroup=1
pickupgroup=1
extensions.conf
[hints]
exten => *10,hint,SIP/*10
exten => *11,hint,SIP/*11
exten => *12,hint,SIP/*12