| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| README.TXT | 2011-11-23 | 559 Bytes | |
| confetch.sh.tar.gz | 2011-11-23 | 1.3 kB | |
| Totals: 2 Items | 1.8 kB | 0 |
Confetch is a bash tool.
Useful if you need to fetch certain context from asterisk config files.
Usage:
====================
./confetch {context name - eg. local} {config file - eg. extensions.conf}
Confetch will also accept wildcards and regex
Examples:
====================
./confetch glob* extensions.conf
will fetch first (not array) context that begins with "glob"
Requires:
====================
wc
grep
awk
sed
Copyright:
====================
Confetch - Useful tool for Asterisk users by Vladimir Djuricic <vladimir.djuricic@gmail.com>