Skip to content

This is a Vue component, I want to use it to connect to a freeswitch server. Then you can use the dialpan to make call.

Notifications You must be signed in to change notification settings

meichuang/vue3-webphone-component

Repository files navigation

vue3-webphone-component

This project is not finished yet.

The effect is as follows:

alt text

You can use the component to make call to a freeswitch server.

  1. Add nginx server to solve CORS issues(my OS is Windows. If you are using linux or other systems, you should modify the volume in command)
docker run --name ng -d -p 8888:80 -v .\nginx\nginx.conf:/etc/nginx/nginx.conf:ro nginx

The IP configuration for the freeswitch service is at ./nginx/nginx.con.

About

This is a Vue component, I want to use it to connect to a freeswitch server. Then you can use the dialpan to make call.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published