Show
Ignore:
Timestamp:
07/24/08 17:40:11 (4 years ago)
Author:
areski
Message:

New Feature : to switch the Callplan from a customer, callplan_deck_minute_threshold

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/DataBase/psql/UPDATE-a2billing-v1.3.0-to-v1.4.0-pgsql.sql

    r891 r895  
    106106        id                                                              BIGSERIAL NOT NULL, 
    107107        config_title                                    TEXT NOT NULL, 
    108         config_key                                      TEXT NOT NULL, 
     108        config_key                                             TEXT NOT NULL, 
    109109        config_value                                    TEXT NOT NULL, 
    110110        config_description                              TEXT NOT NULL, 
     
    10151015VALUES ('CallPlan threshold Deck switch', 'callplan_deck_minute_threshold', '', 'CallPlan threshold Deck switch. <br/>This option will switch the user callplan from one call plan ID to and other Callplan ID 
    10161016The parameters are as follow : <br/> 
    1017 -- ID of the first callplan : called minutes needed to switch to the next CallplanID <br/> 
    1018 -- ID of the second callplan : called minutes needed to switch to the next CallplanID <br/> 
    1019 -- if not needed minutes are defined it will automatically switch to the next one <br/> 
    1020 -- if defined we will sum the previous needed minutes and check if the caller had done at least the amount of calls necessary to go to the next step and have the amount of minutes needed<br/> 
    1021 value example for callplan_deck_minute_threshold = 1:5, 2:1, 3',  
     1017-- ID of the first callplan : called seconds needed to switch to the next CallplanID <br/> 
     1018-- ID of the second callplan : called seconds needed to switch to the next CallplanID <br/> 
     1019-- if not needed seconds are defined it will automatically switch to the next one <br/> 
     1020-- if defined we will sum the previous needed seconds and check if the caller had done at least the amount of calls necessary to go to the next step and have the amount of seconds needed<br/> 
     1021value example for callplan_deck_minute_threshold = 1:300, 2:60, 3',  
    10221022'0', '11', NULL); 
    10231023