Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NethCTI 3: call recording does not work #5615

Closed
alepolidori opened this issue Apr 16, 2019 · 5 comments
Closed

NethCTI 3: call recording does not work #5615

alepolidori opened this issue Apr 16, 2019 · 5 comments
Labels
bug A defect of the software nethcti Relative to NethCTI client or server verified All test cases were verified successfully
Milestone

Comments

@alepolidori
Copy link

alepolidori commented Apr 16, 2019

Asterisk 13.25 has removed AUDIOHOOK_INHERIT function and consequently AUDIOHOOK_INHERIT variable.
CTI server to recorder a call does this

      command: 'setVariable',
      name: 'AUDIOHOOK_INHERIT(MixMonitor)',
      value: 'yes',
      channel: chid

With Asterisk 13.25 this command fails and does not allow the execution of subsequent commands, so recording a phone call is not possible.

Steps to reproduce

  • use Asterisk 13.25
  • record a call
  • the record does not work

Components

cti server

@alepolidori alepolidori self-assigned this Apr 16, 2019
@alepolidori alepolidori added bug A defect of the software nethcti Relative to NethCTI client or server labels Apr 16, 2019
@alepolidori alepolidori added this to the NethVoice 14 milestone Apr 16, 2019
alepolidori added a commit to nethesis/nethcti-server that referenced this issue Apr 16, 2019
alepolidori pushed a commit to nethesis/nethcti-server that referenced this issue Apr 16, 2019
@alepolidori alepolidori removed their assignment Apr 16, 2019
@alepolidori
Copy link
Author

alepolidori commented Apr 16, 2019

The following setVariable was needed only on NethVoice 11:

command: 'setVariable',
name: 'AUDIOHOOK_INHERIT(MixMonitor)',
value: 'yes',
channel: chid

More info: https://issues.freepbx.org/browse/FREEPBX-17846

@nethbot
Copy link
Member

nethbot commented Apr 16, 2019

in 7.6.1810/nethesis-testing:

  • nethcti-server3-3.11.0-1.7.g956618c.ns7.x86_64.rpm x86_64
  • nethcti-server3-debuginfo-3.11.0-1.7.g956618c.ns7.x86_64.rpm x86_64

@alepolidori
Copy link
Author

How to test

  • verify that call records work properly

@alepolidori alepolidori added the testing Packages are available from testing repositories label Apr 16, 2019
@andrea-marchionni andrea-marchionni added verified All test cases were verified successfully and removed testing Packages are available from testing repositories labels Apr 16, 2019
@andrea-marchionni andrea-marchionni removed their assignment Apr 16, 2019
@nethbot
Copy link
Member

nethbot commented Apr 17, 2019

in 7.6.1810/nethesis-testing:

  • nethcti-server3-3.11.0-1.8.g3bd8e44.ns7.x86_64.rpm x86_64
  • nethcti-server3-debuginfo-3.11.0-1.8.g3bd8e44.ns7.x86_64.rpm x86_64

@nethbot
Copy link
Member

nethbot commented Apr 17, 2019

in 7.6.1810/nethesis-updates:

  • nethcti-server3-3.12.0-1.ns7.x86_64.rpm x86_64
  • nethcti-server3-debuginfo-3.12.0-1.ns7.x86_64.rpm x86_64

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A defect of the software nethcti Relative to NethCTI client or server verified All test cases were verified successfully
Projects
None yet
Development

No branches or pull requests

3 participants