Hello, I have a problem with ‘not in use status’ of queue members.
There is Asterisk 1.6.2.11 installed.
Sip conf, Queues, Queue members and CDR configured to work with PostgreSQL.
My sip.conf:
[general]
jbenable=yes
jbforce=no
jbimpl=fixed
jblog=no
jbmaxsize=50
jbresyncthreshold=1000
context=inbound_trunk
[b]limitonpeers = yes[/b]
allowguest=no
bindport=10000
bindaddr=0.0.0.0
srvlookup=no
pedantic=no
realm=asterisk
tos_sip=cs3
tos_audio=ef
tos_video=af41
maxexpiry=1800
minexpiry=60
defaultexpiry=120
t1min=100
buggymwi=yes
disallow=all
allow=alaw
allow=ulaw
mohinterpret=default
language=ru
relaxdtmf=yes
callerid=AsteriskCallManager1.0
useragent=Asterisk Call Manager 1.0
dtmfmode=auto
callevents=yes
sipdebug = no
rtptimeout=60
rtpholdtimeout=300
registertimeout=20
registerattempts=0
localnet=192.168.98.0/255.255.255.0
canreinvite=no
nat=no
In the sip table I have filled call-limit column.
Queues configured to keep queue members by SIP:
But in queue status I see “not in use” status:
-- Registered SIP '7700' at 192.168.98.111 port 14262
> Saved useragent "eyeBeam release 1102q stamp 51814" for peer 7700
NOTICE[17150]: chan_sip.c:21479 handle_request_subscribe: Received SIP subscribe for peer without mailbox: 7700
ast-01*CLI> queue show 5112
5112 has 0 calls (max unlimited) in 'leastrecent' strategy (0s holdtime, 0s talktime), W:1, C:0, A:0, SL:0.0% within 20s
Members:
7700 (SIP/7700) with penalty 6 (realtime) ([b]Not in use[/b]) has taken no calls yet
So, please, someone help me. What I am doing wrong?