Asterisk Queues Status

Hi,
I have Asterisk version 1.8.8.1, i use config static queue when register or unregister agent number queue status can’t change ( Not in use to Unavailable or Unavailable to Not in use) , When agent have call status can change to In use, I want to monitor queue status, i don’t know why queue status don’t change.

sip.conf (sip users use real time )

[general]
context=default
allowoverlap=no
realm=asterisk
udpbindaddr=0.0.0.0
tcpenable=no
tcpbindaddr=0.0.0.0
srvlookup=yes
;
; See qos.tex or Quality of Service section of asterisk.pdf for a description of these parameters.
tos_sip=cs3
tos_audio=ef
tos_video=af41
;
maxexpiry=600
minexpiry=60
defaultexpiry=120
;
; Codec negotiation
;disallow=all
;
;mohsuggest=default
language=th
;
dtmfmode = rfc2833
;
;--------------------------- RTP timers ----------------------------------------------------
rtptimeout=60
rtpholdtimeout=300
;
;--------------------------- SIP Session-Timers (RFC 4028)------------------------------------
session-timers=refuse
;
;--------------------------- STATUS NOTIFICATIONS (SUBSCRIPTIONS) ----------------------------
allowsubscribe=yes
callcounter = yes
;
;----------------------------------------- T.38 FAX PASSTHROUGH SUPPORT -----------------------
;Edit Close t38pt_udptl
;t38pt_udptl=yes,redundancy
;faxdetect=yes
;
;----------------------------------------- NAT SUPPORT ------------------------
;
nat=no
;
;----------------------------------- MEDIA HANDLING --------------------------------
directmedia=no
directrtpsetup=no
ignoresdpversion=yes
;
;----------------------------------------- REALTIME SUPPORT ------------------------
rtcachefriends=yes
rtsavesysname=yes
rtupdate=yes
rtautoclear=yes
;ignoreregexpire=yes
;

Queue.conf

[general]
persistentmembers = yes
autofill = yes
;
[voip]
musiconhold = triplet
strategy = leastrecent
timeout = 10
retry = 3
weight = 0
maxlen = 0
periodic-announce = queue-3t2b-periodic-announce
periodic-announce-frequency=30
wrapuptime=5
joinempty = yes
member => SIP/7468,1
member => SIP/7467,1

Thanks for the help

Hello,

How are you?

Insert this “callevents=yes” at its section STATUS NOTIFICATIONS (SUBSCRIPTIONS) that will solve your problem.

Best Regards