Search results

  1. J

    Simple Call ACL App for FusionPBX

    Taking a stab at it. What do you think? I noticed that these changes would be required between call_block and call_acl Anything else I might have missed? Thanks, again ** Changes in call_acl_edit.php //define the call_block_get_extensions function function...
  2. J

    Simple Call ACL App for FusionPBX

    Being a newby, what is a PR? Assuming Personal Request?
  3. J

    Simple Call ACL App for FusionPBX

    I have installed this on Version 4.4.3, works great. I was wondering if the Action could be expanded to send call directly to a voicemail account? I see that call_block has this function. Thanks
  4. J

    Whitelist Only Phone Numbers

    I have created an inbound route for this (see below, sanitized). It basically a IF-THEN-ELSE statement using the action and anti-action statements. Key points are the <condition field="caller_id_number" expression="^(?:\+1|1)?(##########|##########|##########)$"> This does a REGEX lookup to see...