<?php

declare(strict_types=1);

return [
    'consumer_name' => 'crm-shadow',
    'consumer_version' => '0.7',
    'tenant_scope' => 'CHANGE_ME_TENANT',
    'environment_scope' => 'DEV',
    'allowed_directions' => ['inbound'],
    'popup_event' => 'communication.call.answered',
    'activity_event' => 'communication.call.ended',
    'recording_enabled' => true,
    'caller_identity_required' => false,
    'crm_extensions' => [
        '1000' => ['enabled' => true, 'crm_user_ref' => 'safe-user-ref', 'team' => 'support'],
    ],
    'queues' => [
        'support' => [
            'enabled' => true,
            'display_id' => 'Support',
            'allowed_extensions' => ['1000'],
            'tenant_id' => 'CHANGE_ME_TENANT',
            'environment' => 'DEV',
        ],
    ],
];
