comment [6]
- From Trax on 13-05-2011 at 12:20:39
@Kreng: The app needs to be modified to support your phone. I could do this tonight, now I am
at work...
IP: 217.75.194.148
If you hate paying big roaming bills while traveling but still want to use your current GSM phone number to receive/make calls (and SMS) then consider using Skype in combination with this piece of free software and a cheap USB GSM/GPRS modem.
This device (software actually) is also useful if your country is not in the Skype Online Number list. So the biggest advantage of this system is actually accepting calls on your own GSM number via Skype.
Skype Divert application started on server
The idea
Since there is a free Wi-Fi internet connection (almost) everywhere you go now (hotspots; hotels, coffee shops, malls, ...), we can use this to cut some GSM costs while roaming. The idea is to leave your SIM card at home connected to your home-GSM network while you reside in other, foreign-GSM network. You might have already seen something similar on Engadget last year. The idea is pretty much non-elegant one but it works just great.
Requirements
For this to work you will need USB GSM/GPRS modem with your SIM card connected to your home PC (with Windows) that will stay "on" during your travel. On that PC (we will call it server) you need to set up Skype with an additional Skype name (you can create another one like "my_skype_name_SERVER"). Then you need to start & configure the Skype Divert application that you can download from this page (red download button bellow). If you don't have it yet, go to Dealextreme and purchase this cheap GSM/GPRS USB modem GSM/GPRS USB modem. This modem was used during development and is the only one tested so far. You will also need a simple audio cable to route voice output of GSM/GPRS modem to sound card's input and vice versa. There are two version of this cable that you can make: one with the isolation transformers and one without them. Here is shown only isolated version of cable. (I used the first two transformers that I could get my hands on, and it all works just great.)
Schematics of audio cable (click on picture to enlarge)
Quick and dirty cable
I also found a case for it :-)
My server configuration (aka Skype GSM gateway)
Setup the Skype Divert application
This application is written in Delphi 7, it is pretty simple and after starting it you need to configure few parameters. Click on Divert->Setup and popup will appear:
Skype related setup
In the text-box enter your original Skype name so that the server can recognize only your chat commands (instructions). If your Skype doesn't start automatically, you can click the first check-box. Skype can run in "silent mode" where it doesn't popup chat window, call progress window and notifications while Skype Divert is working. This option can be selected if the server is actually a PC that is being used daily as a normal PC.
Next tab are modem settings and as you can see there is nothing to set there. All modem settings are read from Registry by the application.
Modem settings
Last tab are some settings for the Skype Divert itself, and it only has an auto-start option so that Skype Divert starts with Windows. When checked, a string-key is written in Windows Registry with the current path&filename where the application is started.
Application settings
Operation
Now that we have everything set up it is time to test it out. If going mobile, you can use Skype for iOS, PDA, Android, laptop,... via Wi-Fi or whatever you have at the moment. So, connect to Skype with your usual Skype name and start chatting with your server. Supported commands for the server are:
Invalid command is treated as "help"
"D" - Dial
- To dial a number simply type: D<number> and hit enter. After a few seconds there will be a Skype (callback) call from server that you need to accept. In this case the USB GSM/GPRS modem is actually establishing outgoing GSM call and the Skype Divert application is placing a call back to you via Skype.
Dialing number example
"S" - Send SMS
- To send SMS message simply type: S<recipient_number> <your_sms_message> and hit enter. After a few seconds there will be a response saying that your message has been sent.
"C" - Issue CUSD Command
- To issue a CUSD command (*command#) use prefix "C". For example the C*100# command will usually check your prepaid credit balance, command #21# will cancel all diverts, and so on.
CUSD command for checking prepaid credit example
Receiving GSM call
- To receive a GSM phone call - server will call you via Skype. The caller ID number will be displayed in Skype chat so you can choose whether to answer it or not.
Incoming GSM call
Receiving SMS message
- To receive an SMS message - server will dump it to Skype chat so that you can read it and reply to it.
How does it work?
A small application called Skype Divert is written in Delphi 7. There are many Delphi examples on Skype webpage here so you can check them out. This application attaches itself to Skype and issues commands such as PlaceCall, SendMessage, ReadMessage and so on. On the other side, it also communicates with USB GSM/GPRS modem through virtual COM port that is created when you connect modem to PC. The application monitors Skype status and GSM/GPRS modem status at all times.
Here is one example: If the the incoming call is detected on GSM, the application will create a Skype call to you. Once the Skype call is established the GSM/GPRS modem receives "ATA" command and the connection is established. When any party ends the call, both connections are closed and we go back to the beginning.
This simple Skype GSM Interface is working flawlessly for about a month now, and my friend that has gone to Africa for work is able to use his original GSM number to talk to his family and friends and keep in touch with everyone else from his hometown simply by using his iPod and Wi-Fi connection. Most importantly, he can answer GSM calls just like if he was here.
Tip: Starting the skypedivert.exe app on Windows 7 must be done in "Run as Administrator" mode.
Author (sent by): Trax
Download counter: 3,255
Rating: (2.94, votes 3591)
Date: 11-05-2011
Lokalna verzija ove stranice: Skype GSM Interface v1
just an update: i built the cable to work with nokia n95 (it's different from your cable, i had
to modify the video out cable for this phone).
i made a test call (manually) and it is working perfect!!!
i am now starting to write a python script to handle skype and the modem (sorry, but i really
like python, and i want to add some features, and i don't know Delphi...
IP: 89.139.165.193
@Kreng: The app needs to be modified to support your phone. I could do this tonight, now I am
at work...
IP: 217.75.194.148
Well, when i connect my nokia it does have a virtual com port, installs as a modem, and i can
even initiate a phone call using dialer.exe
but skypedivert doesn't seem to notice it. i tried changing the com port number...
When i launch it, it says: "List index out of bounds (0)". then skype "turns
green" and then nothing seems to happen with GSM modem...
IP: 89.139.165.193
@tunixgut: contact me on my email and I will send you the source code :)
IP: n/a
@Kreng: I think that it can work... When you connect your phone via cable or BT it should a
virtual COM port in your Windows System Properties. If it doesn't, then you can't use this app,
since it connects to COM port to communicate with the phone...
IP: n/a
I like to take a look in the sourcecode - Maybe you could release this piece of software under
an opensource licence?
IP: 77.186.146.162
I really REALLY want to use it, but i don't have the patience to wait for the DX delivery..
i have BT or cable connection to nokia n73, n95. i know i can use them as gsm modems. is there
any way i can make your software believe that it should dial through them? (once it will work i
will build a cable to the audio card on the pc that will connect to the phones handsfree plug)?
IP: 192.117.175.226
You can log-in on forum link: Login page. After logging-in, return to this page and click refresh in your browser.