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

Dialog Listing

{% for object in object_list %} {% endfor %}
IDLink hash_entry hash_id callid from_uri from_tag to_uri to_tag caller_cseq callee_cseq caller_route_set callee_route_set caller_contact callee_contact caller_sock callee_stock state start_time timeout sflags iflags toroute_name req_uri xdata
{{object.pk}} {{object}} {{ object.hash_entry }} {{ object.hash_id }} {{ object.callid }} {{ object.from_uri }} {{ object.from_tag }} {{ object.to_uri }} {{ object.to_tag }} {{ object.caller_cseq }} {{ object.callee_cseq }} {{ object.caller_route_set }} {{ object.callee_route_set }} {{ object.caller_contact }} {{ object.callee_contact }} {{ object.caller_sock }} {{ object.callee_stock }} {{ object.state }} {{ object.start_time }} {{ object.timeout }} {{ object.sflags }} {{ object.iflags }} {{ object.toroute_name }} {{ object.req_uri }} {{ object.xdata }}
Create new Dialog {% endblock %}