When calling party hangs up, agent SIP phones continue to ring. queues.conf and dial plan for queue is below. Calls originate on Zap channel via TDM400.
I just tried with SVN-branch-1.4-r77571 and was using 1.4.9 before that. Both versions have the same problem. Using zaptel-1.4.4.
exten = 6901,1,Queue(${EXTEN}||||90)
exten = 6901,2,Playback(/var/lib/asterisk/sounds/record/90sectimeout)
exten = 6901,3,Hangup
queues.conf
[general]
persistentmembers = yes
autofill = yes
monitor-type = MixMonitor
[6901]
fullname = Frontdesk
strategy = ringall
timeout = 10
wrapuptime =
autofill = yes
autopause = no
maxlen =
joinempty = no
leavewhenempty = no
reportholdtime = no
musicclass =
call-limit = 2
member = SIP/6005
member = SIP/6008
member = SIP/6009
member = SIP/6011
member = SIP/6012
member = SIP/6013
member = SIP/6014