{% extends "base.html" %} {% load static %} {% load i18n %} {% block content %}

CustomerEndpoint Listing

{% for object in object_list %} {% endfor %}
IDLink registration password description name rtp_ip sip_ip sip_port max_calls calls_per_second outbound_caller_id_name outbound_caller_id_number force_caller_id masq_caller_id urgency_number insee_code enabled fake_ring cli_debug created modified transcoding_allowed recording_allowed recording_always recording_limit recording_retention sip_transport rtp_transport rtp_tos pai pid ha1 ha1b
{{object.pk}} {{object}} {{ object.registration }} {{ object.password }} {{ object.description }} {{ object.name }} {{ object.rtp_ip }} {{ object.sip_ip }} {{ object.sip_port }} {{ object.max_calls }} {{ object.calls_per_second }} {{ object.outbound_caller_id_name }} {{ object.outbound_caller_id_number }} {{ object.force_caller_id }} {{ object.masq_caller_id }} {{ object.urgency_number }} {{ object.insee_code }} {{ object.enabled }} {{ object.fake_ring }} {{ object.cli_debug }} {{ object.created }} {{ object.modified }} {{ object.transcoding_allowed }} {{ object.recording_allowed }} {{ object.recording_always }} {{ object.recording_limit }} {{ object.recording_retention }} {{ object.sip_transport }} {{ object.rtp_transport }} {{ object.rtp_tos }} {{ object.pai }} {{ object.pid }} {{ object.ha1 }} {{ object.ha1b }}
Create new CustomerEndpoint {% endblock %}