|
|
@ -2,6 +2,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
Builds a dialplan to make Asterisk function as a jukebox.
|
|
|
|
Builds a dialplan to make Asterisk function as a jukebox.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It has been depreciated in favor of ajw. https://git.pickmy.org/dewdude/ajw
|
|
|
|
|
|
|
|
|
|
|
|
## About
|
|
|
|
## About
|
|
|
|
|
|
|
|
|
|
|
|
An Asterisk Jukebox is a IVR that mimics the function of a CD jukebox. It
|
|
|
|
An Asterisk Jukebox is a IVR that mimics the function of a CD jukebox. It
|
|
|
@ -104,7 +106,7 @@ pressing 0.
|
|
|
|
21-NOV-2021 - Added explanation of dialplan
|
|
|
|
21-NOV-2021 - Added explanation of dialplan
|
|
|
|
22-NOV-2021 - Fixed "0 to menu" bug in album playback.
|
|
|
|
22-NOV-2021 - Fixed "0 to menu" bug in album playback.
|
|
|
|
Added volume input prompt.
|
|
|
|
Added volume input prompt.
|
|
|
|
01-MAY-2021 - Major Update: More automation, better dialplan
|
|
|
|
01-MAY-2022 - Major Update: More automation, better dialplan
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
@ -201,7 +203,7 @@ actually does math, but just directs to the dialplan line that does.
|
|
|
|
# License
|
|
|
|
# License
|
|
|
|
|
|
|
|
|
|
|
|
jaw - jukebox for asterisk wizard
|
|
|
|
jaw - jukebox for asterisk wizard
|
|
|
|
Copyright (C) 2021 Jay Moore - nq4tango@gmail.com
|
|
|
|
Copyright (C) 2022 Jay Moore - nq4tango@gmail.com
|
|
|
|
|
|
|
|
|
|
|
|
This program is free software: you can redistribute it and/or modify
|
|
|
|
This program is free software: you can redistribute it and/or modify
|
|
|
|
it under the terms of the GNU General Public License as published by
|
|
|
|
it under the terms of the GNU General Public License as published by
|
|
|
|