Search results

  1. H

    Call Recording settings

    It will only purge if purge_call_recordings=true.
  2. H

    Inbound calls (DIDs)

    You route the DID to ext not to a user.
  3. H

    Using FusionPBX as SIPTRUNK server

    You can use Application > Bridges, or https://github.com/fusionpbx/fusionpbx-app-dialplan_tools, or https://github.com/fusionpbx/fusionpbx-app-sip_trunks
  4. H

    Call Recording settings

    There is a dialplan "user_record" which will handle most cases of call recordings, you can do your modifications there. To purge call recordings after 90 days, look at /etc/cron.daily/fusionpbx-backup, or there is https://github.com/fusionpbx/fusionpbx-app-maintenance.
  5. H

    Shared Voicemail for 2 Extensions

    In voicemail there is a option to forward the voicemails to other extensions
  6. H

    Ring fencing extensions to use different SIP trunks

    You can also use toll allow to limit which extension uses which route
  7. H

    Create a gateway that uses the internal dialplan

    have you tried creating a extension in fusion and use it as a gateway with registration in freepbx?
  8. H

    Ringback

    If I remember correctly the default is us-ring. you can look at the freeswitch logs as to why the calls are not working when setting uk-ring.
  9. H

    Ringback

    You added new variables (ringback and transfer_ringback) under defaults section in variables or you changed the existing ones from $${us-ring} to $${uk-ring}?
  10. H

    Group manager / Menu manager not working for scaled down Gui menu

    You have to assign the newly created menu to the domain. You can change the menu setting in default settings under domain for all domains, or you can add this setting to the domain you would like to change the menu for in domain settings.
  11. H

    Follow Me Confirm Prompts

    It's set in /usr/share/freeswitch/scripts/confirm.lua You can set it there to another audio file, or you can set it to a variable that you'll be able to set to a different audio file per domain.
  12. H

    Call recording with shared gateway

    Is it calls that are being answered on the extension that's set to call record all? If the inbound call is only reaching IVR etc and you want it to be recorded, you have to set it in destinations.
  13. H

    Inbound calls being marked as outbound in Call Detail Records

    How about creating 2 rows, 1 for inbound and 1 for outbound? This is how it's with ring groups and follow me.
  14. H

    Endpoint Ext call forwarding not working when Ext part of call group in latest fusionpbx version.

    In ring group 5510, If you scroll down and set "Call Forward" to true, the call forward rule on ext 6000 will work.
  15. H

    Play IVR option selected, before connecting the call

    is it possible to play the IVR option selected, to the callee before connecting the call? Let's say the caller selects option 5 from the IVR, it's transferred to an extension, when the extension picks up the phone it should play "option 5 selected" (only for the callee, not for the caller) and...
  16. H

    IVR - Your call is being transferred

    In IVR when direct dialing an extension, there is an announcement "Your call is being transferred" before starting to ring, using the dial plan please_hold. When selecting an option (for example 1) that transfers to an extension, there is no announcement. Is there a way to have the...
  17. H

    Default settings for CDR is not working

    In default settings cdr category there is a setting is to save b_leg to CDR, options are inbound, outbound and local. No matter what I'm enabling or disabling, all the b_leg's are saved to the database.
  18. H

    CDR Details Blank

    Have you deleted the JSON field in the database?
  19. H

    CDR for b_leg when incoming call is forwarded

    By default, when there is a incoming call and the call is forwarded to another outside number, fusion will combine both legs of the call into 1 CDR record and the direction will be outbound even though it is originally a inbound call, because this was applied later, at the stage when the call...