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

ProviderEndpoint Listing

{% for object in object_list %} {% endfor %}
IDLink name created modified max_calls enabled prefix suffix username password register sip_proxy sip_transport sip_port realm from_domain expire_seconds retry_seconds caller_id_in_from pid pai calls_per_second rtp_transport rtp_tos
{{object.pk}} {{object}} {{ object.name }} {{ object.created }} {{ object.modified }} {{ object.max_calls }} {{ object.enabled }} {{ object.prefix }} {{ object.suffix }} {{ object.username }} {{ object.password }} {{ object.register }} {{ object.sip_proxy }} {{ object.sip_transport }} {{ object.sip_port }} {{ object.realm }} {{ object.from_domain }} {{ object.expire_seconds }} {{ object.retry_seconds }} {{ object.caller_id_in_from }} {{ object.pid }} {{ object.pai }} {{ object.calls_per_second }} {{ object.rtp_transport }} {{ object.rtp_tos }}
Create new ProviderEndpoint {% endblock %}