Asterisk 中的数据库队列 - 未遵守超时

发布于 2024-12-08 17:35:17 字数 3688 浏览 3 评论 0原文

我根据以下内容在 Asterisk 中设置动态队列: http://libryder.com/Ez7llN

队列连接成功并且所有成员被识别,但它总是响铃到语音信箱,从不尝试下一个成员。

+----+------------+-------------+----------+---------+---------+--------------+----------------+------------------+----------------+--------------------+----------------+---------------+---------------+----------------+----------------+------------------+--------------------+------------------------+-------------------+-------+------------+--------+--------------+----------+-----------+----------------+-------------------+-----------------+----------------+-------------+--------+----------------+-----------+-----------------+----------+-----------------+
| id | name       | musiconhold | announce | context | timeout | monitor_join | monitor_format | queue_youarenext | queue_thereare | queue_callswaiting | queue_holdtime | queue_minutes | queue_seconds | queue_lessthan | queue_thankyou | queue_reporthold | announce_frequency | announce_round_seconds | announce_holdtime | retry | wrapuptime | maxlen | servicelevel | strategy | joinempty | leavewhenempty | eventmemberstatus | eventwhencalled | reportholdtime | memberdelay | weight | timeoutrestart | ringinuse | setinterfacevar | autofill | timeoutpriority |
+----+------------+-------------+----------+---------+---------+--------------+----------------+------------------+----------------+--------------------+----------------+---------------+---------------+----------------+----------------+------------------+--------------------+------------------------+-------------------+-------+------------+--------+--------------+----------+-----------+----------------+-------------------+-----------------+----------------+-------------+--------+----------------+-----------+-----------------+----------+-----------------+
|  5 | 4352754426 | NULL        | NULL     | NULL    |       5 |         NULL | NULL           | NULL             | NULL           | NULL               | NULL           | NULL          | NULL          | NULL           | NULL           | NULL             |               NULL |                   NULL | NULL              |  NULL |       NULL |      0 |         NULL | ringall  | NULL      | NULL           |              NULL |            NULL |           NULL |           0 |   NULL |           NULL |      NULL |             yes | yes      | conf            |
+----+------------+-------------+----------+---------+---------+--------------+----------------+------------------+----------------+--------------------+----------------+---------------+---------------+----------------+----------------+------------------+--------------------+------------------------+-------------------+-------+------------+--------+--------------+----------+-----------+----------------+-------------------+-----------------+----------------+-------------+--------+----------------+-----------+-----------------+----------+-----------------+



+----------+------------+------------+---------------------------+---------+--------+---------+
| uniqueid | membername | queue_name | interface                 | penalty | paused | hunt_id |
+----------+------------+------------+---------------------------+---------+--------+---------+
|       18 | agent1     | 4352754426 | local/4352151050@outbound |    NULL |   NULL |       5 |
|       19 | agent2     | 4352754426 | local/4352151052@outbound |    NULL |   NULL |       5 |
|       20 | agent3     | 4352754426 | local/4352151054@outbound |    NULL |   NULL |       5 |
+----------+------------+------------+---------------------------+---------+--------+---------+

我错过了一些选择吗?

I setup dynamic queues in Asterisk according to this: http://libryder.com/Ez7llN

The queues connect successfully and all members are recognized but it always rings to voicemail, never trying the next member.

+----+------------+-------------+----------+---------+---------+--------------+----------------+------------------+----------------+--------------------+----------------+---------------+---------------+----------------+----------------+------------------+--------------------+------------------------+-------------------+-------+------------+--------+--------------+----------+-----------+----------------+-------------------+-----------------+----------------+-------------+--------+----------------+-----------+-----------------+----------+-----------------+
| id | name       | musiconhold | announce | context | timeout | monitor_join | monitor_format | queue_youarenext | queue_thereare | queue_callswaiting | queue_holdtime | queue_minutes | queue_seconds | queue_lessthan | queue_thankyou | queue_reporthold | announce_frequency | announce_round_seconds | announce_holdtime | retry | wrapuptime | maxlen | servicelevel | strategy | joinempty | leavewhenempty | eventmemberstatus | eventwhencalled | reportholdtime | memberdelay | weight | timeoutrestart | ringinuse | setinterfacevar | autofill | timeoutpriority |
+----+------------+-------------+----------+---------+---------+--------------+----------------+------------------+----------------+--------------------+----------------+---------------+---------------+----------------+----------------+------------------+--------------------+------------------------+-------------------+-------+------------+--------+--------------+----------+-----------+----------------+-------------------+-----------------+----------------+-------------+--------+----------------+-----------+-----------------+----------+-----------------+
|  5 | 4352754426 | NULL        | NULL     | NULL    |       5 |         NULL | NULL           | NULL             | NULL           | NULL               | NULL           | NULL          | NULL          | NULL           | NULL           | NULL             |               NULL |                   NULL | NULL              |  NULL |       NULL |      0 |         NULL | ringall  | NULL      | NULL           |              NULL |            NULL |           NULL |           0 |   NULL |           NULL |      NULL |             yes | yes      | conf            |
+----+------------+-------------+----------+---------+---------+--------------+----------------+------------------+----------------+--------------------+----------------+---------------+---------------+----------------+----------------+------------------+--------------------+------------------------+-------------------+-------+------------+--------+--------------+----------+-----------+----------------+-------------------+-----------------+----------------+-------------+--------+----------------+-----------+-----------------+----------+-----------------+



+----------+------------+------------+---------------------------+---------+--------+---------+
| uniqueid | membername | queue_name | interface                 | penalty | paused | hunt_id |
+----------+------------+------------+---------------------------+---------+--------+---------+
|       18 | agent1     | 4352754426 | local/4352151050@outbound |    NULL |   NULL |       5 |
|       19 | agent2     | 4352754426 | local/4352151052@outbound |    NULL |   NULL |       5 |
|       20 | agent3     | 4352754426 | local/4352151054@outbound |    NULL |   NULL |       5 |
+----------+------------+------------+---------------------------+---------+--------+---------+

Am I missing some option?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

薔薇婲 2024-12-15 17:35:17

请尝试使用不同的响铃策略,而不是像随机或rrmemory那样的ringall。另请检查超时字段,它看起来太低了吗?

Please try with different ring strategy instead of ringall like random or rrmemory. And please also check timeout field it look too low ?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文