{% extends "base.html"%} {% load staticfiles %} {% block css %} {{ block.super }} {% endblock %} {% block title %} Realtime {% endblock %} {% block localization %} Realtime {% endblock %} {% block page-title %}
  • Current Calls
  • {% endblock %} {% block content %}
    {% if data %}
    {% for d in data %} {% endfor %}
    Extension Destination Dialed Number Pinset Provider Start Active Time
    {{ d.CallerID }} {% if d.destination_country_flag != '' %} {% endif %} {{d.destination_group_name}} {{ d.dialed_number }} {% if d.Accountcode == '' %}-{% else %}{{ d.Accountcode }}{% endif %} {{ d.provider_name }} {{ d.call_start }} {{ d.Duration }}
    {% else %}

    There are no active calls on your Elastix system right now.

    {% endif %}
    {% endblock %} {% block js %} {{ block.super }} {% endblock %}