{% extends "base.html" %} {% load static %} {% load i18n %} {% block content %}
| name | {{ object.name }} |
| created | {{ object.created }} |
| modified | {{ object.modified }} |
| max_calls | {{ object.max_calls }} |
| enabled | {{ object.enabled }} |
| prefix | {{ object.prefix }} |
| suffix | {{ object.suffix }} |
| username | {{ object.username }} |
| password | {{ object.password }} |
| register | {{ object.register }} |
| sip_proxy | {{ object.sip_proxy }} |
| sip_transport | {{ object.sip_transport }} |
| sip_port | {{ object.sip_port }} |
| realm | {{ object.realm }} |
| from_domain | {{ object.from_domain }} |
| expire_seconds | {{ object.expire_seconds }} |
| retry_seconds | {{ object.retry_seconds }} |
| caller_id_in_from | {{ object.caller_id_in_from }} |
| add_plus_in_caller | {{ object.add_plus_in_caller }} |
| pid | {{ object.pid }} |
| pai | {{ object.pai }} |
| calls_per_second | {{ object.calls_per_second }} |
| rtp_transport | {{ object.rtp_transport }} |
| rtp_tos | {{ object.rtp_tos }} |