<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:verdana, helvetica, sans-serif;font-size:10pt"><DIV>I have the following in the dialplan:</DIV>
<DIV>[macro-systemrecording]<BR>exten =&gt; s,1,Goto(${ARG1},1)</DIV>
<DIV>exten =&gt; dorecord,1,Record(/tmp/${CALLERID(number)}-ivrrecording:wav)<BR>exten =&gt; dorecord,n,Wait(1)<BR>exten =&gt; dorecord,n,Goto(confmenu,1)</DIV>
<DIV>exten =&gt; docheck,1,Playback(/tmp/${CALLERID(number)}-ivrrecording)<BR>exten =&gt; docheck,n,Wait(1)<BR>exten =&gt; docheck,n,Goto(confmenu,1)</DIV>
<DIV>exten =&gt; confmenu,1,Background(to-listen-to-it&amp;press-1&amp;to-rerecord-it&amp;press-star|m||macro-systemrecording)<BR>exten =&gt; confmenu,n,Read(RECRESULT||1|||4)<BR>exten =&gt; confmenu,n,GotoIf($["x${RECRESULT}"="x*"]?dorecord,1)<BR>exten =&gt; confmenu,n,GotoIf($["x${RECRESULT}"="x1"]?docheck,1)<BR>exten =&gt; confmenu,n,Goto(1)</DIV>
<DIV>exten =&gt; 1,1,Goto(docheck,1)<BR>exten =&gt; *,1,Goto(dorecord,1)</DIV>
<DIV>exten =&gt; t,1,Playback(goodbye)<BR>exten =&gt; t,n,Hangup</DIV>
<DIV>exten =&gt; i,1,Playback(pm-invalid-option)<BR>exten =&gt; i,n,Goto(confmenu,1)</DIV>
<DIV>exten =&gt; h,1,Hangup<BR></DIV>
<DIV>When this is called the following is shown in the CLI</DIV>
<DIV>&nbsp;&nbsp;&nbsp; -- Goto (macro-systemrecording,docheck,1)<BR>&nbsp;&nbsp;&nbsp; -- Executing Playback("SIP/223344-0928bbb8", "/tmp/2595-ivrrecording") in new stack<BR>&nbsp;&nbsp;&nbsp; -- Playing '/tmp/2595-ivrrecording' (language 'nz')<BR>&nbsp;&nbsp;&nbsp; -- Executing Wait("SIP/223344-0928bbb8", "1") in new stack<BR>&nbsp;&nbsp;&nbsp; -- Executing Goto("SIP/223344-0928bbb8", "confmenu|1") in new stack<BR>&nbsp;&nbsp;&nbsp; -- Goto (macro-systemrecording,confmenu,1)<BR>&nbsp;&nbsp;&nbsp; -- Executing BackGround("SIP/223344-0928bbb8", "to-listen-to-it&amp;press-1&amp;to-rerecord-it&amp;press-star|m||macro-systemrecording") in new stack<BR>&nbsp;&nbsp;&nbsp; -- Playing 'to-listen-to-it' (language '')<BR></DIV>
<DIV>As can be seen, Playback uses the channel's language 'nz' but BackGround does not. Could anyone advise what I'm doing wrong?</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks</DIV>
<DIV>&nbsp;</DIV>
<DIV>Cameron</DIV></div><br>
                <hr size=1> 
New Yahoo! Mail is the ultimate force in competitive emailing. Find out more at the <a href="http://uk.rd.yahoo.com/mail/uk/taglines/default/championships/games/*http://uk.rd.yahoo.com/evt=44106/*http://mail.yahoo.net/uk/">Yahoo! Mail Championships</a>. Plus: play games and win prizes.</body></html>