<p>Hello all!</p><p>I have a problem when I try to playback soundfile using Playback or Background in extensions.conf CDR is recording call as ANSWERED even if it&#39;s not, and record time from beginning of Playback.</p><p>
Is it a bug or do i do something wrong?</p><p>exten =&gt; _078.,1,Set(CHANNEL(language)=pl)<br>exten =&gt; _078.,2,Wait(2)<br>exten =&gt; _078.,3,Playback(platna)<br>exten =&gt; _078.,4,SetAMAFlags(documentation)<br>exten =&gt; _078.,5,Dial(SIP/voipnet/0048${EXTEN:1},120,Tt)<br>
exten =&gt; _078.,6,Hangup<br><br></p><p>When i use AGI and play soundfile using AGI script everything is right.</p><p>like:</p><p>exten =&gt; _078.,1,Set(CHANNEL(language)=pl)<br>exten =&gt; _078.,2,Wait(2)<br>exten =&gt; _078.,3,AGI(platna.agi)<br>
exten =&gt; _078.,4,SetAMAFlags(documentation)<br>exten =&gt; _078.,5,Dial(SIP/voipnet/0048${EXTEN:1},120,Tt)<br>exten =&gt; _078.,6,Hangup<br><br></p><p>I tried to reorder this extension but nothing have changed.</p>