im new in asterisk i searched like 10hour for example how trigger a php file on incoming call to get caller ID and show to user who is calling and i found some result and tested them codes below are Working(copy pasted from someone example) But problem is its work(trigger php file) only when i call someone from voip and
Tag: asterisk
connect Symfony 3 application to an external SQL database in (asterisk server)
I am developing a VoIP administration platform based on asterisk and I am not be able to connect to my asterisk server from a web app developed with Symfony 3. I want to connect to my SQL database existing on asterisk server which is running on virtual machine from my web application and execute some queries like INSERT, UPDATE, SELECT,
Running javascript inside rest api
I’m working on asterisk. I managed to call an external api using dialplan. Now I want to run a javascript inside that api function, because I need to notify a browser that someone is calling. What I’m …