From discuss@opengroupware.org Wed Feb 14 19:09:43 2007
From: discuss@opengroupware.org (Daniel Pocock)
Date: Wed, 14 Feb 2007 19:09:43 +0000
Subject: [OGo-Discuss] tel: URI for phone numbers
Message-ID: <45D35E77.7060800@readytechnology.co.uk>
There are several applications that allow a user to dial a phone number
by clicking a tel: URI or sip: URI in their browser.
Does OpenGroupware have the ability to display phone numbers as tel: URIs?
e.g. if the phone number is +44 20 7135 7000, the contact list would display
+44 20 7135 7000
Regards,
Daniel
From discuss@opengroupware.org Wed Feb 14 19:15:01 2007
From: discuss@opengroupware.org (Helge Hess)
Date: Wed, 14 Feb 2007 20:15:01 +0100
Subject: [OGo-Discuss] tel: URI for phone numbers
In-Reply-To: <45D35E77.7060800@readytechnology.co.uk>
References: <45D35E77.7060800@readytechnology.co.uk>
Message-ID: <4C9DBD36-AB8D-46F9-A5D6-DA52F3E739FD@opengroupware.org>
On Feb 14, 2007, at 20:09, Daniel Pocock wrote:
> There are several applications that allow a user to dial a phone
> number by clicking a tel: URI or sip: URI in their browser.
>
> Does OpenGroupware have the ability to display phone numbers as
> tel: URIs?
>
> e.g. if the phone number is +44 20 7135 7000, the contact list
> would display
> +44 20 7135 7000
You should be able to do this using SkyDialNumber:
http://www.opengroupware.org/en/users/docs/snippets/CTI/index.html
Greets,
Helge
PS: support questions => users list ;-)
--
Helge Hess
http://www.helgehess.eu/
From discuss@opengroupware.org Thu Feb 15 06:29:20 2007
From: discuss@opengroupware.org (Sebastian Reitenbach)
Date: Thu, 15 Feb 2007 07:29:20 +0100
Subject: [OGo-Discuss] tel: URI for phone numbers
Message-ID: <20070215062920.913903955E@l00-bugdead-prods.de>
Hi,
> >
> > Does OpenGroupware have the ability to display phone numbers as
> > tel: URIs?
> >
> You should be able to do this using SkyDialNumber:
>
> http://www.opengroupware.org/en/users/docs/snippets/CTI/index.html
>
> Greets,
> Helge
>
I use this to trigger my sip phone via my asterisk, take a look here how I have
done it:
http://docs.opengroupware.org/Members/buzzdee/openbsd/ogo_install_obsd-4.0.tar.gz/view
From discuss@opengroupware.org Thu Feb 15 12:46:26 2007
From: discuss@opengroupware.org (chris h)
Date: Thu, 15 Feb 2007 07:46:26 -0500
Subject: [OGo-Discuss] tel: URI for phone numbers
In-Reply-To: <20070215062920.913903955E@l00-bugdead-prods.de>
References: <20070215062920.913903955E@l00-bugdead-prods.de>
Message-ID: <200702150746.27081.chris123@magma.ca>
On Thursday 15 February 2007 01:29, Sebastian Reitenbach wrote:
> I use this to trigger my sip phone via my asterisk, take a look here how I
> have done it:
> http://docs.opengroupware.org/Members/buzzdee/openbsd/ogo_install_obsd-4.0.
>tar.gz/view
This is an amazing piece of work. Thanks for doing it. Was wondering how much
effort it would be to port this too a particular linux flavor as Ive never
worked on or even touched BSD's. Thanks for doing this.
/ch
From discuss@opengroupware.org Thu Feb 15 12:49:12 2007
From: discuss@opengroupware.org (Helge Hess)
Date: Thu, 15 Feb 2007 13:49:12 +0100
Subject: [OGo-Discuss] tel: URI for phone numbers
In-Reply-To: <4C9DBD36-AB8D-46F9-A5D6-DA52F3E739FD@opengroupware.org>
References: <45D35E77.7060800@readytechnology.co.uk> <4C9DBD36-AB8D-46F9-A5D6-DA52F3E739FD@opengroupware.org>
Message-ID: <86B31BBD-408D-4F52-BC14-FDEDE09FD786@opengroupware.org>
On Feb 14, 2007, at 20:15, Helge Hess wrote:
>> e.g. if the phone number is +44 20 7135 7000, the contact list
>> would display
>> +44 20 7135 7000
>
> You should be able to do this using SkyDialNumber:
> http://www.opengroupware.org/en/users/docs/snippets/CTI/index.html
From an offlist reply:
Well, in theory it would be this:
Defaults write NSGlobalDomain SkyDirectActionDialer_Link '"tel:
$number$"'
Defaults write NSGlobalDomain SkyDirectActionDialer_Target '""'
But I just noticed that it doesn't work because ':' is URL
escaped ... Anyways, I fixed that in trunk (r1878). You can now do:
Defaults write NSGlobalDomain SkyDirectActionDialer_Link '"tel:
$numberEscaped$"'
And escaping is off per default.
If you don't want to install trunk for the demo, a workaround would
be a small CGI script which you specify as the link and which then
does a simple redirect to the tel: URL.
Greets,
Helge
--
Helge Hess
http://www.helgehess.eu/
From discuss@opengroupware.org Thu Feb 15 16:56:21 2007
From: discuss@opengroupware.org (Sebastian Reitenbach)
Date: Thu, 15 Feb 2007 17:56:21 +0100
Subject: [OGo-Discuss] tel: URI for phone numbers
Message-ID: <20070215165621.A2BEC395A1@l00-bugdead-prods.de>
Hi,
discuss@opengroupware.org wrote:
> On Thursday 15 February 2007 01:29, Sebastian Reitenbach wrote:
>
> > I use this to trigger my sip phone via my asterisk, take a look here how I
> > have done it:
> > http://docs.opengroupware.org/Members/buzzdee/openbsd/ogo_install_obsd-4.0.
> >tar.gz/view
>
> This is an amazing piece of work. Thanks for doing it. Was wondering how much
> effort it would be to port this too a particular linux flavor as Ive never
> worked on or even touched BSD's. Thanks for doing this.
actually, this is my test box, running on OpenBSD, but I have an other
installation, where
the asterisk is on a different host as the ogo host, both are on linux, and I
use this in
production, So I doubt there is much effort needed.
Just try it out, and ask me directly or on users@ or developer@ ... If I do not
miss it,
I'd be glad to help out, and get feedback.
Sebastian
From discuss@opengroupware.org Thu Feb 15 17:39:26 2007
From: discuss@opengroupware.org (chris h)
Date: Thu, 15 Feb 2007 12:39:26 -0500
Subject: [OGo-Discuss] tel: URI for phone numbers
In-Reply-To: <20070215165621.A2BEC395A1@l00-bugdead-prods.de>
References: <20070215165621.A2BEC395A1@l00-bugdead-prods.de>
Message-ID: <200702151239.26567.chris123@magma.ca>
On Thursday 15 February 2007 11:56, Sebastian Reitenbach wrote:
> actually, this is my test box, running on OpenBSD, but I have an other
> installation, where
> the asterisk is on a different host as the ogo host, both are on linux, and
> I use this in
> production, So I doubt there is much effort needed.
interesting.
> Just try it out, and ask me directly or on users@ or developer@ ... If I do
> not miss it,
> I'd be glad to help out, and get feedback.
Thanks will play with this towards the end of the month. At that time I need
to reformat my laptop anyway and will set this up as a test box. At present
to busy with other priorities to play with anything but work..:(
Thanks for your offer of help. Its appreciated.
/ch
From discuss@opengroupware.org Thu Feb 15 18:11:31 2007
From: discuss@opengroupware.org (Daniel Pocock)
Date: Thu, 15 Feb 2007 18:11:31 +0000
Subject: [OGo-Discuss] tel: URI for phone numbers
In-Reply-To: <200702150746.27081.chris123@magma.ca>
References: <20070215062920.913903955E@l00-bugdead-prods.de> <200702150746.27081.chris123@magma.ca>
Message-ID: <45D4A253.9020902@readytechnology.co.uk>
chris h wrote:
> On Thursday 15 February 2007 01:29, Sebastian Reitenbach wrote:
>
>
>> I use this to trigger my sip phone via my asterisk, take a look here how I
>> have done it:
>> http://docs.opengroupware.org/Members/buzzdee/openbsd/ogo_install_obsd-4.0.
>> tar.gz/view
>>
>
> This is an amazing piece of work. Thanks for doing it. Was wondering how much
> effort it would be to port this too a particular linux flavor as Ive never
> worked on or even touched BSD's. Thanks for doing this.
>
> /ch
>
>
Thanks for all these responses to my original question, and thanks to
Helge for the prompt patching - there will be another dialer solution
presented in the `Open Source VoIP' session at FOSDEM:
http://www.fosdem.org/2007/schedule/speakers/daniel+pocock
and there will probably be some demos of at the Debian and/or
OpenGroupware stands.
From discuss@opengroupware.org Thu Feb 15 18:21:05 2007
From: discuss@opengroupware.org (chris h)
Date: Thu, 15 Feb 2007 13:21:05 -0500
Subject: [OGo-Discuss] tel: URI for phone numbers
In-Reply-To: <45D4A253.9020902@readytechnology.co.uk>
References: <20070215062920.913903955E@l00-bugdead-prods.de> <200702150746.27081.chris123@magma.ca> <45D4A253.9020902@readytechnology.co.uk>
Message-ID: <200702151321.06071.chris123@magma.ca>
On Thursday 15 February 2007 13:11, Daniel Pocock wrote:
> Thanks for all these responses to my original question, and thanks to
> Helge for the prompt patching - there will be another dialer solution
> presented in the `Open Source VoIP' session at FOSDEM:
>
> http://www.fosdem.org/2007/schedule/speakers/daniel+pocock
>
> and there will probably be some demos of at the Debian and/or
> OpenGroupware stands.
OK...so now I am really excited.
One queston if I may, from your bio, what's controversial about the open
source G.729 patches?? (off topic I know so perhaps you may want to respond
off list) Your call.
Best of luck at FOSDEM.
/ch
From discuss@opengroupware.org Thu Feb 15 18:27:43 2007
From: discuss@opengroupware.org (Daniel Pocock)
Date: Thu, 15 Feb 2007 18:27:43 +0000
Subject: [OGo-Discuss] tel: URI for phone numbers
In-Reply-To: <200702151321.06071.chris123@magma.ca>
References: <20070215062920.913903955E@l00-bugdead-prods.de> <200702150746.27081.chris123@magma.ca> <45D4A253.9020902@readytechnology.co.uk> <200702151321.06071.chris123@magma.ca>
Message-ID: <45D4A61F.40708@readytechnology.co.uk>
chris h wrote:
> On Thursday 15 February 2007 13:11, Daniel Pocock wrote:
>
>
>> Thanks for all these responses to my original question, and thanks to
>> Helge for the prompt patching - there will be another dialer solution
>> presented in the `Open Source VoIP' session at FOSDEM:
>>
>> http://www.fosdem.org/2007/schedule/speakers/daniel+pocock
>>
>> and there will probably be some demos of at the Debian and/or
>> OpenGroupware stands.
>>
>
> OK...so now I am really excited.
>
> One queston if I may, from your bio, what's controversial about the open
> source G.729 patches?? (off topic I know so perhaps you may want to respond
> off list) Your call.
>
>
Patents, of course:
http://lists.digium.com/pipermail/asterisk-dev/2004-September/006337.html