<div>Hi everyone!</div>
<div> </div>
<div>I am probably missing something very basic, but I have problems with simple file record and playback in gsm file format.</div>
<div> </div>
<div>I have just installed 1.0 release system and I changed only default dialplan with following two extensions:</div>
<div> </div>
<div><extension name="gsm_record"><br> <condition field="destination_number" expression="^9991$"><br> <action application="answer"/><br> <action application="record" data="/tmp/rec.gsm"/><br>
</condition><br> </extension></div>
<div> <extension name="gsm_playback"><br> <condition field="destination_number" expression="^9992$"><br> <action application="answer"/><br> <action application="playback" data="/tmp/rec.gsm"/><br>
</condition><br> </extension></div>
<div> </div>
<div>
<div>When I place call to 9991extension I see INFO message about opening /tmp/rec.gsm, no error messages and when I hangup I can see that file /tmp/rec.gsm exists. However when I try to play this file using 9992 extension the only thing I can hear is noise. </div>
<div> </div>
<div>When I just change name to /tmp/rec.wav in both extensions everything is working fine. </div>
<div> </div></div>
<div>What am I missing?</div>
<div> </div>
<div>Many regards,</div>
<div> </div>
<div>Miroslav</div>