![]() |
![]() |
Tiny menubar App for macOS to control your AndTek call center.
Caution: AndTekBar uses a new name since version 0.5.3, thus a new bundle ID. This means you need to download the application manually to obtain the latest versions. Auto updates will be disabled for the "old" application.
- Make sure you've installed all requirements
- Download a prebuilt binary from GitHub releases
Here's a short explanation how to contribute to AndTekBar.app:
- Make sure you've installed all requirements
- Clone this repository:
git clone https://github.com/frdmn/AndTekBar.app - Compile the project:
xcodebuild - Open the executable which can be found in:
${GITDIR}/build/Release/AndTekBar.app
Settings can be pre-seeded via defaults write before the app is installed or launched for the first time. MDM can run these as a script during enrollment:
defaults write mn.frd.AndTekBar endpoint "http://192.168.1.1:8080/andphone/ACDService"
defaults write mn.frd.AndTekBar mac "002414B2XXXX"This creates ~/Library/Preferences/mn.frd.AndTekBar.plist and the app picks up those values on first launch. Users can still change them later via the Settings UI.
- Fork it
- Create your feature branch:
git checkout -b feature/my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin feature/my-new-feature - Submit a pull request
- Cisco Unified Communications Manager
- AndTek call center
Xcode to compile(only for development)
See CHANGELOG.md for more details.
1.0.0

