<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>http://wiki.integrics.com/index.php?action=history&amp;feed=atom&amp;title=Converting_Sound_Files_With_Asterisk</id>
	<title>Converting Sound Files With Asterisk - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.integrics.com/index.php?action=history&amp;feed=atom&amp;title=Converting_Sound_Files_With_Asterisk"/>
	<link rel="alternate" type="text/html" href="http://wiki.integrics.com/index.php?title=Converting_Sound_Files_With_Asterisk&amp;action=history"/>
	<updated>2026-05-07T00:02:03Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.7</generator>
	<entry>
		<id>http://wiki.integrics.com/index.php?title=Converting_Sound_Files_With_Asterisk&amp;diff=30&amp;oldid=prev</id>
		<title>Dcunningham: Created page with &quot;This shell script will convert file formats using Asterisk. As an example, it converts the Enswitch sound files from g722 to gsm:  &lt;code&gt;cd /opt/enswitch/current/sounds/en/&lt;br...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.integrics.com/index.php?title=Converting_Sound_Files_With_Asterisk&amp;diff=30&amp;oldid=prev"/>
		<updated>2015-02-25T00:03:01Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;This shell script will convert file formats using Asterisk. As an example, it converts the Enswitch sound files from g722 to gsm:  &amp;lt;code&amp;gt;cd /opt/enswitch/current/sounds/en/&amp;lt;br...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This shell script will convert file formats using Asterisk. As an example, it converts the Enswitch sound files from g722 to gsm:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;cd /opt/enswitch/current/sounds/en/&amp;lt;br /&amp;gt;&lt;br /&gt;
for oldfile in `find . -name &amp;quot;*.g722&amp;quot;`&lt;br /&gt;
do&lt;br /&gt;
: newfile=`echo $oldfile | sed 's/g722/gsm/'`&lt;br /&gt;
: asterisk -rx &amp;quot;file convert $oldfile $newfile&amp;quot;&lt;br /&gt;
done&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dcunningham</name></author>
		
	</entry>
</feed>