Changeset 963

Show
Ignore:
Timestamp:
08/25/08 14:08:10 (3 months ago)
Author:
rach
Message:

Disable seconds annoucement

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/common/lib/Class.A2Billing.php

    r962 r963  
    944944                                } 
    945945                        } 
    946                         if ($seconds>0){ 
     946                        if ($seconds>0 && ($this->agiconfig['disable_announcement_seconds']==0)){ 
    947947                                if ($minutes>0) $agi-> stream_file('vm-and', '#'); 
    948948 
  • trunk/DataBase/mysql-5.x/UPDATE-a2billing-v1.3.0-to-v1.4.0-mysql.sql

    r962 r963  
    10771077 
    10781078 
    1079  
    1080  
    1081  
     1079INSERT INTO cc_config (config_title ,config_key ,config_value ,config_description ,config_valuetype ,config_group_id ,config_listvalues) 
     1080VALUES ( 'Disable annoucement the second of the times that the card can call', 'disable_announcement_seconds', '0', 'Desactived the annoucement of the seconds when there are more of one minutes (values : yes - no)', '1', '11', 'yes,no'); 
     1081 
     1082 
     1083 
     1084 
     1085 


Google