Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Attachments

Installation Prerequisites

The app supports the following environment:

Jira 6.0 - Jira 6.4.X

Asterisk 12

Info

Operation of the app in any other environment has not been tested and is not guaranteed.

Please do not use the app on the production server.


Installation Instructions

  1. Download the JAR file.
  2. Unpack the JAR file to your local computer.

...

ParameterDescriptionExample
asterisk.hostAddress of the Asterisk Server,asterisk.company.com
asterisk.portPort to connect to the Asterisk Server.5038
asterisk.loginLogin to authenticate in the Asterisk Server.asterisk-login
asterisk.passwordPassword to authenticate in the Asterisk Server.asterisk-password
asterisk.dial.prefixPrefix for making calls through the Asterisk Server.
websockets.portCommunication port through the WebSockets protocol.6090
missed.calls.hostAddress of the server with the database storing the missed calls.asteriskdb.company.com
missed.calls.portPort of the MySQL database storing the missed calls.3306
missed.calls.dbnameName of the database which stores the missed calls.asteriskdb
missed.calls.loginLogin to connect to the database which stores the missed calls.dblogin
missed.calls.passwordPassword to connect to the database which stores the missed calls.dbpassword
cert.file.pathPath to the certificate file (X.509 certificate chain file in the CRT format.C:\certificate\server.crt
key.file.pathPath to the private key (PKCS#8 private key file in the PEM format).C:\certificate\server.pem
key.passwordPassword for the key.keypass
voice.box.linkAddress to the server with voicemail recordings. %s will be replaced with the file name.http://asterisk.company.com:8000/%s.wav

Packing the JAR file

Once you have specified the app configuration in the XML files, you need to pack the app within the archive. Do not apply any compression level to the archive. You may get a file with some other file extension (like, ZIP, RAR, and so on). Just rename the file and change the extension to JAR.

Installation of the App

  1. Open Jira.
  2. Navigate to the Jira administration console.
  3. Select Add-ons.
  4. On the navigational sidebar, select Manage Add-ons.
  5. Click Upload add-on.
  6. Select the JAR file (re-packed).
  7. Click Upload.