<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:Courier New,courier,monaco,monospace,sans-serif;font-size:10pt"><div>Argh! I have this...<br><br>[ct_start2]<br>exten =&gt; _X.,1,Set(LANGUAGE()=mig33/en/allison-tts)<br>exten =&gt; _X.,n,NoOp(${LANGUAGE()})<br>exten =&gt; _X.,n,Answer()<br>exten =&gt; _X.,n,Wait(1)<br>exten =&gt; _X.,n,Playback(/var/lib/asterisk/sounds/mig33/en/allison-tts/please-enter-your-pin)<br>exten =&gt; _X.,n,Playback(please-enter-your-pin)<br><br>The first playback works, and the second does not. I get:<br><br>&nbsp;&nbsp;&nbsp; -- Executing Playback("SIP/xxx.201.84.147-09f11b58", "please-enter-your-pin") in new stack<br>Jun 27 18:28:27 WARNING[31382]: file.c:512 ast_openstream_full: File please-enter-your-pin does not exist in any format<br>Jun 27 18:28:27 WARNING[31382]: file.c:824 ast_streamfile: Unable to open please-enter-your-pin (format ulaw): No such file or
 directory<br>Jun 27 18:28:27 WARNING[31382]: app_playback.c:133 playback_exec: ast_streamfile failed on SIP/xxx.201.84.147-09f11b58 for please-enter-your-pin<br><br>The File exists...<br><br>[root@pabx002 asterisk]# ls -l /var/lib/asterisk/sounds/mig33/en/allison-tts<br>total 16<br>-rw-r--r--&nbsp; 1 asterisk asterisk 13608 Jun 27 18:00 please-enter-your-pin.ulaw<br><br>What is wrong here? The call to set the language should cause Asterisk to look for sound files in /var/lib/asterisk/sounds/mig33/en/allison-tts, and the file IS there and IS readable because the first call with the explicit path works.<br><br>Asterisk 1.2.<br><br>Doug.<br><br><br><br><br></div></div><br>



      </body></html>