Skip to content

Instantly share code, notes, and snippets.

@sniper7kills
sniper7kills / sendmail-aws
Last active April 24, 2026 16:55 — forked from tony722/sendmail-gcloud
Freepbx Voicemail Transcription Script: AWS Transcribe API
#!/bin/sh
# sendmail-aws
#
# Installation instructions
# Copy the content of this file to /usr/sbin/sendmail-aws
# Modify line #69 with your S3 bucket name
#
# AWS
# ---------------
@tony722
tony722 / sendmail-gcloud
Last active August 2, 2025 02:19
Freepbx Voicemail Transcription Script: Google Speech API
#!/bin/sh
#set -x # Enable shell debugging
#exec 2> /tmp/sendmail-gcloud-debug.log # Redirect stderr to a custom log
# sendmail-gcloud
#
# Installation instructions - Updated for FreePBX 17 and Debian
# Copy the content of this file to /usr/sbin/sendmail-gcloud
#
# Google Account