@sachith I don't think there's a native way in FusionPBX to do this (it's not a very common ask as you'd agree too I guess), but you should be able to do this with some LUA script before the ${effective_caller_id_name} OR ${outbound_caller_id_name} variables are assigned a value in the dialplan.
@sandrinho By default, calls on the 'external' profile are authenticated IP based ('provider' ACL under 'Access Controls'), so you'll either need to change the settings on the 'external' profile OR make a copy of the profile and start using/tweaking the copied version for this 'A' device. You'll...
@leo You can try with this
<condition field="${call_direction}" expression="^(inbound|outbound)$">
<action application="set" data="ext_max_calls=${limit_max}"/>
<action application="set" data="ext_max_calls_destination=${limit_destination}"/>
<action...
@Gauravkohli8542
CDR's and CDR call logs (Also referred to as CDR LOG's)....two different things. So, you see the list of CDR's under Applications > Call Detail Records, but you don't see the CALL LOG option when you select a particular CDR entry? If yes, then make sure under Default settings...
@wouam31
- To correct those square icons, please make sure the icons for both, Devices and Event Guard, is set correctly under Dashboard widget settings.
Dashboard > SETTINGS (Top right corner, beside EXPAND ALL and EDIT) > Devices / Event Guard
'Path' must be set to 'dashboard/icon' for both...
@wouam31
- Video background works fine. I think you just need to make sure 'background_color_enabled' and 'background_image_enabled' are disabled (set to False), and only 'background_video_enabled' is enabled (True) with 'background_video' value set to the complete path to the video file...
If you look at your outbound dialplan, the first entry is a condition checking if the value of ${user_exits} is equal to 'false' or not. This variable ${user_exits} is evaluated and assigned a value in the top most dialplan "user_exits" (default Order 10), but because you've changed your...
Those are not the logs buddy. Nvm, looks like your problem is the order of your outbound dialplan entry. Is there a reason you changed it to 5 from default 100? Change it back to 100 and try again.
Post your freeswitch logs for the outbound call attempt. It's under Status > Log Viewer. Make sure you put in the full log of the outbound call, from start to finish. You'll probably need to adjust the DISPLAY dropdown to 128 or 256 for that.
@alan Because you said the issue only happens on a particular number, could the issue be on the upstream/callee end? Do you see the proper DTMF digits being received/sent in the freeswitch logs? Sometimes, when there are media converters involved in the call path upstream to you (Digital to...
Yes, but not completely.
Listing all maintenance applications on the Maintenance page (Status > Maintenance > Show All) is still broken. Just shows one item without a name, and the retention days its showing for DB and File system don't match with any of the maintenance application.
Changes...
Came across this new FusionPBX Maintenance app a week or two ago, so decided to give it a try. Found a couple things broken in it.
FusionPBX 5.3.1 master, updated to-date
Switch version: 1.10.11
PHP version: 8.1.28
1/ After installing the app, Status > Maintenance > Logs, always throws an...