Recent content by Mikeme

  1. M

    Call center missed call indication

    Read few posts around the network and can't find way to figure it out. The goal is to notify 3rd party system once call is missed (ORIGINATOR_CANCELD) in call center by post/get. I have try to modify the mod_callcenter.c but the compile process is not that simple. Any suggest ?
  2. M

    Ring group name displaying on handset

    Caller ID name prefix
  3. M

    Queue agents ring notification by string stop working after call center reload

    I have try also execute_on_ring= Same issue. the strange thing is once I'm saving the agent edit page, the caller ID came back to work until next time mod_callcenter is reloaded.
  4. M

    Queue agents ring notification by string stop working after call center reload

    so, according this topic; https://www.pbxforums.com/threads/queue-agents-ring-notification-via-dialplan.7440/ where i was looking for a way to notify crm for ringing call at agent extension i was able to solved it by the following string, the issue is when reloading mod_callcenter the...
  5. M

    How to reload call_center module in midnight

    /usr/bin/fs_cli/fs_cli -x "reload mod_callcenter" Is that right?
  6. M

    How to reload call_center module in midnight

    Thanks. Should I paste this line into cron with timing or need something else?
  7. 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.
  8. 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?
  9. M

    New provider, no recordings

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

    blocking spam calls

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