Skip to content

Instantly share code, notes, and snippets.

View danyork's full-sized avatar

Dan York danyork

View GitHub Profile
@danyork
danyork / meetup-alternatives.md
Last active October 16, 2019 18:23
Meetup - alternatives
@danyork
danyork / dnsop-ietf96.md
Created July 18, 2016 13:48
DNSOP at IETF96

DNS Operations (DNSOP) Working Group

IETF 96, Berlin

Date: Monday 18 July 2016

Time: 15:40-17:40 CEST (13:40-15:40 UTC)

Room: Bellvue

Chairs: Tim Wicinski tjw.ietf@gmail.com

Chairs: Suzanne Woolf suzworldwide@gmail.com

Secretary: Paul Hoffman

<?php
/*
* A script demonstrating how to store user inut in an external database.
*/
// A function to store a document in CouchDB using cURL.
function saveData($callerID, $channel, $network, $text) {
$doc = json_encode(array("callerID" => $callerID, "channel" => $channel, "network" => $network, "text" => $text));
$url = COUCH_DB_HOST.":".COUCH_DB_PORT."/".COUCH_DB_NAME;
With Skype's "Skype For SIP" service at http://www.skypeforsip.com/ one question several of us have had is this: can we get the same headers in SIP that you can currently get in Skype For Asterisk? Those headers are:
   
* skype_languages - A space-separated list of language identifiers (ie - es, en, etc)
   * skype_topic - A user-provided string that can identify the ‘topic’ of the call
   * skype_token - Similar to skype_topic
   * skype_about - ‘about’ profile entry
   * skype_birthday - Birthday
   * skype_gender - Gender
   * skype_homepage - Home page URL
   * skype_homephone - Home phone number
Testing out a gist.