[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] sip: links
From: |
Christian Thaeter |
Subject: |
Re: [O] sip: links |
Date: |
Sun, 21 Jun 2015 18:15:08 +0200 |
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 `tel:' as
> well as for dialing from properties in org-contacts.
>
> Enjoy.
looks good, I'll use that instead of my hack. 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-escapes STRING TABLE), that
allows little more flexible commandline generation.
Thanks
Christian