From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Thaeter Subject: Re: sip: links Date: Sun, 21 Jun 2015 18:15:08 +0200 Message-ID: <20150621181508.613cf089@jupiter.pipapo.org> References: <20150620172345.5ec7bd92@jupiter.pipapo.org> <87y4jdjqjj.fsf@strey.biz> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47363) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z6hts-0006Yl-Oz for emacs-orgmode@gnu.org; Sun, 21 Jun 2015 12:15:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z6htn-0004Pb-QO for emacs-orgmode@gnu.org; Sun, 21 Jun 2015 12:15:16 -0400 Received: from pipapo.org ([217.8.59.205]:46546 helo=mail.pipapo.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z6htn-0004PO-Id for emacs-orgmode@gnu.org; Sun, 21 Jun 2015 12:15:11 -0400 Received: from jupiter.pipapo.org (unknown [10.10.100.20]) by mail.pipapo.org (Postfix) with ESMTPSA id 705769E0201F for ; Sun, 21 Jun 2015 16:15:09 +0000 (UTC) In-Reply-To: <87y4jdjqjj.fsf@strey.biz> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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