https://github.com/raphaelm/sipgate-dnd
Quick-and-dirty Android app for toggling sipgate team DND status of a device. Not recommended for production use, not affiliated with sipgate.
https://github.com/raphaelm/sipgate-dnd
Last synced: about 2 months ago
JSON representation
Quick-and-dirty Android app for toggling sipgate team DND status of a device. Not recommended for production use, not affiliated with sipgate.
- Host: GitHub
- URL: https://github.com/raphaelm/sipgate-dnd
- Owner: raphaelm
- License: apache-2.0
- Created: 2018-11-28T12:11:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-23T21:25:38.000Z (over 1 year ago)
- Last Synced: 2025-02-13T14:16:20.276Z (4 months ago)
- Language: Kotlin
- Size: 141 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sipgate-dnd
Quick-and-dirty Android app for toggling sipgate team DND status of a device. Not recommended for production use, not affiliated with sipgate.## Setup
- Go to https://app.sipgate.com/personal-access-token
- Create a new token with the following permissions:
- devices
- devices:read
- devices:write
- devices:forwardings:read
- devices:forwardings:write
- groups
- groups:read
- groups:devices:write
- groups:numbers:read
- groups:users:read
- phonelines
- phonelines:busyonbusy:read
- phonelines:busyonbusy:write
- phonelines:devices:read
- phonelines:devices:write
- phonelines:forwardings:read
- phonelines:forwardings:write
- phonelines:read
- phonelines:write
- Note down username and password
- Find out your account-specific user ID, looks like `w23`. You might need to ask your admin.
- Find out your phone's device ID within Sipgate. Hard to find without devtools. Looks like `y42` for mobile devices.
- Enter those settings in the app