Plugins Directory » Skype Links
|
Author: | Undev.ru Developer |
---|---|---|
Website: | https://github.com/Undev/redmine_skype_link | |
Code repository: | https://github.com/Undev/redmine_skype_link | |
Registered on: | 2015-06-24 (over 9 years ago) | |
Current version: | 1.0.0 | |
Compatible with: | Redmine 2.3.x, 1.0.x, 0.9.x | |
User ratings: |
This plugin allows using Skype URIs in Redmine.
Skype URIs provide a simple way of initiating Skype calls and chats directly from Redmine.
To add a Skype URI to Redmine, specify the link text and the Skype contact using the following syntax:
"Link text":skype:<skype_contact>The plugin enables you to add Skype URIs to initiate:
- Implicit calls
- Explicit calls
- Video calls
- Chats
For more information about the functionality, options, and syntax of each supported Skype URI, see [Skype URI API reference](http://msdn.microsoft.com/en-us/library/office/dn745882).
Installation notes
1. To install the plugin
Download the .ZIP archive, extract files and copy the plugin directory into #{REDMINE_ROOT}/plugins.
Or
Change you current directory to your Redmine root directory:
cd {REDMINE_ROOT}
Copy the plugin from GitHub using the following command:
git clone https://github.com/Undev/redmine_skype_link.git plugins/redmine_skype_link
2. Update the Gemfile.lock file by running the following commands:
rm Gemfile.lock bundle install
3. Restart Redmine.
Changelog
1.0.0 (2015-04-28)
Compatible with Redmine 2.3.x, 1.0.x, 0.9.x.