i want to record calls and send them over internet via gprs ....can u tell me how to go abt it?
i want to record calls and send them over internet via gprs ....can u tell me how to go abt it?
Regards,
Sonal kadam
Then you need to use the sockets API, try to look up the following classes in your SDK documentation:i want to record calls and send them over internet via gprs
RSocketServ, RSocket, RConnection
You can use both UDP or TCP depending on you needs..
Hi,
you can do HTTP post to the server. on server side you need to write one component where it recieves HTTP POST done by client.
There are plenty of posts discussed here on HTTP Post.
BR,
Sudhakar
As well as there is 2 good examples of HTTP in this forum, that will get you started pretty well, thus download then alongside their documentations.
yucca