TT#75753 - Change default value to '1' for 'enabled' in Call Forwards

Change-Id: I1f555d0f4dedfbd2e736cc6c4fd33bf6f2c867fa
changes/40/38740/1
Flaviu Mates 6 years ago
parent 51a44ccd18
commit 23ed4303ce

@ -984,7 +984,7 @@ sub preferences_callforward :Chained('base') :PathPart('preferences/callforward'
$params->{destination}{destination} = $d;
$params->{ringtimeout} = $ringtimeout;
$params->{destination}->{announcement_id} = $destination ? $destination->announcement_id : '';
$params->{enabled} = $enabled // 0;
$params->{enabled} = $enabled // 1;
}
my $cf_form;

Loading…
Cancel
Save