Recent content by codeofdusk

  1. C

    Ring back tone

    In your dialplan variables (advanced -> variables), what are ringback and transfer_ringback set to?
  2. C

    How to negotiate the codec separately for early media and the final answered call?

    Hello, On my system, I play music on hold via an external Icecast (mod_shout) stream, and have written some custom dialplan apps that play audio in early media. Given that I have mixed codecs across my connected endpoints and would like to avoid transcoding where possible (since it introduces...
  3. C

    Change FusionPBX theme for screen reader accessibility?

    Hello, I recently did a fresh install of FusionPBX 5.3 and have noticed that the default theme has changed. The new theme has many unlabelled links, making it harder to use with my screen reader (I'm totally blind). I remember there being an "accessible" alternative theme available, how can I...
  4. 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...
  5. 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?
  6. 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.
  7. 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.