https://github.com/interlinked1/protel-dialer
Outbound Protel dialer daemon for use with Asterisk softmodem
https://github.com/interlinked1/protel-dialer
Last synced: 11 months ago
JSON representation
Outbound Protel dialer daemon for use with Asterisk softmodem
- Host: GitHub
- URL: https://github.com/interlinked1/protel-dialer
- Owner: InterLinked1
- License: gpl-2.0
- Created: 2024-01-19T12:39:44.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-19T12:44:31.000Z (over 2 years ago)
- Last Synced: 2025-06-25T09:42:47.192Z (12 months ago)
- Language: C
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# protel-dialer
**Outbound Protel dialer daemon for use with Asterisk softmodem**
This is a simple daemon program that can be used for saving transcripts of outbound modem sessions using the Asterisk softmodem,
specifically geared towards saving transcripts of calls to modems such as those used in Protel COCOTs.
This program does not dial numbers or do anything telephony related; that's where integration with the aforementioned softmodem comes in.
### Compiling and Running
Clone the repository and just run `make`. Seriously, that's it. Then you can run `./proteld` with the desired options. Run `./proteld -h` for usage.