voipstack_agent 1.2.1
VOIPStack Agent
Installation
Github releases
- Go to releases page
- Download the latest release for your platform
- Extract the downloaded archive
- Move the binary to a location in your PATH:
sudo mv voipstack_agent /usr/local/bin/
Usage
Production
For production deployment use systemd service unit. The file should be located at /etc/systemd/system/voipstack_agent.service
.
sudo useradd voipstack_agent
sudo chown -R voipstack_agent:voipstack_agent /etc/voipstack
sudo systemctl enable voipstack_agent
sudo systemctl start voipstack_agent
Development
Step by step to run the agent:
- Generate the priv/pub keys in the same project:
./voipstack_agent --generate-private-key voipstack_agent.key
- Execute the agent:
VOIPSTACK_AGENT_PRIVATE_KEY_PEM_PATH=voipstack_agent.key ./voipstack_agent -s fs://ClueCon:ClueCon@ip
Considerations
- The application stops on presence of any error.
Contributing
- Fork it (https://github.com/voipstack/voipstack_agent/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Contributors
- Jovany Leandro G.C - creator and maintainer
Repository
voipstack_agent
Owner
Statistic
- 0
- 0
- 0
- 0
- 7
- 3 days ago
- July 4, 2025
License
MIT License
Links
Synced at
Tue, 12 Aug 2025 10:06:59 GMT
Languages