Search results

  1. J

    Time Zone Support for Time Conditions

    I made this by copying the `caller-details` default inbound dialplan and adding some mods. Order just needs to be before the inbound numbers are processed. On Fusion, that's 100, so I made this one 90. <extension name="timezone_QLD" continue="true" uuid="4fd4a108-777a-4441-8f22-8e8263e112d1">...
  2. J

    Autoprovision Admin Password Set Fails

    Point isn't to see passwords @gunemalli, it's to capture the required variables; which would be there, just blanked out.
  3. J

    Restrict calls to an Extension to only a single extension (or a number of extensions)

    Assuming that's extension to extension, I would copy the `local_extension` dialplan and add a check that: "destination_number = ^5700$" and as mentioned, do a condition that: "${sip_from_user}=^(5100|5200|etc)$"
  4. J

    Hiding Callerid on the phone for incoming calls

    Prefix "*67" before the outbound number. Go to Account > Dialplan and look up "call_privacy" with the search box.
  5. J

    Time Zone Support for Time Conditions

    The solution to this is to set the `timezone` directly in the inbound route, or create a condition to set on some regex rule (like I have done below). All timeconditions reached (and voicemail I believe) will have the correct time. No need to offset time conditions.
  6. J

    SOLVED Domain specific provisioning settings

    That's not a phone mate, that's a config on the PBX. Are you using Yealink RPS/DM? Is the Server URL that domain you hid, or a generic domain?
  7. J

    SOLVED Domain specific provisioning settings

    You need to point your phones at that domain for it to get the domain specific settings.
  8. J

    Please help to set up TLS calls

    https://freeswitch.org/confluence/display/FREESWITCH/SIP+TLS
  9. J

    SOLVED Yealink Provisioning Files and FusionPBX Variables

    Is your variable stored in Advanced > Default Settings with a category of 'provision' and the subcategory of 'yealink_autop_sync_local'? Did you hit 'reload' in the top right of Advanced > Default Settings after creating the new variable?
  10. J

    distinctive ring for internal calls

    I have done the way @MTR has done it in the past, but there is a _way_ easier way. Apps > Ring Groups, click on a Ring Group, and there is a field called "Distinctive Ring". Point that to a servable (FTP, HTTP) file and you're good to go.
  11. J

    How to Enable Yealink Alphabetic Search Function

    http://forum.yealink.com/forum/showthread.php?mode=linear&tid=989&pid=#pid Maybe respond to see if they intend on including that option in future versions.
  12. J

    SOLVED *8[ext} transfers me to voicemail

    I was actually going to write that. Glad you found it!
  13. J

    SOLVED Language Prompts

    Got this to work fine last night using Westany. Changed from en-us Callie to en-au Madison. I changed four variables in Advanced > Variables: default_voice default_language (well, mine was en and stayed en) default_dialect sound_prefix Then I went to Advanced > XML Editor and changed the...
  14. J

    Autoprovision Admin Password Set Fails

    As a test, change the password manually on the cp920 and export the config and see what changed.
  15. J

    Change Agent status through user dashboard

    @brb5548 the question was, why doesn't agent status change to "Available" when a user's presence is set to "available" in their settings. I just checked on my PBX and it worked fine @v.miskos. Not sure about the "multiple-queues" part, but I assigned the user to the Agent and the user to the...