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

Asterisk PBX integration - click2call #3

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

bssstudio
Copy link
Contributor

I have implemented click2call functionality for asterisk pbx.
After every phone number there is an icon displayed and when an user clicks on that icon, a call is placed to his local extension (phone). When the user picks up the phone, asterisk dials the phone number that was in the address book (and clicked on).

It uses access to Asterisk Management Interface (AMI) which can be configured in config/cfg.asterisk.php. I have also added a variable $asterisk_integration in config/config.php to enable/disable click2call.

The request is made by javascript (in the background) to script asterisk_c2c.php.

Let me point out that this very useful and needed feature that separates good and best products (phone related, of course).

If you have any questions I would be glad to answer.

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

Successfully merging this pull request may close these issues.

None yet

2 participants