userdoc:tt_dialproxy

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
userdoc:tt_dialproxy [2013/11/03 18:28]
abelbeck [Dialing Prefixes]
userdoc:tt_dialproxy [2019/01/26 13:36]
abelbeck [Examples]
Line 76: Line 76:
  
   DIALING_PREFIX_NUMBERS="~~~"   DIALING_PREFIX_NUMBERS="~~~"
-\\ 
  
 A typical application would allow an Address Book to support a link (URL), when clicked, to dial A typical application would allow an Address Book to support a link (URL), when clicked, to dial
 the phone number via a selected extension. the phone number via a selected extension.
  
-==== OS X "Address Book" plugin example ====+==== Examples ==== 
 +**OS X "Address Book/Contacts" plugin example**
  
-Saved as "~/Library/Address Book Plug-Ins/DialProxy-office.scpt" (Thanks Michael Keuter)+Until 10.8.x it needs to be saved as "~/Library/Address Book Plug-Ins/DialProxy-office.scpt" (Thanks Michael Keuter) 
 + 
 +//Since 10.9.x it has to be in "~/Library/Application Scripts/com.apple.AddressBook/" instead and the application name should be "Contacts".// 
 + 
 +//Since 10.14.x (macOS Mojave) this feature was removed, though a "Quick Action" in ~/Library/Services/ still works.//
  
 <code>using terms from application "Address Book" <code>using terms from application "Address Book"
Line 122: Line 126:
   
 end using terms from</code> end using terms from</code>
 +
 +**Thunderbird**
 +
 +There is a nice Thunderbird plugin [[https://addons.mozilla.org/de/thunderbird/addon/tbdialout/|TBDialOut]] which works fine with Dialproxy or AMI.  \\ !!Note:!! Might not work with the latest Thunderbird versions because of the Add-on format change of Mozilla. Still works when installed manually in TB 52.8.0 Mac.
 +
 +**Firefox**
 +
 +For Firefox you could use [[https://addons.mozilla.org/de/firefox/addon/telify/|Telify]] via Dialproxy or [[https://addons.mozilla.org/de/firefox/addon/noojee-click-for-asterisk/|Noojee Click]] via AMI. \\ !!Note:!! Both won't work with the latest Firefox versions (57+) because of the Add-on format change of Mozilla.
 +
 +**Google Chrome**
 +
 +For Chome you could use [[https://chrome.google.com/webstore/detail/asterisk-click2call/hlnmjkbpmnbgeondjeceaomhafdacmlj|Asterisk Click2Call]] with Dialproxy (AstLinux 1.2.5 is needed!).
  • userdoc/tt_dialproxy.txt
  • Last modified: 2019/01/26 13:56
  • by abelbeck