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

CustomerEndpoint Listing

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