{{ __('Call Forwarding') }}

{{ __('Activate call forwarding for all calls?') }}

{{ __('Forwarding all calls takes priority over the other rules. If you activate this option all the other rules will be disabled.') }}

{{ __('Activate conditional call forwarding?') }}

{{ __('Activating conditional call forwarding will automatically disable the Forward All Calls rule.') }}

{{ __('Activate conditional call forwarding?') }}

{{ __('Activating conditional call forwarding will automatically disable the Forward All Calls rule.') }}

@csrf @method('put') @php($callForwardings = $account->callForwardingsDefault)

{{ __('All the calls') }}

{{ __('Priority rule') }} enabled) checked @endif name="always[enabled]" onchange="if (this.checked && (document.querySelector('#away\\[enabled\\]').checked || document.querySelector('#busy\\[enabled\\]').checked)) { setCheckboxValue('always[enabled]', false); document.querySelector('#always_dialog').showModal(); }">
@include('account.call_forwardings.edit_select_part', ['callForwarding' => $callForwardings, 'type' => 'always'])
{{ __('Or') }}

@if ($account->admin){{ __('No answer') }}@else{{ __('If no one is answering') }}@endif

enabled) checked @endif name="away[enabled]" onchange="if (this.checked && document.querySelector('#always\\[enabled\\]').checked) { setCheckboxValue('away[enabled]', false); document.querySelector('#away_dialog').showModal(); }">
@include('account.call_forwardings.edit_select_part', ['callForwarding' => $callForwardings, 'type' => 'away'])

@if ($account->admin){{ __('Busy line') }}@else{{ __('If the line is busy') }}@endif

enabled) checked @endif name="busy[enabled]" onchange="if (this.checked && document.querySelector('#always\\[enabled\\]').checked) { setCheckboxValue('busy[enabled]', false); document.querySelector('#busy_dialog').showModal(); }">
@include('account.call_forwardings.edit_select_part', ['callForwarding' => $callForwardings, 'type' => 'busy'])