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

CTL bridge Integration with Zammad not working #9

Open
Piton-812 opened this issue Jul 23, 2023 · 1 comment
Open

CTL bridge Integration with Zammad not working #9

Piton-812 opened this issue Jul 23, 2023 · 1 comment

Comments

@Piton-812
Copy link

Hi! I set all the settingns of CTL integration as in manual page. But when I activate the CTL in Zammad and add the queue in Zammad admin interface from where Zammad should get the calls nothing happens when call comes in this queue. Can you please tell me what could be wrong?
Zammad v.5.4.1
Asterisk with freepbx 14

@Piton-812 Piton-812 changed the title Integration with Zammad not working CTL bridge Integration with Zammad not working Jul 23, 2023
@martinvonwittich
Copy link
Owner

Hi! I set all the settingns of CTL integration as in manual page.

Just FTR: it's CTI (Computer Telephony Integration), not CTL :)

But when I activate the CTL in Zammad and add the queue in Zammad admin interface from where Zammad should get the calls nothing happens when call comes in this queue. Can you please tell me what could be wrong?

Can you provide more information? What does asterisk-zammad-cti-bridge print on startup? At the very least, it should print that it has connected to Asterisk, e.g.:

2023-07-26 16:39:12 +0200 [info] connecting to Asterisk...
2023-07-26 16:39:12 +0200 [info] connection established

You could also check in Asterisk with asterisk -r that the AMI account has been set up, and that asterisk-zammad-cti-bridge has connected:

asterisk*CLI> manager show users

username
--------
zammad
-------------------
1 manager users configured.
asterisk*CLI> manager show connected 
  Username         IP Address                                               Start       Elapsed     FileDes   HttpCnt   Read   Write
  zammad           127.0.0.1                                                1690382352  128         27        0         00032  00000
1 users connected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants