From: Cody A. <ald...@gm...> - 2017-08-28 03:12:23
|
Lonnie, Yes, it is clear. I will get back to you after I try it. Thank you! -Cody On Sun, Aug 27, 2017 at 9:54 AM, Lonnie Abelbeck <li...@lo...> wrote: > Hi Cody, > > Yes, AstLinux uses "tmpfs" (RAM based) file storage for some paths. The > official persistent storage path is /mnt/kd/ and below is always saved > across reboots. > > For the special case of Asterisk sound files, we offer a useful symlink to > a /mnt/kd/custom-sounds directory if it exists. > > This is what I suggest you do from the CLI ... > -- > mkdir /mnt/kd/custom-sounds > > service asterisk stop > service asterisk init > -- > > With this the /var/lib/asterisk/sounds/custom-sounds path points to > /mnt/kd/custom-sounds, so if you had a sound file /mnt/kd/custom-sounds/greeting.ulaw > you could reference it via the Asterisk dialplan as > "custom-sounds/greeting.ulaw". > > You can also add additional directories in /mnt/kd/custom-sounds/ say > /mnt/kd/custom-sounds/tts/ as such you could reference sound files as > "custom-sounds/tts/greeting.ulaw". > > Clear ? > > Lonnie > > > > On Aug 27, 2017, at 8:28 AM, Cody Alderson <ald...@gm...> wrote: > > > Hi, > > > > I used TTS to make some custom prompts for an extension that plays > humorous TTS files based on day and time. When I reboot the thin client > Astlinux is running on, the directory remains but the files are deleted. I > used the CLI to make the directory and move the files I made into it. > Everything works fine until a reboot, and then those files in that > directory are gone. Would someone please advise me as to what I am doing > wrong? Keep in mind that I am an Asterisk and Linux novice. > > > > Thank you! > > > > -Cody Alderson > > > > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Astlinux-users mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/astlinux-users > > Donations to support AstLinux are graciously accepted via PayPal to > pa...@kr.... > |