{% extends "templates/web.html" %} {% block page_content %}

CDR Ingestion Settings

{% if not profile %}
No CDR profile yet. Set up your carrier's CDR ingestion and we'll start classifying calls for your 499-A traffic study. You control whether you push CDRs to us, let us pull them from your switch, or both.
{% endif %}

1. Your switch

Picking a known switch auto-selects the CDR format and shows you the credential fields we need. Click Test connection before saving to make sure the credentials work.

2. Secure file drop (SFTP / FTPS)

Enable a secure SFTP / FTPS endpoint scoped to your account. We generate a random password when you turn it on — copied once. Use this alongside switch pull, or as a standalone option.

Status: {% if profile and profile.sftpgo_enabled %} Enabled {{ profile.sftpgo_username }} {% else %} Disabled {% endif %}

3. Revenue attribution

Leave this off if your CDRs carry per-call revenue (recommended — most commercial switches do). Turn it on if you run a flat-rate line service or your switch doesn't emit per-call charges. Your traffic study will be labeled accordingly.

4. Storage & retention

{% if profile %}

Current plan: {{ profile.storage_plan|title }}

Loading usage…

At 80% we email a heads-up. At 100%, behavior follows the over-quota policy below.

{% else %}

Storage quotas activate once your profile is saved. You're on the Included with filing plan by default.

{% endif %} {% for t in storage_tiers %} {% endfor %}
Plan Storage Calls / year Annual
{{ t.name }} {{ t.storage }} {{ t.calls }} {{ t.price }}
{% endblock %}