Search results

  1. 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.
  2. 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.
  3. 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.
  4. 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.
  5. 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.
  6. 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...
  7. 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...
  8. 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.
  9. H

    CDR Details Blank

    Have you deleted the JSON field in the database?
  10. 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...
  11. H

    displaying IVR routing to ringing extension

    You can do a separate ring group for every option in the IVR and in the ring group you can provide the IVR selection as CID name prefix
  12. H

    Convert call recordings during the night or after the call

    There are a few threads about converting call recording and it seems that everyone took the route of converting them overnight as to not put load on the system when there are calls, but what happens when you have few thousand recordings a day, which uses enormous resources to convert at once, is...
  13. H

    Outbound Routes (Multiped Dialplan Expressions)

    Adding those to the call_direction-outbound, will only set the $call_direction to "outbound", it won't actually route your calls. You can add those conditions in the same way to your outbound route dialplan, so the outbound route will catch all of those dialed scenarios and route them the same...
  14. H

    Outbound Routes (Multiped Dialplan Expressions)

    You can have all your outbound routes regex conditions in one call_direction-outbound condition. <condition field="destination_number" expression="^(\d{7})$" break="on-true"> <action application="export" data="call_direction=outbound" inline="true"/> </condition> <condition...
  15. H

    Outbound Routes (Multiped Dialplan Expressions)

    The call_direction-outbound is only created to make sure the call is labeled as an outbound call.
  16. H

    CDR direction for fax is Empty

    In case it might help someone, here is what I did: I uploaded 2 fax icons to /var/www/fusionpbx/themes/default/images, I named them icon_cdr_inbound_fax.png and icon_cdr_outbound_fax.png In /var/www/fusionpbx/app/xml_cdr/resources/classes/xml_cdr.php I added the following code...
  17. H

    SOLVED Group Manager

    You have to add admin2 in the menu manager.
  18. H

    Transfer Call at hangup

    This would probably be hangup_after_bridge=false and add a statement to transfer to your IVR etc.
  19. H

    time conditions

    You can set an outbound destination and select it from the dropdown in the time condition.