[2026-03-28 01:20:59] production.DEBUG: Error: No s3_storage settings found for domain f5ebca81-f82f-4691-8a3f-ec1535457550 at /var/www/fspbx/app/Services/MessageMediaObjectStorageService.php:33
I have not set an endpoint address, Docs say
For AWS, the endpoint field should usually be left blank.
SettingExample
access_keyAWS_ACCESS_KEY
secret_keyAWS_SECRET_KEY
bucket_namefspbx-message-media
regionus-west-2
endpoint(blank)
When I send a mms with a image it has a blue box around it and a error message, the cell receives no message. If I send with no image the message is delivered. No file is created in bucket.
I have setup S3 storage as per Fspbx documents, how can I tell if it is connected, I used "aws s3 ls" "s3cmd ls" but I no response.
I know the bucket is working as I have many old Centos Asterisk servers backing up to it using s3cmd.
Thanks,
I have sms setup with Telnyx and a number assigned to ext 201, when I use the portal as super admin I can send and receive if I login as a user I see messages tab but when I press it just refreshes the page, Fax and Voicemail tabs work fine.
I am trying to setup sms using Telnyx, I followed the Doc's but have an issue with incomming messages.
Using the gui I can send a message to a cell but do not receive the reply back.
Do I need to add any settings to the firewall/event guard to allow inbound messages? also the docs say to enter...
I prevented outbound calls by only allowing route from allowed extensions, 201 & 300 can make calls all others are blocked.
Add this to your outbound route. (911 has it's own route)
condition ${sip_from_user} ^(201|300)$ 0 15 true
You need to setup each domain with templates to meet your configuration needs, if you are new to sip phone programming I suggest you just configure the phones from there gui and not use provisioning, once they are configured and working well you can always start playing with the provisioning...