{"id":13555284,"url":"https://github.com/matrix-org/matrix-appservice-verto","last_synced_at":"2025-04-10T15:44:00.783Z","repository":{"id":147156730,"uuid":"42244189","full_name":"matrix-org/matrix-appservice-verto","owner":"matrix-org","description":"A Matrix \u003c--\u003e Verto bridge, designed for conferencing","archived":false,"fork":false,"pushed_at":"2017-08-01T11:48:38.000Z","size":43,"stargazers_count":16,"open_issues_count":6,"forks_count":7,"subscribers_count":38,"default_branch":"master","last_synced_at":"2025-03-24T13:36:09.397Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/matrix-org.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2015-09-10T12:51:48.000Z","updated_at":"2023-09-14T12:21:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"e76f112a-8869-4d2c-9af9-af243b2aef71","html_url":"https://github.com/matrix-org/matrix-appservice-verto","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrix-org%2Fmatrix-appservice-verto","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrix-org%2Fmatrix-appservice-verto/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrix-org%2Fmatrix-appservice-verto/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrix-org%2Fmatrix-appservice-verto/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matrix-org","download_url":"https://codeload.github.com/matrix-org/matrix-appservice-verto/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248243500,"owners_count":21071054,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T12:03:07.681Z","updated_at":"2025-04-10T15:44:00.755Z","avatar_url":"https://github.com/matrix-org.png","language":"JavaScript","funding_links":[],"categories":["JavaScript","others"],"sub_categories":[],"readme":"# matrix-appservice-verto\nA Matrix \u0026lt;--\u003e Verto bridge, designed for conferencing.\n\n## Usage\n\n### Installing\n\nSet up and run a FreeSWITCH 1.6 or later (ideally 1.7).  Make sure `mod_verto` is installed and works with the verto example app (try to join a conference on 3500)\n\n```\n$ git clone git@github.com:matrix-org/matrix-appservice-verto.git\n$ cd matrix-appservice-verto\n$ npm install\n```\n\n### Registering\n```\n$ node app -r -u \"http://appservice-url-here\"\nGenerating registration to 'config/verto-registration.yaml' for the AS accessible from: http://appservice-url-here\n```\nAdd `verto-registration.yaml` to Synapse's `homeserver.yaml` config file:\n```\n# homeserver.yaml\napp_service_config_files: [\"/path/to/matrix-appservice-verto/config/verto-registration.yaml\"]\n```\n\n### Configuring\n```\n$ cp config/config.sample.yaml config/config.yaml\n```\n\n```yaml\n# config/config.yaml\nhomeserver:\n  url: http://localhost:8008\n  domain: localhost\n\nverto:\n  url: \"ws://freeswitch.url.here:8081/\"\n  passwd: \"1234567890\"\n\nverto-dialog-params:\n  login: \"1008@freeswitch.url.here\"\n  ...\n```\n\n### Running\n```\n$ node app -c config/config.yaml\nLoading config file /path/matrix-appservice-verto/config/config.yaml\n[ws://freeswitch.url.here:8081/]: OPENED\n[ws://freeswitch.url.here:8081/]: SENDING {\"jsonrpc\":\"2.0\",\"method\":\"login\",\"params\":{\"login\":\"1008@freeswitch.url.here\",\"passwd\":\"1234567890\",\"sessid\":\"af5cc400-811c-4c5b-896a-25be7b413f5f\"},\"id\":1}\n\n[ws://freeswitch.url.here:8081/]: MESSAGE {\"jsonrpc\":\"2.0\",\"id\":1,\"result\":{\"message\":\"logged in\",\"sessid\":\"af5cc400-811c-4c5b-896a-25be7b413f5f\"}}\n\nRunning bridge on port 8090\n\n```\n\nYou can supply `-p PORT` to set a custom port.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatrix-org%2Fmatrix-appservice-verto","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatrix-org%2Fmatrix-appservice-verto","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatrix-org%2Fmatrix-appservice-verto/lists"}