PSP-Archive / Furikup

PSP SIP Phone by Team Noobz
1 stars 0 forks source link
application
Furikup - PSP SIP Phone Documentation

Furikup - PSP SIP Phone v0.1

by Noobz!

 

Official Resources

Official Website:http://www.noobz.eu
Official Forum:http://forums.noobz.eu
Official IRC:#noobz on irc.noobz.eu

Introduction

This program allows you to use your PSP as a phone, using Voice-over-IP (VoIP) technology. We got a bit bored waiting for Sony to release their PSP phone offering, so we thought we'd do it for them. Such is the freedom of homebrew.

You can use your PSP to make and receive calls to and from other PSPs, or to other VoIP users, or even to standard landline and mobile telephones, depending upon the VoIP service that you use. Calls are generally free, or at least cheaper than standard landline rates - again, depending upon your VoIP provider.

This is an initial release, currently supporting audio-only calls, and with a very basic user interface. But it works, and that's the main thing.

The VoIP engine is implemented as a standalone PRX, with a well-defined interface. As well as using our simple phone application, we encourage other developers to make use of this technology for other applications. We're sure that someone can write a nicer user interface than ours, so please do. There's also scope for plenty of other uses - such as a CFW plugin for calls within the XMB, or teamtalk-style add-ons for games etc. Go wild!

Requirements to run this application

To get the most out of this release, you'll need the following:

Major known limitations of this release

Terms of use

This software is made available for use as-is, without any guarantee of usability, safety, fitness for purpose etc. We've taken all reasonable precautions to ensure that it cannot damage your PSP, but cannot be held responsible for any damage caused.

You are not permitted to sell this software. If you paid money for this program (most often through eBay), you should demand a refund of your payment, and report the seller to the appropriate authorities.

Source code is provided, some of which is provided under specific licenses - see notes in the source code. If you distribute any work based upon this software, you must preserve all credits, and honour those licenses - which generally means supplying full source code with your work.

To install the SIP Phone

Copy the contents of the MS_ROOT folder to the topmost folder on your PSP memory stick. If you've done this correctly, you will end up with a set of files within the folder

  /PSP/GAME/Furikup

on your memory stick.

If you're using custom firmware, with the default kernel set to v1.5, you may wish to copy the folder to GAME370 or a similarly-named folder. We assume that if you know about how to change your default kernel, then you'll understand what you need to do.

Setting up a VoIP account

You'll need an account with a VoIP provider to be able to use the SIP phone. VoIP providers vary in what they offer, at a minimum you need to find a provider that will allow you to register with their SIP server. You ought to be able to find one in your country by googling for "VOIP provider SIP" plus your country name.

In the UK and Germany, we found SIPGate, which seems to be a very good provider. They offer free connectivity from the standard public switched telephone network (PSTN) to VoIP (so you can make calls to your PSP from a standard phone), and very cheap connectivity from VoIP to PSTN (so you can make calls from your PSP to standard phones). They're also free to register with.

Once you've registered, you should receive details of the SIP server to connect to, and account details to authenticate with it. For SIPGate, these can be seen on your 'Settings' page on the SIPGate web site.

We have a support thread at the Noobz support forum, with information on recommended VoIP providers. If you test the SIP phone against a provider that's not on the list, then please post details there on how you got on, to make life easier for others.

Note that we were unable to get the SIP Phone working with voipbuster.com.

Configuration Files

sipcfg.ini

Now you need to set up your configuration file to use your VOIP account, and select some preferences. You can find the configuration file in /psp/game/Furikup/sipcfg.ini on your memory stick. You can edit it with your favourite text editor - e.g. Windows Notepad, gedit or Emacs, according to taste... The meaning of the various parameters is as follows:

serverThe name of the SIP server to register with. This will also be used as your SIP proxy. There's no need to specify a port number.
usernameYour username for the SIP server.
passwordYour password for the SIP server.
stunserverThe STUN server to use if you're behind a firewall, but there's no harm in using a STUN server without a firewall. The only STUN server we've successfully tested against is stun.voipbuster.com.
stunportThe IP port number to use for the STUN server. 3478 is the standard port.
inputThe type of input to use for audio. Options are:
logfileThe filename to log debug information to.
disablenatUsed to disable NAT traversal, should only need to be used on private networks. Set to "yes" to enable.

contacts.txt

You'll also need to set up an address book of people you can call. This is defined by /psp/game/Furikup/contacts.txt. Each line contains one contact, in the format:

nickname,SIP URI,firstname,lastname

Most of these should be self explanatory, and examples are given in the sample contacts.txt file.

Using the SIP Phone

To start the SIP Phone, just run it in the usual way from the XMB's Game>Memory Stick menu.

Make sure that your wifi switch is enabled, and after a few moments the phone should have completed logging into your SIP server.

You'll be presented with a list of your contacts. Select one with the up and down buttons on the D-pad, then press X to dial. Further instructions will appear depending on the current context, for example which button to press to accept or reject incoming calls.

To quit, use either the usual HOME button, or you can press START as a short-cut.

Troubleshooting

If you have problems getting the SIP phone to work, here are a few things to try:

Future plans

We intend to add video call and presence support to the engine in a future release. Beyond that, we have no major plans for additional applications using the engine - so if you have any ideas, go for it - but please get in touch with us first so we can help you out.

Acknowledgements

This application contains code from the following projects:

Their contribution is gratefully recognised, please see further information in the source code documentation.

This app wouldn't have been possible without hard work of all the folks over time who have made PSP homebrew possible - from those developing firmware exploits and custom firmwares, and those developing the tools (especially the PSPSDK from ps2dev.org), to those working hard to help out newbies in the various forums. We salute you all.

If you have found this program useful and want to encourage further development, please consider donating a small amount via paypal to donations@noobz.eu.

Change history