Re: [O] sip: links

2015-06-23 Thread Christian Thaeter
On 2015-06-23 00:24, briangpowell . wrote: > Cool, what do you do with "xmpp:"? just opening 'psi-plus' here with a message window, I haven't figured out how to do more (aka all this xmpp: url variants) Again, just a crude works-for-me snippet: ;;; org-xmpp.el - Support for xmpp communication

Re: [O] sip: links

2015-06-22 Thread briangpowell .
Cool, what do you do with "xmpp:"? On Mon, Jun 22, 2015 at 11:02 AM, Christian Thaeter wrote: > > > On 2015-06-22 11:27, Michael Strey wrote: > > > On So, 2015-06-21, Christian Thaeter wrote: > > > > [...] > > > > > looks good, I'll use that instead of my hack. > > > > Look out for bugs. It's o

Re: [O] sip: links

2015-06-22 Thread Christian Thaeter
On 2015-06-22 11:27, Michael Strey wrote: > On So, 2015-06-21, Christian Thaeter wrote: > > [...] > > > looks good, I'll use that instead of my hack. > > Look out for bugs. It's one of my very first emacs-lisp hacks. > > > I've a minor ideas to add: > > > > Instead just append the telephone

Re: [O] sip: links

2015-06-22 Thread Michael Strey
On So, 2015-06-21, Christian Thaeter wrote: [...] > looks good, I'll use that instead of my hack. Look out for bugs. It's one of my very first emacs-lisp hacks. > I've a minor ideas to add: > > Instead just append the telephone number to the end of the > dial command one could use (org-replace

Re: [O] sip: links

2015-06-21 Thread Christian Thaeter
On 2015-06-21 12:37, Michael Strey wrote: > Hi Christian, > > On Sa, 2015-06-20, Christian Thaeter wrote: > > > anyone of you happen to have a url handler for 'sip:' links > > invoking a telephony app (eg. linphone) when clicked? > > The attached org-dial.el provides support for a link type `te

Re: [O] sip: links

2015-06-21 Thread Michael Strey
Hi Christian, On Sa, 2015-06-20, Christian Thaeter wrote: > anyone of you happen to have a url handler for 'sip:' links invoking a > telephony app (eg. linphone) when clicked? The attached org-dial.el provides support for a link type `tel:' as well as for dialing from properties in org-contacts.

Re: [O] sip: links

2015-06-20 Thread Christian Thaeter
On 2015-06-20 17:23, Christian Thaeter wrote: > anyone of you happen to have a url handler for 'sip:' links invoking a > telephony app (eg. linphone) when clicked? Otherwise I may give a > try on my own nonexistent elisp skills :D > > Christian > Note to self: The code below works for m

[O] sip: links

2015-06-20 Thread Christian Thaeter
anyone of you happen to have a url handler for 'sip:' links invoking a telephony app (eg. linphone) when clicked? Otherwise I may give a try on my own nonexistent elisp skills :D Christian