Search results

  1. C

    Forwarding to sip uri

    If you want to forward to an external SIP urI, you'll need to create a new extension (dialplan>dialplan manager). Set the condition to destination_number with expression ^somenumber$ where some number is the number to dial inside the PBX to reach the SIP URI. Set the action to bridge, with the...
  2. C

    Presence (BLF) over IPV6

    Hello, trying to get presence/BLF keys working. They seem to work fine over IPV4, but not IPV6. I've checked the internal-ipv6 profile, manage-presence is set to true. I tried changing it to passive and setting dbname=share_presence (per the wiki) but that didn't work either. Any other ideas?
  3. C

    freeswitch-fcc-blacklist: automatically add entries from the FCC robocall blacklist to FreeSWITCH

    I've always found Ward's security scripts buggy and a pain to implement. The standard fail2ban is plenty for most systems in my opinion.
  4. C

    freeswitch-fcc-blacklist: automatically add entries from the FCC robocall blacklist to FreeSWITCH

    I've adapted a script for FreeSWITCH to maintain a blacklist based on FCC consumer complaint data. You can read more about it here.