Search results

  1. N

    SOLVED Callcenter configuration bug ?

    Hi, after adding queue to callcentre, or agents... the name of this queue or agent in freeswitch database is not only text but some uuid ... It is a bug ? This uuids appears in events from freeswitch as cc-agent, or cc-queue :( It is about fusion or freeswitch ? My freeswitch version is...
  2. N

    How to implement emergency call logic in fusionpbx ?

    Is it actually possible to define some workflow for emergency call in fusionpbx ? I have a trunk with limited number of simultaneous calls ... i need to establish emergency call in case the trunk limit is full, to drop some active calls with lower priority ... I saw that , there is a...
  3. N

    Jitsi provisioning ?

    Has anybody wrote jitsi provisioning template ? Jitsi do http request to given provisioning url ... and awaits simple .properties file.. Is there some: how to write own provisioning templates ? Or one simple question: how to work with post and get variables in provisioning template ?
  4. N

    Multidate preset ?

    hi, it is possible to do something like that: {"velky_piatok":{{"mday":"19","mon":"4","year":"2019"},{"mday":"10","mon":"4","year":"2020"},{"mday":"2","mon":"4","year":"2021"},{"mday":"15","mon":"4","year":"2022"},{"mday":"7","mon":"4","year":"2023"}}} If yes what is correct syntax ? Or i must...