Web based GUI: VERSION: 2.12-560a BUILD: 160617-1427
Command line info: ViciBox v.7.0.3-160505
In my campaign I have set Drop Action to CALLMENU. Dropped outbound calls that then go into a queue from the CALLMENU do not pass CID to the agent. Instead they pass something like Y8281228540000057045.
When customers call inbound and get the Callmenu the CID is passed to the agent.
The Callmenu settings for 1 are Route: Ingroup, Handle method: CID
How many records are in the vicidial_manager table when you are having these issues? (select count(*) from vicidial_manager;)
Fix
The table is pruned every hour, but you can adjust a crontab entry to make it trim every 15 minutes if you like:
### flush queue DB table every hour for entries older than 1 hour (changed to 15 minutes) 11,26,41,56 * * * * /usr/share/astguiclient/AST_flush_DBqueue.pl --seconds=900 -q