Skip to content

Javascript-Solution which allows you to show the name and adress of the caller. This product uses the CounterPath API but is not endorsed or certified by CounterPath.

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.md
Notifications You must be signed in to change notification settings

enioag/bria.caller-lookup.switzerland

Repository files navigation

Bria Windows Desktop Popup trigger

A very basic HTML/JavaScript node app that listens for Bria API events and does a search for the remote party number on tel.search.ch when a call is received.

Please note that this application is based on brias own sample but improved a little bit. This version can be executed as a node application.

Installation notes

Download all project files or clone the git repository.

Once downloaded get all npm packages by executing npm install

Make sure you have installed node. Therefore if you run node server.js the application should come up without any exception.

If you now open your browser on http://localhost:8787 a very basic log page should open. By now you should see an security access permission question in your bria application. Please give the rights to access bria. In bria settings you can switch off the security question and allow permanent access.

Probably you would like to run the node application automatically when windows has started. A very simple way to achieve this is installing the node application as a windows service - yes this is possible and actually quite easy:

Run npm install -g qckwinsvc to install a helper program on your machine. Now just run qckwinsvc without any arguments. The service name and description can be anything you like. The node script path has to point to your server.js file in the downloaded root folder. That's it the service is now installed and whenever you start windows you can open localhost:8787 to view the logs.

However the popup mechanism is only working when a website has opened localhost:8787. A very elegant way to make sure that always an instance is running is adding a webtab in your bria phone application to http:localhost:8787. Open bria Preferences -> Files & Web Tabs to add this entry.

If you have a question write me an email, kind regard, marco

About

Javascript-Solution which allows you to show the name and adress of the caller. This product uses the CounterPath API but is not endorsed or certified by CounterPath.

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published