diff --git a/README.md b/README.md index 05c2ece..3cd1bcc 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,10 @@ as logic to perform this playback. 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 +``` 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. @@ -161,8 +163,8 @@ extension. # License - jaw - jukebox for asterisk wizard - Copyright (C) 2021 Jay Moore - nq4tango@gmail.com + Asterisk Jukebox + Copyright (C) 2022 Jay Moore - nq4tango@gmail.com 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 diff --git a/example-juke.conf b/example-juke.conf index 65c0e16..23d4bd1 100644 --- a/example-juke.conf +++ b/example-juke.conf @@ -19,5 +19,5 @@ same = n,GoTo(cart-player,*${EXTEN:-2},1) exten = _02XX,1,Set(aa=foobar/02album) same = n,GoToIf($["${EXTEN:-2}" = "00"]?8track-player,#12,1) -same = n,GoToIf($["${EXTEN:-2}" < "10"]?cart-player,\#${EXTEN:-1},1) ; these files don't have a leading zero +same = n,GoToIf($["${EXTEN:-2}" < "10"]?cart-player,#${EXTEN:-1},1) ; these files don't have a leading zero same = n,GoTo(cart-player,*${EXTEN:-2},1) \ No newline at end of file