Monday, August 12, 2013

openHKP [initial release]

OpenHKP release mail send to openPGP.js:

Hey,
first of all thanks for building openpgp.js!
Some weeks ago I started using openpgp.js and found it pretty convenient.
However, I missed one feature: the interaction with PGP-Keyserver.
Long story short: As the keyserver protocol (HKP) is basically HTTP, I created a brief implementation in Javascript:  https://gitorious.org/openhkp-js/openhkp-js
Furthermore, I setup a CORS-enabled proxy for some keyservers: http://g00se.indus.uberspace.de/
The implementation is based upon: http://tools.ietf.org/html/draft-shaw-openpgp-hkp-00
Best regards,
---
Dennis Guse

Friday, August 2, 2013

Asterisk: Accepted Patch

First contribution to Asterisk (implemented together with Frank Haase):

For video calls, we would like to set the codecs in the dialplan using
SIP_CODEC. However, if SIP_CODEC is set, all codecs except the ONE set are disallowed and thus either audio or video is available.
Attached is a patch for 11.4 that allows SIP_CODEC to contain a list of codecs , e.g. "gsm,h264".
Thanks to Matt Jordan and Rusty Newton (both Digium) for their reviews.