{"id":16887780,"url":"https://github.com/srl295/freepbx-pushover-smsbridge","last_synced_at":"2026-07-04T10:31:36.773Z","repository":{"id":58815461,"uuid":"533825740","full_name":"srl295/freepbx-pushover-smsbridge","owner":"srl295","description":"A bridge between FreePBX SMS and Pushover","archived":false,"fork":false,"pushed_at":"2022-09-07T21:52:02.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-22T08:28:55.765Z","etag":null,"topics":["freepbx","pushover-notifications","sms"],"latest_commit_sha":null,"homepage":"","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/srl295.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}},"created_at":"2022-09-07T15:26:29.000Z","updated_at":"2022-10-21T18:48:54.000Z","dependencies_parsed_at":"2022-09-08T19:50:54.836Z","dependency_job_id":null,"html_url":"https://github.com/srl295/freepbx-pushover-smsbridge","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/srl295/freepbx-pushover-smsbridge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srl295%2Ffreepbx-pushover-smsbridge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srl295%2Ffreepbx-pushover-smsbridge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srl295%2Ffreepbx-pushover-smsbridge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srl295%2Ffreepbx-pushover-smsbridge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/srl295","download_url":"https://codeload.github.com/srl295/freepbx-pushover-smsbridge/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srl295%2Ffreepbx-pushover-smsbridge/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35118970,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-04T02:00:05.987Z","response_time":113,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["freepbx","pushover-notifications","sms"],"created_at":"2024-10-13T16:46:52.881Z","updated_at":"2026-07-04T10:31:36.758Z","avatar_url":"https://github.com/srl295.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# freepbx-pushover-smsbridge\n\nA bridge between [FreePBX SMS](https://freepbx.org) and Pushover\n\n[![npm version](https://badge.fury.io/js/@codehivetx%2Ffreepbx-pushover-smsbridge.svg)](https://badge.fury.io/js/@codehivetx%2Ffreepbx-pushover-smsbridge)\n\n## Setup\n\n1. Create a Pushover account\n2. Set up the [SMS Webhook](https://wiki.freepbx.org/display/FPG/SMS+Webhook) to be something such as \u003chttp://yourhost.example.com:21439\u003e ( see 'port' setting below.) I recommend running this as localhost only. Set the webhook to 'receive'.\n3. Create the file `config.json`. (\"//\" entries are comments.)\n\n```json\n{\n    \"port\": 21439,\n    \"routing\": {\n        \"default\": {\n            \"user\": \"\u003cpushover user key or group key for default routing\u003e\"\n        },\n        \"12125551212\": {\n            \"user\": \"\u003cpushover user key or group key\u003e\"\n        },\n        \"18185551212\": {\n            \"user\": \"\u003cpushover user key or group key\u003e\"\n        }\n    },\n    \"PUSHOVER_USER\": \"\u003cpushover user to be used as a last resort\u003e\",\n    \"PUSHOVER_TOKEN\": \"…\"\n}\n```\n\nIf `PUSHOVER_TOKEN` is not set, they will be pulled from the environment. See [pushover-notifications](https://www.npmjs.com/package/pushover-notifications)\n\n## Routing\n\nUpdate the 'routing' part of config.json to custom route messages.\n\n## Sample input from Sipstation\n\n```json\n{ \"to\": \"18185551212\",\n  \"from\": \"12125551212\",\n  \"adaptor\": \"Sipstation\",\n  \"time\": \"Wed, 31 Dec 1969 18:00:00 -0600\",\n  \"message\": \"Hello, world!\",\n  \"eventDirection\": \"in\" }\n```\n\n## License\n\n[Apache-2.0](./LICENSE)\n\nNote: We can’t be responsible for any results from use or misuse of this alpha level software.\nPlease check everything carefully and review the code.\n\n## Author\n\n[Steven R. Loomis @srl295](https://github.com/srl295) of [@codehivetx](https://github.com/codehivetx)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrl295%2Ffreepbx-pushover-smsbridge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsrl295%2Ffreepbx-pushover-smsbridge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrl295%2Ffreepbx-pushover-smsbridge/lists"}