VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
amartin at xes-inc.com Guest
|
Posted: Wed May 06, 2015 3:44 pm Post subject: [asterisk-users] Phones don't stop ringing when queue is ans |
|
|
Hello,
I am running Asterisk 11 on CentOS 6.4 with about 150 local SIP clients on a
LAN. The SIP clients are a mixture of Yealink phones (e.g SIP-T32G, SIP-T42G,
etc). I have configured the system as follows:
sip.conf:
[169]
secret=111111
dtmfmode=rfc2833
directmedia=no
directrtpsetup=yes
canreinvite=no
context=main
host=dynamic
type=friend
port=5060
call-limit=5
nat=force_rport,comedia
callcounter=yes
queues.conf:
[queue_level_1]
musiconhold=default
music=default
strategy=ringall
joinempty=yes
timeout=18
member => SIP/178
member => SIP/146
member => SIP/169
extensions.conf:
[test-queue]
exten => s,1,WaitExten(2)
same => n,Queue(queue_level_1,rtnC,1
same => n,Playback(transfer_exten)
same => n,WaitExten(2)
same => n,Queue(queue_level_1,rtnC,1
same => n,Playback(user_unavail)
same => n,Voicemail(169@myvm,s)
same => n,WaitExten(2)
same => n,Hangup()
This rings a group of phones for 18 seconds, and if no one answers it repeats
ringing that same group. If no one answers the second time, it goes to
voicemail.
I have noticed an intermittent problem where if the caller hangs up or a
particular phone, say 146, answers the call, the other phones in the queue will
continuing ringing for several seconds before realizing that the caller is no
longer in the queue. This is very problematic since users are then answering the
queue to find no one there. The log does not show anything amiss (calling from
265 into the queue):
-- Executing [s@test-queue:2] Queue("SIP/265-00002931", "queue_level_1,rtnC,18") in new stack
== Using SIP RTP CoS mark 5
== Using SIP RTP CoS mark 5
== Using SIP RTP CoS mark 5
-- SIP/146-00002934 is ringing
-- SIP/146-00002934 is ringing
-- SIP/178-00002933 is ringing
-- SIP/178-00002933 is ringing
-- Nobody picked up in 18000 ms
-- Nobody picked up in 18000 ms
-- Nobody picked up in 18000 ms
-- Exiting on time-out cycle
-- Executing [s@test-queue:3] Playback("SIP/265-00002931", "transfer_exten") in new stack
-- <SIP/265-00002931> Playing 'transfer_exten.slin' (language 'en')
-- Executing [s@test-queue:4] WaitExten("SIP/265-00002931", "2") in new stack
-- Timeout on SIP/265-00002931, continuing...
-- Executing [s@test-queue:5] Queue("SIP/265-00002931", "queue_level_1,rtnC,18") in new stack
== Using SIP RTP CoS mark 5
== Using SIP RTP CoS mark 5
== Using SIP RTP CoS mark 5
-- SIP/146-00002937 is ringing
-- SIP/146-00002937 is ringing
-- SIP/178-00002936 is ringing
== Spawn extension (test-queue, s, 5) exited non-zero on 'SIP/265-00002931'
This only happens occassionally; most of the time the phones will all
immediately stop ringing once one of them picks up. Do you have any ideas about
what could be wrong here or what else I can do to debug?
Thanks,
Andrew Martin
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
jthomasdpu at gmail.com Guest
|
Posted: Thu May 07, 2015 10:20 am Post subject: [asterisk-users] Phones don't stop ringing when queue is ans |
|
|
What purpose do the WaitExten()s serve here? Are you really allowing the caller to connect to different extensions in the test-queue context? Have you tried without the WaitExten()s? |
|
Back to top |
|
|
jthomasdpu at gmail.com Guest
|
Posted: Fri May 08, 2015 10:26 am Post subject: [asterisk-users] Phones don't stop ringing when queue is ans |
|
|
A few things I would try-
Change WaitExten to Wait(2)
Change Queue(queue_level_1,rtnC,1 to Queue(queue_level_1,rtnC,,,1
Add an Answer() after the first Wait(2) |
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|