|
Hi friends,
Just to be clear, I don't want to make a VoIP call over Data connection. I could use SJPhone for example for that. This is what I do over Wifi, but my 3G data plan does not allow me to do that.
What I would like to achieve, is to do same as the Java applet, PC application or Web Page : give my mobile phone number, give my destination mobile, then Voipcheap calls me back and once I have the line, it calls my destination and make the interco.
I can do similar things by sending a SMS to the special SMS call back number. But I believe that using an API (HTTP request or other) to trigger the call back would be faster (indeed it takes 30s-1min for the SMS callback to call me back) and easier to integrate into an Windows Mobile application that could connect to my contact data base.
I've been able to trace a little into Voipbuster Java applet and I finally found that it talks to a server called gsmproxy.voipbuster.com on port 9000 and that the protocol does not seems to complex.
Unfortunately this gateway seems to exist only at Voipbuster and not at Voipcheap...
So may be I am missing something with regards to your comment to use SIP. For me, SIP only allows to make VoIP call, with audio going through RTP on data connection. If SIP can do what I whant (triggering a call back + forward) then any pointer would be appreciated.
Thanks for your suggestion.
best regards,
~barbudor~ |