<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: collapse; font-family: verdana; font-size: 13px; ">All,&nbsp;<br><br>After reading through many postings and becoming increasingly frustrated, I buckled down and found a way to get the command line linphone working on OE based distros (tested on Qtopia, but should work on 200x.x and others). Ideally this could be interfaced with the dialer somehow.&nbsp;<br><br>Initial testing of this had the audio routed properly through the earpiece and good audio from the microphone. There was some echo on the non-Freerunner side, and on initial connection, a bit of a beeping sound. Otherwise, it's a go. Linphone uses only about 10-12% CPU (was using a PCM codec). Sound was decent to a cell phone in Canada using a Wifi connected Freerunner based in Costa Rica.&nbsp;<br><br>Here is a quick and dirty how-to. Enhancements can be made to both the voip-handset.state and asound.conf files (these were my initial working scripts). Thanks to Celtune for the excellent repository that is used below.&nbsp;<br><br>Regards,&nbsp;<br>Brian Code&nbsp;<br>Koolu&nbsp;<br><br>echo "src/gz celtune&nbsp;<a href="http://rabenfrost.net/celtune/ipk/armv4t" target="_top" rel="nofollow" style="font-size: 1em; ">http://rabenfrost.net/celtune/ipk/armv4t</a>" >/etc/opkg/general-feed.conf&nbsp;<br>opkg update&nbsp;<br>opkg install libmediastreamer0&nbsp;<br>opkg -nodeps install linphone&nbsp;<br>opkg -nodeps install liblinphone2 linphonec linphone-rings&nbsp;<br>opkg install libexosip2&nbsp;<br><br>cd /etc/&nbsp;<br>wget&nbsp;<a href="http://www.koolu.org/asound.conf" target="_top" rel="nofollow" style="font-size: 1em; ">http://www.koolu.org/asound.conf</a><br>wget&nbsp;<a href="http://www.koolu.org/voip-handset.state" target="_top" rel="nofollow" style="font-size: 1em; ">http://www.koolu.org/voip-handset.state</a><br><br>alsactl -f voip-handset.state restore (This step required to set proper audio parameters).&nbsp;<br><br>linphonec&nbsp;</span><div><span class="Apple-style-span" style="border-collapse: collapse; font-family: verdana; font-size: 13px; ">soundcard use 0&nbsp;<br>proxy add&nbsp;<br>Enter proxy sip address: <a href="sip:sip.provider.com">sip:sip.provider.com</a>&nbsp;<br>Your identity for this proxy: <a href="sip:xxxxxxxxxx@sip.provider.com">sip:xxxxxxxxxx@sip.provider.com</a>&nbsp;<br>Do you want to register on this proxy (yes/no): yes&nbsp;<br>Specify register expiration time in seconds (default is 600):&nbsp;<br>Expiration: 600 seconds or so&nbsp;<br><br></span></div></body></html>