I am trying to set a remote phonebook for yealink phones, in the past I was able to use Contacts and set the remote phonebook to use the Global group, this is no longer working. If this is depreciated thats fine too.
After updating to 1.8.5 I can not add any contacts, when I click add I see a white page with a few tabs. this may be just my server can anyone confirm they are able to add contacts.
Thanks,
Has the remote phonebook url format changed in regards to Yealink, the url used to be.
"https://user:password@my.domain.com/app/provision/?file=directory.xml&contacts=groups" but no longer works, I tried "https://user:password@my.domain.com/provision/?file=directory.xml&contacts=groups" but it's...
Is it possible to add a feature to sort by date?
I like to review the logs daily to monitor for excessive failed attempts against the PBX, but sorting by date is not currently an option.
[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...