Thank you for registering!
Welcome
Your account is ready to use, here are some details to help get you started!
Account
| Account ID: | {{account.account_id}} |
| Account Name: | {{account.name}} |
| Account Realm: | {{account.realm}} |
{% if account.parent_id %}| Parent Account ID: | {{account.parent_id}} |
| Parent Account Name: | {{account.parent_name}} |
| Parent Account Realm: | {{account.parent_realm}} |
{% endif %}
{% if admin %}
Admin
| Name: | {{admin.first_name}} {{admin.last_name}} |
| Email: | {{admin.email}} |
| Timezone: | {{admin.timezone}} |
{% endif %}
{% if devices %}
SIP Credentials
| User | Email | SIP Username | SIP Password | SIP Realm |
{% for device in devices %}
| {{device.user.first_name}}{{device.user.last_name}} | {{device.user.email|default:""}} | {{device.sip.username}} | {{device.sip.password}} | {{account.realm}} |
{% endfor %}
{% endif %}
Sent from {{system.hostname}}