dismiss
(Сергей)
September 6, 2024, 8:31am
1
Hello. I need help with Custom Extension on Freepbx 16.
I need froward call to announcement if extensions in ring groups are not registered.
How i can check it with custom extension?
Thanks.
In the ring group at the bottom you set the Destination if no answer to wherever you want the call to go if no extensions can answer the call.
dismiss
(Сергей)
September 7, 2024, 11:44am
3
If no answer, i used another destination. I need check registered extensions.
lgaetz
(Lorne Gaetz)
September 7, 2024, 1:18pm
4
There’s a method outlined here where you can branch a call based on the device state of a single extension
The “hint” in Asterisk is a dialplan mechanism that is defined to track the state of one or more resources such as a local device. Many things in FreePBX dialplan have an associated hint such as voicemail boxes, toggle feature codes, etc. It’s the hint that determines the behavior of the LED when you program a BLF button on a phone, but it can have other uses as well. From the Asterisk console run the command:
core show hints
and get a list of all hints available on the system. Some will be o…
If you have a list of extensions, you would modify the Asterisk expression to check them all.