" /> Modifying Calling list format and Filters - OCS - Genesys CTI User Forum

Author Topic: Modifying Calling list format and Filters - OCS  (Read 3567 times)

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Modifying Calling list format and Filters - OCS
« on: July 30, 2008, 11:24:15 PM »
Advertisement
Hi guys,
I need some advice here, I have a customer who has several calling lists and many dialing filters. Now he is requering to add two new fields to this format and so in order to do that I have to delete calling lists, table accesses and dialing filters, everything is ok but this customer has like 50 dialing filters...so it would be a pain and a waste of time deleting all of them and recreating again. I thought on maybe backup the SQL data and then reimport however does any have another idea or maybe some problem with my idea? I'd appreciate any input.
Thanks

Offline René

  • Administrator
  • Hero Member
  • *****
  • Posts: 1832
  • Karma: 62
Re: Modifying Calling list format and Filters - OCS
« Reply #1 on: July 31, 2008, 06:32:01 PM »
Hi Cavagnaro,

These kind of changes are usually painful ;). I have one idea:

1. Create new Table Access (=different name) using new Format but having the same database table name as old one
2. Modify calling list object to use new Table Access

It think it should work... but it will necessary to delete old calling list tables in the database.

R.

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Modifying Calling list format and Filters - OCS
« Reply #2 on: July 31, 2008, 07:48:32 PM »
Will try, calling lists are not the problem but dialing filters are... have counted and are like almost 100  :o I don't want to waste a complete day on something like this!

Offline René

  • Administrator
  • Hero Member
  • *****
  • Posts: 1832
  • Karma: 62
Re: Modifying Calling list format and Filters - OCS
« Reply #3 on: July 31, 2008, 08:30:51 PM »
You're right. My previous advice was useless... :(

I'm not a fan of such modification but it should be possible to change calling list assigned to a filter directly in configuration database. Such change will require restart of Configuration Server.

Look at the table "cfg_filter" in configuration db. It contains column "format_dbid" that holds DBID of particular Format object (see table "cfg_format").

Hope it helps you
R.

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Modifying Calling list format and Filters - OCS
« Reply #4 on: July 31, 2008, 08:32:52 PM »
hum yeah! that can help! Thanks René  ;D