Page tree

Versions Compared

Key

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

...

ParameterDescriptionExample
support.context Asterisk context which is used for work of call center operators.support-team
support.groupJira user group which includes operators of the call center.call-operators
support.group.leadsJira user group which includes managers of the call center operators.cc-managers
support.sippropertyUser property which contains the SIP number of the call operator.sipnumber
support.project.keyJira project key which will be used for tracking incoming calls from customers.SUP
user.for.search.nameLogin of the system user which will be used for looking up for issues.callcenterRobot
callcenter.support.fieldnameName of the custom field which stores the phone number of the customer.Phone Number
client.summaryName of the custom field which stores the name of the customer.Customer

client.fields (info)

Handy Tip
id7865812538764831

These fields are optional and can be left blank.


Name of the optional custom fields which store additional information about the customer.

City, Region, Country

not.copied.fields (info)

Handy Tip
id6360992525911622

Fields should be standard or a field from nFeed app.


Names of the custom fields which will not be copied to a newly created issue.Date and Time, Call Duration

client.additional.number.fields (info)

Handy Tip
id8556773137391267

The field that contains the Specify the field of the Phone number type that is used to store an additional phone number.


Names of the fields that may store additional phone numbers of the customer.

Mobile Phone
operators.refresh.timeout.minutesTime interval (in minutes) to synchronize the list of call operators and users from the support.group parameter.1
missed.calls.refresh.timeout.minutesTime interval (in minutes) to check new missed call in the database.1
missed.calls.period.daysTime period (in days) for pulling missed calls from the database.10
last.calls.limitMaximal number of calls shown in the user profile of the call operator.100
phone.number.lengthPossible length of phone numbers. The possible length range is not tolerated.4, 7, 10, 11

...

Open the folder with the unpacked app. Open the file etc/connection-config.xml.

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