Skip to content

Commit

Permalink
updated readme and changelog ready for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul committed Jan 19, 2016
1 parent 9261317 commit 6a27561
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,23 @@
## V0.3
## v0.4
- Rewrite to use a standardised set of sample names
- Parameterised voice selection in the macro
- Gordon Gow voice added

## v0.3
- Fixed a timing issue which meant that if your call connected within the
first 2 seconds of a 10 second block, the time would be announced
incorrectly (2 seconds late)
- Function to timeout a call after 3 minutes now actually works.
- re-trimed all samples to be exactly the right length (to minimise drift
for non-asterisk implementations)

## V0.2
## v0.2
- 35.wav corrected so it says 35 and not 36 (doh!)
- Timezone support added to the macro
- Macro rewritten to not reply on step numbering (labels ftw!)
- Changelog added

## V0.1
## v0.1
- Pat Simmons Audio samples provided by Andy Emmerson from the TIM2000 project
- Bare bones speaking clock macro cribbed from an anonymous forum post
- Most of the macro rewritten to work with our samples and timing
Expand Down
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,18 @@ The default voice is PAT

Instalation
-----------
* Check this repository out into `/etc/asterisk/TIM`
* Check this repository out into `/etc/asterisk/asterisk-tim`
```
cd /etc/asterisk
git clone https://github.com/paulseward/asterisk-tim.git
```
* Create a symlink to the audio files
```
ln -s /etc/asterisk/TIM/Audio /usr/share/asterisk/sounds/TIM
ln -s /etc/asterisk/asterisk-tim/Audio /usr/share/asterisk/sounds/TIM
```
* Add an entry to `/etc/asterisk/extensions.conf` which includes the TIM macro
```
#include /etc/asterisk/TIM/macro.conf
#include /etc/asterisk/asterisk-tim/macro.conf
```
* Steer a number in your dialplan (eg 123) towards the TIM macro
```
Expand All @@ -39,7 +43,6 @@ exten => 123,1,Macro(TIM,${VOICE})
ToDo
----
- Noise reduction on Pat Simmons samples
- Prep samples for Gordon Gow
- Record Ethel Cain

Credits
Expand Down

0 comments on commit 6a27561

Please sign in to comment.