BUG iPBX 2026 Queue Callback

Joe Diamond CPA

Active Member
Joined
May 5, 2022
Messages
244
Reaction score
80
Hi everyone, successfully installed the TCREEK (git hub) queue callback v17! download the ZIP folder, go to module upload in IPBX and install! the module will appear, Ill let you know how it goes.
if you get an retrieve_conf failed to sym link: /var/lib/asterisk/sounds/en/custom from qcallback/sounds (Already exists, not a link) Do this........................mv /var/lib/asterisk/sounds/en/custom /var/lib/asterisk/sounds/en/custom.bak...............................then................ fwconsole reload...............then..............ls -l /var/lib/asterisk/sounds/en/, the warninng on the dashboard should go away.
 
Last edited:
Last edited:

Installation continues in FreePBX GUI as admin​


  1. Open Applications → Queue Callback to configure your queues and options.
  2. Enable the processor (scheduled execution) in the module UI.
    (If you prefer manual scheduling, you can add a cron entry for the asterisk user to run the included intelligent_callback_processor.php every minute.)
 
Last edited:
Been a while since I worked on this. I guess I should continue on it
 
I still get this after installing:
Code:
retrieve_conf failed to sym link:
   /var/lib/asterisk/sounds/en/custom from qcallback/sounds (Already exists, not a link)
This can result in FATAL failures to your PBX. If the target file exists and not identical, the symlink will not occur and you should rename the target file to allow the automatic sym link to occur and remove this error, unless this is an intentional customization.
1786478670715.png
 
According to @Joe Diamond CPA, even after a successful install, the app does not work to reliably schedule a callback.
Correct, as I pointed out months ago the Agent callback will not work properly under the current logic. I believe the regular callback had issues too. The problem is that the AI generated code created the module as if it was a standalone solution instead of being integrated into FreePBX. It wrote numerous functions that already exist in libraries within FreePBX that also include integration to other parts. It also has a lot of the logic for Asterisk wrong and lacks understanding on how local channels and queues actually function. There's also numerous variables being called wrong which means they won't work properly.
Do this........................mv /var/lib/asterisk/sounds/en/custom /var/lib/asterisk/sounds/en/custom.bak
By doing this you've just moved any and all of your uploaded recordings which would then break anything relying on those recordings like IVRs, Queues, Directories, etc. There's no reason for this to be an issue. It shouldn't be trying to link the directory or replacing that directory.
 

Members online

No members online now.

Forum statistics

Threads
26,763
Messages
174,878
Members
20,321
Latest member
Sygaltech
Get 3CX - Absolutely Free!

Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.
Back
Top