PRESS_CID_CALLBACK vs PRESS_CALLBACK_QUEUE
Posted: Thu Sep 20, 2018 4:22 pm
I did some testing. When PRESS_CID_CALLBACK is used the current lead is set to status WAITTO and in the specified Wait Time Option Callback List ID a new lead is created with status INBND (this should be the dialable status in the campaign).
When you use PRESS_CALLBACK_QUEUE the current lead is not duplicated but remains in the original list and gets status WAITTO. So in this scenario the WAITTO status should be the dialable status in the campaign.
I find this very confusing and not well documented. It would also be nice if these statuses were added to the system statuses by default. But even if you add them yourself what kind of description would you use that makes sense? Since if you use the first method the WAITTO status is a completed status and should not be dialable and if you use the second method it is not a completed status and should be dialable.
Unless i overlooked something i recommend to change the code so a different status is used for PRESS_CALLBACK_QUEUE.
When you use PRESS_CALLBACK_QUEUE the current lead is not duplicated but remains in the original list and gets status WAITTO. So in this scenario the WAITTO status should be the dialable status in the campaign.
I find this very confusing and not well documented. It would also be nice if these statuses were added to the system statuses by default. But even if you add them yourself what kind of description would you use that makes sense? Since if you use the first method the WAITTO status is a completed status and should not be dialable and if you use the second method it is not a completed status and should be dialable.
Unless i overlooked something i recommend to change the code so a different status is used for PRESS_CALLBACK_QUEUE.