Jump to content
KAZOOcon: hackathon signup and details here! ×

ACDc recording and announcements


abuzooz

Recommended Posts

Hi All

We are testing ACDc queue, everything is fine so far, however, we are facing hard time to make recording work with queue, according to this documentation  we only have to set this flag "record_caller" to true, unfortunately, call recording is not working and nothing exist in kazoo logs, anyone faced same issue with ACDc queue?

In addition, announcements like announce position and waiting time is behaving incorrectly, it only announce when the call is picked up by one of the agents not according to the set interval, following instructions in this documentation  

Below you can find json body used to create the queue I am discussing above:

{
"data":{
"name":"Support Queue",
"record_caller":true,
"strategy":"round_robin",
"agent_wrapup_time":0,
"max_queue_size":0,
"connection_timeout":3600,
"enter_when_empty":true,
"agent_ring_timeout":15,
"caller_exit_key":"#",
"ring_simultaneously":1,
"announcements":{
"wait_time_announcements_enabled":true,
"position_announcements_enabled":true,
"interval":30}
        }
}

 

Link to comment
Share on other sites

I have not tried recording with ACDC, but am experiencing the same thing with position announcements. It doesn't announce during the hold music, instead waits till the end and says multiple times "you are position X in the queue" "you are position X in the queue""you are position X in the queue"....

Edited by RuhNet (see edit history)
Link to comment
Share on other sites

  • 9 months later...

I'm starting to test ACDC announcements now, did you ever work this out?

also, I see the 'moh' key is what controls the music when a caller enters the queue. I can't work out what the 'announce' key is supposed to do, it seemed like it would be for playing a short "Connecting you now" message when the agent picks up but it's not that. Anyone? 😬

edit: I added some more options to the callflows-ng monster UI to make setting up queues easier

https://github.com/OpenTelecom/monster-ui-callflows-ng/pull/4

Edited by bpbp
add github PR (see edit history)
Link to comment
Share on other sites

Hi @bpbp

 

We tested both Announcement and Queue position, both are faulty and not reliable, will be happy to share some logs if someone could dig deeper into the code and fix it.

 

On the other side, is ACDC queue working well for you? we encounter an issue that after a while, customers calls a queue number, they hear the music but agents devices are not ringing (they are not notified of the call), when we restart ACDC module and service, it works again!

Thanks

Yazan

Link to comment
Share on other sites

That's sad to hear. Might have to keep some FreePBX VMs around :( In my limited testing it's working well so far as far as calling in and agent's devices ringing but I have not tried with lots of calls and agents yet.

There has been some PRs to ACDC on 4.3 recently

https://github.com/2600hz/kazoo/pull/6736

https://github.com/2600hz/kazoo/pull/6727

Hopefully they resolve some of the issues? Looks like that release is still "staging" and not ready for release though

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...