{% extends "base.html" %} {% load static %} {% load i18n %} {% block content %}
| hash_entry | {{ object.hash_entry }} |
| hash_id | {{ object.hash_id }} |
| callid | {{ object.callid }} |
| from_uri | {{ object.from_uri }} |
| from_tag | {{ object.from_tag }} |
| to_uri | {{ object.to_uri }} |
| to_tag | {{ object.to_tag }} |
| caller_cseq | {{ object.caller_cseq }} |
| callee_cseq | {{ object.callee_cseq }} |
| caller_route_set | {{ object.caller_route_set }} |
| callee_route_set | {{ object.callee_route_set }} |
| caller_contact | {{ object.caller_contact }} |
| callee_contact | {{ object.callee_contact }} |
| caller_sock | {{ object.caller_sock }} |
| callee_stock | {{ object.callee_stock }} |
| state | {{ object.state }} |
| start_time | {{ object.start_time }} |
| timeout | {{ object.timeout }} |
| sflags | {{ object.sflags }} |
| iflags | {{ object.iflags }} |
| toroute_name | {{ object.toroute_name }} |
| req_uri | {{ object.req_uri }} |
| xdata | {{ object.xdata }} |