Changeset 1039

Show
Ignore:
Timestamp:
09/17/08 08:57:55 (2 months ago)
Author:
areski
Message:

auto dialer

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/DataBase/mysql-5.x/a2billing-mysql-schema-MYSQL.5.X-v1.3.0-NDBCLUSTER.sql

    r984 r1039  
    905905 
    906906 
     907 
     908 
    907909-- 
    908 -- Predictive Dialer update  database - Create database schema 
    909 -- 
    910  
    911 -- 
    912 -- CURRENT_TIMESTAMP 
    913 -- last_attempt TIMESTAMP DEFAULT 'now()' NOT NULL,   
    914 -- last_attempt TIMESTAMP DEFAULT CURRENT_TIMESTAMP NOT NULL, 
    915 -- 
    916  
    917 -- 
    918 --      MYSQL 5.x - MYSQL 5.x - MYSQL 5.x - MYSQL 5.x - MYSQL 5.x 
    919 -- 
    920 -- 
    921 -- Predictive Dialer update  database - Create database schema 
     910-- Auto Dialer update  database - Create database schema 
    922911-- 
    923912 
  • trunk/DataBase/mysql-5.x/a2billing-mysql-schema-MYSQL.5.X-v1.3.0.sql

    r984 r1039  
    905905 
    906906 
     907 
     908 
    907909-- 
    908 -- Predictive Dialer update  database - Create database schema 
    909 -- 
    910  
    911 -- 
    912 -- CURRENT_TIMESTAMP 
    913 -- last_attempt TIMESTAMP DEFAULT 'now()' NOT NULL,   
    914 -- last_attempt TIMESTAMP DEFAULT CURRENT_TIMESTAMP NOT NULL, 
    915 -- 
    916  
    917 -- 
    918 --      MYSQL 5.x - MYSQL 5.x - MYSQL 5.x - MYSQL 5.x - MYSQL 5.x 
    919 -- 
    920 -- 
    921 -- Predictive Dialer update  database - Create database schema 
     910-- Auto Dialer update  database - Create database schema 
    922911-- 
    923912 
  • trunk/DataBase/mysql-5.x/UPDATE-a2billing-v1.3.0-to-v1.4.0-mysql-NDBCLUSTER.sql

    r1020 r1039  
    163163INSERT INTO cc_config (config_title, config_key, config_value, config_description, config_valuetype, config_group_id, config_listvalues) VALUES ('Simulator', 'simulator', 1, 'Offer simulator option on the customer interface - yes or no.', 1, 3, 'yes,no'); 
    164164INSERT INTO cc_config (config_title, config_key, config_value, config_description, config_valuetype, config_group_id, config_listvalues) VALUES ('CallBack', 'callback', 1, 'Enable the callback option on the customer interface - yes or no.', 1, 3, 'yes,no'); 
    165 INSERT INTO cc_config (config_title, config_key, config_value, config_description, config_valuetype, config_group_id, config_listvalues) VALUES ('Predictive Dialer', 'predictivedialer', 1, 'Enable the predictivedialer option on the customer interface - yes or no.', 1, 3, NULL); 
     165INSERT INTO cc_config (config_title, config_key, config_value, config_description, config_valuetype, config_group_id, config_listvalues) VALUES ('Predictive Dialer', 'predictivedialer', 1, 'Enable the predictivedialer option on the customer interface - yes or no.', 1, 3, 'yes,no'); 
    166166INSERT INTO cc_config (config_title, config_key, config_value, config_description, config_valuetype, config_group_id, config_listvalues) VALUES ('WebPhone', 'webphone', 1, 'Let users use SIP/IAX Webphone (Options : yes/no).', 1, 3, 'yes,no'); 
    167167INSERT INTO cc_config (config_title, config_key, config_value, config_description, config_valuetype, config_group_id, config_listvalues) VALUES ('WebPhone Server', 'webphoneserver', 'localhost', 'IP address or domain name of asterisk server that would be used by the web-phone.', 0, 3, NULL); 
  • trunk/DataBase/mysql-5.x/UPDATE-a2billing-v1.3.0-to-v1.4.0-mysql.sql

    r1033 r1039  
    163163INSERT INTO cc_config (config_title, config_key, config_value, config_description, config_valuetype, config_group_id, config_listvalues) VALUES ('Simulator', 'simulator', 1, 'Offer simulator option on the customer interface - yes or no.', 1, 3, 'yes,no'); 
    164164INSERT INTO cc_config (config_title, config_key, config_value, config_description, config_valuetype, config_group_id, config_listvalues) VALUES ('CallBack', 'callback', 1, 'Enable the callback option on the customer interface - yes or no.', 1, 3, 'yes,no'); 
    165 INSERT INTO cc_config (config_title, config_key, config_value, config_description, config_valuetype, config_group_id, config_listvalues) VALUES ('Predictive Dialer', 'predictivedialer', 1, 'Enable the predictivedialer option on the customer interface - yes or no.', 1, 3, NULL); 
     165INSERT INTO cc_config (config_title, config_key, config_value, config_description, config_valuetype, config_group_id, config_listvalues) VALUES ('Predictive Dialer', 'predictivedialer', 1, 'Enable the predictivedialer option on the customer interface - yes or no.', 1, 3, 'yes,no'); 
    166166INSERT INTO cc_config (config_title, config_key, config_value, config_description, config_valuetype, config_group_id, config_listvalues) VALUES ('WebPhone', 'webphone', 1, 'Let users use SIP/IAX Webphone (Options : yes/no).', 1, 3, 'yes,no'); 
    167167INSERT INTO cc_config (config_title, config_key, config_value, config_description, config_valuetype, config_group_id, config_listvalues) VALUES ('WebPhone Server', 'webphoneserver', 'localhost', 'IP address or domain name of asterisk server that would be used by the web-phone.', 0, 3, NULL); 


Google