Recent content by ou812

  1. O

    S3 Storage

    That was it. It is now working. Thank you,
  2. O

    S3 Storage

    [2026-03-28 01:20:59] production.DEBUG: CreateOutboundMessageService create() started...
  3. O

    S3 Storage

    [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
  4. O

    S3 Storage

    Thank you for your help, much appreciated.
  5. O

    S3 Storage

    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)
  6. O

    S3 Storage

  7. O

    S3 Storage

    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.
  8. O

    S3 Storage

    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,
  9. O

    User portal access for sms

    @Yoni_NVG Thanks that was it
  10. O

    User portal access for sms

    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.
  11. O

    SMS with Telnyx config help

    Thank you, it is now working.
  12. O

    SMS with Telnyx config help

    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...
  13. O

    Preventing extensions to make outside calls

    I have Fax servers enabled so 9999 is set as a prefix, you can add 9999 to the front of your external number and ring group will call out.
  14. O

    Preventing extensions to make outside calls

    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
  15. O

    Recommendations for SIP client hardware

    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...