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

Location Listing

ruid{{ object.ruid }}
username{{ object.username }}
domain{{ object.domain }}
contact{{ object.contact }}
received{{ object.received }}
path{{ object.path }}
expires{{ object.expires }}
q{{ object.q }}
callid{{ object.callid }}
cseq{{ object.cseq }}
last_modified{{ object.last_modified }}
flags{{ object.flags }}
cflags{{ object.cflags }}
user_agent{{ object.user_agent }}
socket{{ object.socket }}
methods{{ object.methods }}
instance{{ object.instance }}
reg_id{{ object.reg_id }}
server_id{{ object.server_id }}
connection_id{{ object.connection_id }}
keepalive{{ object.keepalive }}
partition{{ object.partition }}
Edit Location {% endblock %}