What is it? Yate is a SIP server similar to asterisk. It also provides to ability to make and receive google voice calls through the a sip account directly on the n900. How do I install it? 1. Make sure you have wget and php5-cli installed. 2. Install this package: Code: wget http://dl.dropbox.com/u/121443/yate_3.3.2-1-1_armel.deb dpkg -i yate_3.3.2-1-1_armel.deb 3. I made a script that sets up the configuration files for Google Voice. You can find it here. Code: wget http://dl.dropbox.com/u/121443/yate-gv-setup.tar.gz tar -xzvf yate-gv-setup.tar.gz After typing the above mentioned command in x-term. I get the following error: /home/user/MyDocs # tar -xzvf yate-gv-setup.tar.gz yate-gv-setup.sh tar: yate-gv-setup.sh: Cannot change ownership to uid 1000, gid 1000: Operation not permitted config_files/yate.conf tar: config_files/yate.conf: Cannot change ownership to uid 1000, gid 1000: Operation not permitted config_files/extmodule.conf tar: config_files/extmodule.conf: Cannot change ownership to uid 1000, gid 1000: Operation not permitted config_files/accfile.conf tar: config_files/accfile.conf: Cannot change ownership to uid 1000, gid 1000: Operation not permitted config_files/yjinglechan.conf tar: config_files/yjinglechan.conf: Cannot change ownership to uid 1000, gid 1000: Operation not permitted config_files/regexroute.conf tar: config_files/regexroute.conf: Cannot change ownership to uid 1000, gid 1000: Operation not permitted config_files/regfile.conf tar: config_files/regfile.conf: Cannot change ownership to uid 1000, gid 1000: Operation not permitted config_files/ysipchan.conf tar: config_files/ysipchan.conf: Cannot change ownership to uid 1000, gid 1000: Operation not permitted config_files/ tar: config_files: Cannot change ownership to uid 1000, gid 1000: Operation not permitted tar: Exiting with failure status due to previous errors /home/user/MyDocs # Can you give me some hints what to do?
wget http://dl.dropbox.com/u/121443/yate_3.3.2-1-1_armel.deb dpkg -i yate_3.3.2-1-1_armel.deb
wget http://dl.dropbox.com/u/121443/yate-gv-setup.tar.gz tar -xzvf yate-gv-setup.tar.gz