{% load static %}
TaskCall - {{ ttl_live_call_routing }}
{% include 'basic_header.html' %} {% include 'datetime_header.html' %} {% include 'dashboard_topbar.html' %}
{% csrf_token %}
{{ ttl_configurations }} | {{ ttl_live_call_routing }}
{{ ttl_phone_number }}
{{ desc_live_call_routing_phone_number }}
{{ det_search_phone_number }}
{{ det_name }}
{{ det_description }}
{{ ttl_greeting }}
{{ desc_live_call_routing_greeting }}
{{ det_text }}
{{ det_audio_file }}
{{ ttl_forwarding_services }}
{{ desc_live_call_routing_forwarding_services }}
{{ det_default_forwarding_service }}
{{ desc_live_call_routing_forwarding_services_options }}
{{ det_add_option_forwarding }}
{{ ttl_settings }}
{{ det_language }}
{{ opt_english }}
{{ opt_french }}
{{ opt_german }}
{{ opt_spanish }}
{{ det_voice }}
{{ det_male }}
{{ det_female }}
{{ det_maximum_number_of_users_to_forward_to }}:
{{ det_timeout_of_every_forwarding_attempt }}:
{{ det_numbers_to_block }}:
{{ det_urgency_of_created_incident }}:
{% include 'urgency_options.html' %}
{% if has_call_back_permission %}
{{ det_incident_title }}:
?
{% endif %}
{{ det_prompt_for_call_acceptance }}
{% if has_call_back_permission %}
?
{% endif %}
{{ det_show_incoming_caller_id_when_forwarding }}
{{ det_resolve_incident_when_answered_calls_end }}
{{ det_resolve_incident_when_unanswered_calls_end }}
{{ det_send_alert_notifications_for_unresolved_incidents }}
{% if has_call_back_permission %}
{{ det_record_call }}
{% endif %}
{{ ttl_ending_note }}
{{ desc_live_call_routing_ending_note }}
{{ det_text }}
{{ det_audio_file }}
{{ det_record_voicemail }}
{% if has_edit_permission %}
{% if context %}
{{ ttl_edit_routing }}
{{ ttl_delete_routing }}
{% endif %}
{{ ins_save }}
{{ ins_cancel }}
{% endif %} {% include 'resources_section.html' %}
{% include 'live_call_routing/search_phone_number_modal.html' with modal_id='searchPhoneNumberModal' %}