Search results

  1. M

    Extension/Ring group missed call destination name

    Hi Guy's, Case of missed call client gets email with his extension number or the ring group number that the call is missed on. how can we set to send the name / caller id name of the extension or ring group that the call is missed on? this become an issue mostly in case of missed call on ring...
  2. M

    blocking spam calls

    Fail2ban, event gurd, ACL, using strong SIP passwords, set 1 registration concurrent.
  3. M

    Queue agents ring notification via dialplan

    Now its more clear! i set in agent contact field the following string and its working perfectly!! {execute_on_originate=' curl https://URL/extension=XXXX&caller_id_number=${caller_id_number}'}user/XXXX@domain.com Many Thanks' to @agree !
  4. M

    Queue agents ring notification via dialplan

    OK,Thank you for the information. Can you share more details about contact string?
  5. M

    Queue agents ring notification via dialplan

    i have tried to set the agnet as "uuid-standby" in order to use loopback but extension dosnt ring at all (once set back to callback, extension ringing).
  6. M

    Queue agents ring notification via dialplan

    Real time notification for incoming calls.
  7. M

    Queue agents ring notification via dialplan

    i'm looking for way to get notification about Queue agents ring via dialplan to call url using curl. normally i'm using cidlookup, but in case of ringing extension which is agent that not providing information... any idea? that case is for notify CRM with post for incoming ringing call at agent...
  8. M

    How to schedule Call Broadcast

    That great!! I appreciate your help
  9. M

    How to schedule Call Broadcast

    the final point is to have the option to set daily auto dialer (same as call broadcast) to few external numbers and when they answer, transfer to an IVR. call broadcast answer the request but there is no option to schedule the call broadcast :(
  10. M

    How to schedule Call Broadcast

    Any more advices how to schedule call broadcast? I know for cron option but that can't run cause of Auth.
  11. M

    How to schedule Call Broadcast

    I have checked the school bells app, there is no option to choose call broadcast profile
  12. M

    How to schedule Call Broadcast

    If that help, I need to run call broadcast every day at 8 am
  13. M

    How to schedule Call Broadcast

    It may be relevant.. Can you share example of dialplan using sched_api?
  14. M

    How to schedule Call Broadcast

    i did searching in https://docs.fusionpbx.com/en/latest/applications/call_broadcast.html and there is only one mention for that: Uses sched_api to schedule an API call in the future. Is used to schedule calls to the provided number/extensions and send them to the extension an IVR Menu...
  15. M

    is it right to clear RAM cache daily?

    No I'm not but worry for that case..
  16. M

    is it right to clear RAM cache daily?

    Cache using more then 50% of ram. I would like to have free ram for Fusionpbx calls. Is there any option to limit the cache ram amount?
  17. M

    is it right to clear RAM cache daily?

    i set up cron to run # sync; echo 1 > /proc/sys/vm/drop_caches every day in midnight. is it right to do it?
  18. M

    User owned extension permission

    cannot find a way to have a user level to see only is owned extension.. i did set the user to extension, and when login with the user i'm facing "access denied". but when i'm choosing "Call Forward" option then only owned extension is showing up well. i double check the user group permissions...
  19. M

    Can I create FusionPBX cluster

    Interested too, can someone share some details, guide, instructions?
  20. M

    issue with outbound record calls

    Fixed by changing order of record from 50 to 31. Thank you.