~singpolyma/ccd

Cheogram CLI Dialler
Fix app name sent to pulse
Tell pulse not to exceed 20ms latency
Switch to higher-level DTMF API

clone

read-only
https://git.sr.ht/~singpolyma/ccd
read/write
git@git.sr.ht:~singpolyma/ccd

You can also use your local clone with git send-email.

#Cheogram CLI Dialler

This is a simple outbound-only calling app, based on the Snikket SDK. It can place calls to any Jabber ID, XMPP URI, or if you have a gateway in your contacts anything that can be resolved via the gateway (such as a phone number).

Building requires the Snikket SDK to be installed.

#Getting Help

If you have any questions about this app, or wish to report a bug, please send email to dev@singpolyma.net or join us in xmpp:discuss@conference.soprani.ca?join

#Contributing

If you have code or patches you wish to contribute, the maintainer's preferred mechanism is a git pull request. Push your changes to a git repository somewhere, for example:

git remote rename origin upstream
git remote add origin git@git.sr.ht:~yourname/ccd
git push -u origin master

Then generate the pull request:

git fetch upstream master
git request-pull -p upstream/master origin

And copy-paste the result into a plain-text email to: dev@singpolyma.net

You may alternately use a patch-based approach as described on https://git-send-email.io

Contributions follow an inbound=outbound model -- you (or your employer) keep all copyright on your patches, but agree to license them according to this project's COPYING file.