Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Start Phoner.exe from HTML web site (Read 7401 times)
Petr Laznovsky
YaBB Newbies
*
Offline


Phoner is great!

Posts: 34
Joined: 27. Feb 2009
Start Phoner.exe from HTML web site
01. Apr 2015 at 11:22
Print Post  
Have client database and intranet web system, want to made client telephone number somehow 'clickable' to start "phoner.exe CONNECT 123456789". I know the application generally cannot be started from web site due security reasons, but maybe there is any other way: Plugin, ActiveX, etc... Anybody know??
  
Back to top
 
IP Logged
 
Phoner Admin
YaBB Administrator
*****
Offline



Posts: 11585
Location: Germany
Joined: 12. Oct 2003
Gender: Male
Re: Start Phoner.exe from HTML web site
Reply #1 - 01. Apr 2015 at 12:28
Print Post  
The other way is to enable the URL handler in Phoner (Options/Web). Then you can generate links like phoner://0123456789
I hope this helps.
  
Back to top
WWW  
IP Logged
 
Petr Laznovsky
YaBB Newbies
*
Offline


Phoner is great!

Posts: 34
Joined: 27. Feb 2009
Re: Start Phoner.exe from HTML web site
Reply #2 - 04. Apr 2015 at 14:54
Print Post  
Thanks, this work fine for me.

But seem 'phoner://' is proprietary, looking for some 'standard' solution which will be useful also on smartphones to achieve "tap to call" and discovered: http://stackoverflow.com/questions/1164004/how-to-mark-up-phone-numbers?answerta... which I understood as 'tel:' is more common handler. Do you plan to add/switch_to the 'tel:' support?
  
Back to top
 
IP Logged
 
Phoner Admin
YaBB Administrator
*****
Offline



Posts: 11585
Location: Germany
Joined: 12. Oct 2003
Gender: Male
Re: Start Phoner.exe from HTML web site
Reply #3 - 04. Apr 2015 at 17:59
Print Post  
PhonerLite supports "callto:" and "sip:".
Phoner is more suited for ISDN/CAPI. PhonerLite is the VoiP specialized version of Phoner.

Such URL handler is just a registry entry. You can add "tel:" manually. PhonerLite should work with it.
  
Back to top
WWW  
IP Logged
 
Petr Laznovsky
YaBB Newbies
*
Offline


Phoner is great!

Posts: 34
Joined: 27. Feb 2009
Re: Start Phoner.exe from HTML web site
Reply #4 - 07. Apr 2015 at 00:21
Print Post  
Thanks, this help me.
  
Back to top
 
IP Logged
 
Petr Laznovsky
YaBB Newbies
*
Offline


Phoner is great!

Posts: 34
Joined: 27. Feb 2009
Re: Start Phoner.exe from HTML web site
Reply #5 - 11. Oct 2015 at 11:30
Print Post  
Just discovered it is possible to define custom URI and map it to specific application. It require registry edit but for intranet application with limited number of users/computers it is far enough. Create registry entry:

REGEDIT4

[HKEY_CLASSES_ROOT\Phoner]
@="URL:phoner Protocol"
"URL Protocol"=""

[HKEY_CLASSES_ROOT\Phoner\DefaultIcon]
@="\"C:\\Program Files (x86)\\Phoner\\phoner.exe\""

[HKEY_CLASSES_ROOT\Phoner\shell]

[HKEY_CLASSES_ROOT\Phoner\shell\open]

[HKEY_CLASSES_ROOT\Phoner\shell\open\command]
@="\"C:\\Program Files (x86)\\Phoner\\phoner.exe\" \"CONNECT %1\""

If you need to start phoner case by case with different outgoing phone number, just install Phoner in multiple directories, set up each install with custom settings and create each URI protocol for each phoner install. Than create <a href="phoner://123456789">123456789</a> style links in your web app. By click on such link, phoner will be started and given number is dialed.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint