Changeset 963
- Timestamp:
- 08/25/08 14:08:10 (3 months ago)
- Files:
-
- trunk/common/lib/Class.A2Billing.php (modified) (1 diff)
- trunk/DataBase/mysql-5.x/UPDATE-a2billing-v1.3.0-to-v1.4.0-mysql.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/common/lib/Class.A2Billing.php
r962 r963 944 944 } 945 945 } 946 if ($seconds>0 ){946 if ($seconds>0 && ($this->agiconfig['disable_announcement_seconds']==0)){ 947 947 if ($minutes>0) $agi-> stream_file('vm-and', '#'); 948 948 trunk/DataBase/mysql-5.x/UPDATE-a2billing-v1.3.0-to-v1.4.0-mysql.sql
r962 r963 1077 1077 1078 1078 1079 1080 1081 1079 INSERT INTO cc_config (config_title ,config_key ,config_value ,config_description ,config_valuetype ,config_group_id ,config_listvalues) 1080 VALUES ( '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
