Thanks very much for your help! :)<br><br><div class="gmail_quote">2010/8/16 Danny Nicholas <span dir="ltr">&lt;<a href="mailto:danny@debsinc.com">danny@debsinc.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">From: <a href="mailto:asterisk-users-bounces@lists.digium.com">asterisk-users-bounces@lists.digium.com</a><br>
</div>[mailto:<a href="mailto:asterisk-users-bounces@lists.digium.com">asterisk-users-bounces@lists.digium.com</a>] On Behalf Of Philipp von<br>
Klitzing<br>
<div class="im">Subject: Re: [asterisk-users] parkcall: How to remove announcement.<br>
<br>
</div><div class="im">&gt;&gt;Hi!<br>
<br>
&gt; How can I remove the &quot;Playing digits&quot; from parkcall application?<br>
<br>
&gt;&gt;In general you can address problems like this by creating your own set of<br>
sounds files where the obstructing files are either simply missing or<br>
replaced by silence. Use Set(LANGUAGE) right before the action (here:<br>
parking the call) and create your own imaginary language strucutre below<br>
/var/lib/asterisk/sounds/.<br>
<br>
&gt;&gt;Philipp<br>
<br>
</div>Not a bad suggestion Phillipp, but you &quot;lose points&quot; for suggesting missing<br>
files as OP wanted a way to reduce/eliminate warning messages.  But to<br>
elaborate on this, OP could set up the &quot;imaginary&quot; language as any two<br>
letter code that asterisk recognizes and just copy 0.gsm thru 9.gsm from<br>
/var/lib/asterisk/sounds/digits/en to /var/lib/asterisk/sounds/digits/xx<br>
where xx is the imaginary language (fr - French, gr - german, es - Spanish<br>
for starters). Of course you would want to overlay these 10 files with a<br>
&quot;silence&quot; file.<br>
<br>
Then in the dialplan<br>
Exten =&gt; _8XX,1,Set(CHANNEL(language)=xx)<br>
exten =&gt; _8XX,n,ParkAndAnnounce(|1000|local/10@default|)<br>
Exten =&gt; _8XX,n,Set(CHANNEL(language)=es) - without this, any further sounds<br>
in the call would be in xx language.<br>
<div><div></div><div class="h5"><br>
<br>
--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</div></div></blockquote></div><br>