Search results

  1. M

    How to reload call_center module in midnight

    Thanks. Should I paste this line into cron with timing or need something else?
  2. M

    How to reload call_center module in midnight

    because we are facing some calls stuck in call center and only reloading the call_center module is fix that, i wondering how can i set (maybe with cron) that call_center module will restart in every midnight.
  3. M

    Time stroring cdr and records for specific domain

    Hi, System set to save cdr records and call records for 180 days. Some customer asking to have these records for one year. How to set different time to save recording per domain and keep system to saving 180 days?
  4. M

    New provider, no recordings

    Share the outbound route of this provider
  5. 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...
  6. M

    blocking spam calls

    Fail2ban, event gurd, ACL, using strong SIP passwords, set 1 registration concurrent.
  7. 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 !
  8. M

    Queue agents ring notification via dialplan

    OK,Thank you for the information. Can you share more details about contact string?
  9. 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).
  10. M

    Queue agents ring notification via dialplan

    Real time notification for incoming calls.
  11. 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...
  12. M

    How to schedule Call Broadcast

    That great!! I appreciate your help
  13. 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 :(
  14. 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.
  15. M

    How to schedule Call Broadcast

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

    How to schedule Call Broadcast

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

    How to schedule Call Broadcast

    It may be relevant.. Can you share example of dialplan using sched_api?
  18. 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...