Skip to content

Instantly share code, notes, and snippets.

View duckfullstop's full-sized avatar
🏳️‍🌈
Not knowing everything; just knowing what I know.

duck. duckfullstop

🏳️‍🌈
Not knowing everything; just knowing what I know.
View GitHub Profile
@duckfullstop
duckfullstop / freepbx-cidsuperfecta-http-post-module-readme.md
Last active November 4, 2021 03:06
FreePBX CallerID Superfecta - HTTP POST incoming caller

wat

This is a stupidly trivial additional module for FreePBX's CallerID Superfecta (CID Superfecta) that adds support for sending the caller ID name and number to an external host using a HTTP POST request.

This is absolutely perfect for trigging webhooks in things like Home Assistant, where a GET request may be undesirable.

howe

Make sure you have CID Superfecta installed (that's outside the scope of this readme, I'm sure you can figure it out)

Copy contents into /var/www/html/admin/modules/superfecta/sources/source-Send_to_URL_POST.module. The source should show up immediately in CID Superfecta.

@duckfullstop
duckfullstop / server2.cfg
Created July 20, 2020 21:13
Reddit OpenTTD Configuration
[misc]
display_opt = SHOW_TOWN_NAMES|SHOW_STATION_NAMES|SHOW_SIGNS|FULL_ANIMATION|FULL_DETAIL|WAYPOINTS|SHOW_COMPETITOR_SIGNS
fullscreen = false
graphicsset =
soundsset =
musicset =
videodriver =
musicdriver =
sounddriver =
blitter =

Keybase proof

I hereby claim:

  • I am duckfullstop on github.
  • I am luaduck (https://keybase.io/luaduck) on keybase.
  • I have a public key ASCYMAKCzGw_NjCehhUs281ciM722irfYx4iL6fTL1t77Ao

To claim this, I am signing this object:

@duckfullstop
duckfullstop / nginx.conf
Created May 4, 2014 18:33
nginx-rtmp at LAN sample configuration
##################
## LANSTREAM ##
##################
# This is a sample configuration file
# Please don't copy and paste this exactly, read through it and understand what you're doing
# nginx-rtmp can be a little strange when working multithreaded, so we turn it off
worker_processes 1;