Genesys CTI User Forum

Genesys CTI User Forum => Genesys CTI Technical Discussion => Topic started by: Charly_uk on January 01, 1970, 12:00:00 AM

Title: Dynamic Calling List , Outbound
Post by: Charly_uk on January 01, 1970, 12:00:00 AM
Hello, we are in the process of setting up Outbound for Genesys 6.x

Our Problem now is , that our Calling List is dynamic. The data is coming as
an Snapshot from the Mainframe every 10 Minutes and then the Calling List has to be
updated.

Is their another way to update the calling list instead of the “Userdata Method” and have somebody
an example please how to do that with the attached Data.

Thanks in Advance

Title: Dynamic Calling List , Outbound
Post by: Mark Newcomb on January 01, 1970, 12:00:00 AM
You could just insert directly into the list using sql. However be warned if you update the list direct that you need to play with the caching parameters in the configuration........
Title: Dynamic Calling List , Outbound
Post by: Vic on January 01, 1970, 12:00:00 AM
Can you do it for a calling list in an active campaign???
Title: Dynamic Calling List , Outbound
Post by: Charly_uk on January 01, 1970, 12:00:00 AM
I don’t think it will work, to many “Not Null” Fields in the Calling Table.
Title: Dynamic Calling List , Outbound
Post by: Mark Newcomb on January 01, 1970, 12:00:00 AM
Hi Vic,

yes you can, we do it all the time with an abandoned call monitoring solution we designed. The only issue you have is that list manager / OCS caches records when a campaign is running in any of the dialling modes. The only way around it is to set the min_record_buf_size and opt_record_buf_size both to 0. Unfortunately this setting is global in Outbound 5.1 this will mean that ALL running campaigns will no longer cache and the database will be hit every single time genesys decides to make a dial. However in 6.5 [I have been informed by Genesys] this is now a setting you can relate to a campaign group and hence restrict it to just the calling lists you want to.

Hope this helps!
Mark