flexisip-account-manager/flexiapi/resources/views/mails/voicemail.blade.php
Timothée Jaussoin eeeb6baf74 Fix FLEXIAPI-366 Send the voicemails by email
Add a Voicemail UI to listen and delete voicemails in the Admin Account view
2025-12-11 17:20:56 +01:00

14 lines
363 B
PHP

@extends('mails.layout')
@section('content')
# {{ __('New voice message from :sipfrom', ['sipfrom' => $accountFile->sip_from]) }}
{{ __('New voice message') }}
{{ __('From') }}: {{ $accountFile->sip_from }}
{{ __('To') }}: {{ $accountFile->account->identifier }}
{{ __('Recorded at') }}: {{ $accountFile->created_at->toDateTimeString() }} (UTC)
@endsection