{% extends "base.html" %} {% block title %}{{ account }} - {{ _("SIP Status") }}{% end block %} {% block main %}

{{ _("SIP Status") }}

{% module Channels(account) %} {% module Agent(account) %} {% module Registrations(account) %} {% if account.uses_sip_forwarding() %}
{{ _("SIP Forwarding Enabled") }}

{{ _("All calls to %s will be forwarded to %s") % (account.sip_id, format_phone_number(account.sip_routing_address)) }}

{% else %}
{{ _("SIP Credentials") }}

{{ _("Use these credentials to connect a SIP client to our SIP server") }}

{{ _("SIP Server") }}
ipfire.org
{{ _("Username") }}
{{ account.sip_id }}
{{ _("Password") }}
{{ account.sip_password }}
{% end %} {% end block %}