|
|
@ -8,8 +8,10 @@ as logic to perform this playback.
|
|
|
|
|
|
|
|
|
|
|
|
Asterisk Jukebox & Player consist of two basic dialplans:
|
|
|
|
Asterisk Jukebox & Player consist of two basic dialplans:
|
|
|
|
|
|
|
|
|
|
|
|
a common set of logic for playback called from an jukebox interface
|
|
|
|
```
|
|
|
|
|
|
|
|
a common set of logic for playback called from a jukebox interface
|
|
|
|
a jukebox interface dialplan for music/album selection
|
|
|
|
a jukebox interface dialplan for music/album selection
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
There is no reason you cannot use the player outside of a jukebox, provided you
|
|
|
|
There is no reason you cannot use the player outside of a jukebox, provided you
|
|
|
|
set all the variables and call the proper extensions in it's context.
|
|
|
|
set all the variables and call the proper extensions in it's context.
|
|
|
@ -161,8 +163,8 @@ extension.
|
|
|
|
|
|
|
|
|
|
|
|
# License
|
|
|
|
# License
|
|
|
|
|
|
|
|
|
|
|
|
jaw - jukebox for asterisk wizard
|
|
|
|
Asterisk Jukebox
|
|
|
|
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
|
|
|
|