Skip to content

Instantly share code, notes, and snippets.

View fblackburn1's full-sized avatar
❄️
__

Francois Blackburn fblackburn1

❄️
__
View GitHub Profile
@fblackburn1
fblackburn1 / ps_contacts.sql
Created June 20, 2023 12:41
ps_contacts.sql
--
-- PostgreSQL database dump
--
-- Dumped from database version 13.11 (Debian 13.11-0+deb11u1)
-- Dumped by pg_dump version 13.11 (Debian 13.11-0+deb11u1)
SET statement_timeout = 0;
SET lock_timeout = 0;
SET idle_in_transaction_session_timeout = 0;
@fblackburn1
fblackburn1 / ari-bug.py
Created January 6, 2020 16:48
asterisk-16.7-regression-ari
import ari
import time
from threading import Thread
import logging
logging.basicConfig(level=logging.INFO, format='%(asctime)s :: %(levelname)s :: %(message)s')
logger = logging.getLogger(__name__)
URL = 'http://localhost:5039'