<div dir="ltr">Good catch Brian.  I did limit the output to only files with "Sample" and "ulaw.wav" in the filename, as I thought Nick was asking about the built-in files and not custom ones he had uploaded.<div><br></div><div>So, I decided to upload a custom announcement, and I found that the file was not in that directory.  Instead, the file is renamed, and then placed in the CustomAnn directory.</div><div><br></div><div>Here is a screenshot of the Announcement Configuration page where I uploaded a WAV file named asdf.wav as an Announcement with name "asdf" to the English United States locale.</div><div><br></div><div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div><img src="cid:ii_15429e215af1eb5e" alt="Inline image 2" width="562" height="405"></div><div><br></div></blockquote></div><div>Here I am piecing together a SQL query to find <span style="background-color:rgb(244,204,204)">my Announcement</span>, and associated <span style="background-color:rgb(217,234,211)">file prefix</span> which will come in handy for the "file list" command:<br></div><div><br></div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div><div><font face="monospace, monospace">admin:run sql select <a href="http://ca.name">ca.name</a> as announcement, cal.filename as origfilename, <a href="http://ta.name">ta.name</a> as tftpfilenameprefix, <a href="http://tul.name">tul.name</a> as locale from customannouncement as ca left join customannouncementlocale as cal on ca.pkid = cal.fkcustomannouncement left join typeannouncements as ta on ca.tkannouncements = ta.enum left join typeuserlocale as tul on cal.tkuserlocale = tul.enum where <a href="http://ca.name">ca.name</a> = '<span style="background-color:rgb(244,204,204)">asdf</span>'</font></div></div><div><div><font face="monospace, monospace">announcement origfilename tftpfilenameprefix locale</font></div></div><div><div><font face="monospace, monospace">============ ============ ================== =====================</font></div></div><div><div><font face="monospace, monospace"><span style="background-color:rgb(244,204,204)">asdf</span>         <span style="background-color:rgb(217,234,211)">asdf.wav</span>     <span style="background-color:rgb(217,234,211)">Custom_05001</span>       <span style="background-color:rgb(207,226,243)">English United States</span></font></div></div></blockquote><div><div><font face="monospace, monospace">admin:</font></div><div><br></div><div>Here is the "file list" command, which shows my file with the new name:</div><div><br></div></div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div><div><font face="monospace, monospace">admin:file list tftp CustomAnn/<span style="background-color:rgb(207,226,243)">english_united_states</span>/<span style="background-color:rgb(217,234,211)">Custom_05001</span>*</font></div></div><div><div><font face="monospace, monospace"><span style="background-color:rgb(217,234,211)">Custom_05001</span>.alaw.wav                   <span style="background-color:rgb(217,234,211)">Custom_05001</span>.g729.wav</font></div></div><div><div><font face="monospace, monospace"><span style="background-color:rgb(217,234,211)">Custom_05001</span>.ulaw.wav                   <span style="background-color:rgb(217,234,211)">Custom_05001</span>.wb.wav</font></div></div><div><div><font face="monospace, monospace"><span style="background-color:rgb(217,234,211)">Custom_05001</span>.xml</font></div></div><div><div><font face="monospace, monospace">dir count = 0, file count = 5</font></div></div><div><div><font face="monospace, monospace">admin:</font></div></div></blockquote><div><br></div><div>And here is how you download that file (or all of them rather):</div><div><br></div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div><div><font face="monospace, monospace">admin:file get tftp CustomAnn/english_united_states/<span style="background-color:rgb(217,234,211)">Custom_05001</span>*</font></div></div><div><div><font face="monospace, monospace">Please wait while the system is gathering files info ...done.</font></div></div><div><div><font face="monospace, monospace">Sub-directories were not traversed.</font></div></div><div><div><font face="monospace, monospace">Number of files affected: 5</font></div></div><div><div><font face="monospace, monospace">Total size in Bytes: 132785</font></div></div><div><div><font face="monospace, monospace">Total size in Kbytes: 129.67285</font></div></div><div><div><font face="monospace, monospace">Would you like to proceed [y/n]?</font></div></div></blockquote><div><br></div><div>Alternatively, you can play it in your browser just to check it quick, like this (I found the wideband one to work for me):</div><div><br></div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div><font face="monospace, monospace"><a href="http://yourcucm.yourdomain.com:6970/CustomAnn/english_united_states/Custom_05001.wb.wav">http://yourcucm.yourdomain.com:6970/CustomAnn/english_united_states/Custom_05001.wb.wav</a></font></div></blockquote></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Apr 15, 2016 at 10:55 AM, Brian Meade <span dir="ltr"><<a href="mailto:bmeade90@vt.edu" target="_blank">bmeade90@vt.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">What command did you run as Anthony's example was only looking for the example files?<div><br></div><div>Make sure you're just using:</div><div><span style="color:rgb(80,0,80);font-size:12.8px">file list tftp english_united_states</span><br></div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Apr 15, 2016 at 11:50 AM, Nick via cisco-voip <span dir="ltr"><<a href="mailto:cisco-voip@puck.nether.net" target="_blank">cisco-voip@puck.nether.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi Anthony<div><br></div><div>Thanks for the reply, the custome files i uploaded are not stored in this location, I can only see the files listed in your example.</div><div><br></div><div>Regards</div><span><font color="#888888"><div><br></div><div>Nick </div></font></span></div><div><div><div class="gmail_extra"><br><div class="gmail_quote">On 14 April 2016 at 20:46, Anthony Holloway <span dir="ltr"><<a href="mailto:avholloway+cisco-voip@gmail.com" target="_blank">avholloway+cisco-voip@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><b><u>Inspect</u></b></div><div><br></div><div>admin:run sql select * from typeannouncementfile where name like '%Sample%'</div><div>enum ishidden name                    filename              isuserlocale description                          moniker</div><div>==== ======== ======================= ===================== ============ ==================================== =============================</div><div>28   f        Welcome Greeting Sample WelcomeSample.wav     t            Welcome Greeting sample announcement ANN_FILE_WELCOME_GREET_SAMPLE</div><div>29   f        Wait In Queue Sample    WaitInQueueSample.wav t            Wait In Queue sample announcement    ANN_FILE_WAIT_IN_QUEUE_SAMPLE</div><div><br></div><div><b><u>Identify</u></b><br></div><div><br></div><div><div><div>admin:file list tftp english_united_states/*Sample*ulaw.wav</div><div>WaitInQueueSample.ulaw.wav              WelcomeSample.ulaw.wav</div><div>dir count = 0, file count = 2</div></div><div><br></div><div>dir count = 0, file count = 12</div></div><div><br></div><div><b><u>Download</u></b></div><div><br></div><div><div>admin:file get tftp english_united_states/*Sample*ulaw.wav</div><div>Please wait while the system is gathering files info ...done.</div><div>Sub-directories were not traversed.</div><div>Number of files affected: 2</div><div>Total size in Bytes: 127162</div><div>Total size in Kbytes: 124.18164</div><div>Would you like to proceed [y/n]?</div></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote"><div><div>On Thu, Apr 14, 2016 at 9:40 AM, Nick via cisco-voip <span dir="ltr"><<a href="mailto:cisco-voip@puck.nether.net" target="_blank">cisco-voip@puck.nether.net</a>></span> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div><div dir="ltr"><div>Hi All</div><div> </div><div>Does anyone know the cli location of the announcement files in CUCM that are used for call queuing, i need to download them so I can migrate them to new servers.</div><div> </div><div>Regards</div><span><font color="#888888"><div> </div><div>Nick</div></font></span></div>
<br></div></div>_______________________________________________<br>
cisco-voip mailing list<br>
<a href="mailto:cisco-voip@puck.nether.net" target="_blank">cisco-voip@puck.nether.net</a><br>
<a href="https://puck.nether.net/mailman/listinfo/cisco-voip" rel="noreferrer" target="_blank">https://puck.nether.net/mailman/listinfo/cisco-voip</a><br>
<br></blockquote></div><br></div>
</blockquote></div><br></div>
</div></div><br>_______________________________________________<br>
cisco-voip mailing list<br>
<a href="mailto:cisco-voip@puck.nether.net" target="_blank">cisco-voip@puck.nether.net</a><br>
<a href="https://puck.nether.net/mailman/listinfo/cisco-voip" rel="noreferrer" target="_blank">https://puck.nether.net/mailman/listinfo/cisco-voip</a><br>
<br></blockquote></div><br></div>
</div></div></blockquote></div><br></div>