That's appears to be a fine script.  Since it playing the message, I can only assume it's the Terminate step which is failing.  to know for sure you can do a reactive debug on the call, and step though it.  If an exception is encountered, it will display in a pop-up message.<div>
<br></div><div>To reactive debug, in the editor goto Debug > Reactive Debugging, then select the script from the list, then select 15 seconds from the timeout list, and finally call the trigger from your phone.  Press F10 to step through the script one step at a time.</div>
<div><br></div><div>Post the exception.</div><div><br></div><div>Anthony<br><br><div class="gmail_quote">On Wed, Jan 19, 2011 at 12:33 PM, Christopher Trown <span dir="ltr"><<a href="mailto:ctrown@uoregon.edu">ctrown@uoregon.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><br>
<br>
     Greetings again.<br>
<br>
     I have set up our test UCCX server and things look to be working.<br>
<br>
     I wrote a simple script to play a message then quit.  When I dial<br>
the trigger number, it plays the WAV file.  It even plays the correct<br>
one.  ;)<br>
<br>
     However, as soon as it finishes playing the WAV file, I hear a<br>
ring, followed by the default message saying, "I'm sorry, but we are<br>
currently experiencing system problems...."<br>
<br>
     It's a simple 4-line script<br>
<br>
Start<br>
Accept (--Triggering Contact--)<br>
Play Prompt (--Triggering Contact--, ANNCWAV)<br>
Terminate (--Triggering Contact--<br>
End<br>
<br>
ANNCWAV is of type "Prompt" with a value of p[Announcements\WAVFILE.wav]<br>
<br>
     Can someone please give me a clue?<br>
<br>
     Thanks!<br>
<br>
Chris...<br>
<font color="#888888"><br>
--<br>
A: Because it messes up the order in which people normally read text.<br>
Q: Why is top-posting such a bad thing?<br>
A: Top-posting.<br>
Q: What is the most annoying thing on usenet and in e-mail?<br>
</font><br>_______________________________________________<br>
cisco-voip mailing list<br>
<a href="mailto:cisco-voip@puck.nether.net">cisco-voip@puck.nether.net</a><br>
<a href="https://puck.nether.net/mailman/listinfo/cisco-voip" target="_blank">https://puck.nether.net/mailman/listinfo/cisco-voip</a><br>
<br></blockquote></div><br></div>