Link to home
Start Free TrialLog in
Avatar of deniro1974
deniro1974

asked on

how to connect j2me to sip

Dear all,
I want to build a j2me to connect to sip server and start calling and sending messages . i have my own sip account .how can i do that ?or i need to use jain-sip with j2me to connect to Sip server
if you wanna do sip for mobiles, don't look for other 3rd party api like jain-sip

nokia has its api, which you can use for sip functionality.
here is the detail of how to use this sip api - JSR-180
http://developers.sun.com/mobility/apis/articles/sip/


kind Regards,
qasitouch.
in my sun url, there are example given, you can build and deploy then for testing and configure them with your sip server. i have worked on these. take a sip phone like
http://www.asteriskguru.com/tutorials/xlite_softphone.html

now how to start your real sip application.
these are the step

1. take this sip phone http://www.asteriskguru.com/tutorials/xlite_softphone.html
2. configure it with your sip server and make a test call b/w these two phones. by doing this you will know how to configure your sip client.
3. then keep a sip phone register on the sip server
4. make a call using you midlet (example given in my given url), and it will send it will call the sip phone. (it will require some configuration changings in that example)
5. now try to register your midlet, hope given example will help you.

from here you can start you own sip-client.

Kind Regards,
qasitouch.
here is a more detail example of sip process for j2me.
http://dev2dev.bea.com/lpt/a/565

and your registration probelm must be solved now. now need to write a single line of code.

you need to make some modifications according to your sip-server ip's etc and hope you


Kind Regards,
qasitouch.
Avatar of deniro1974
deniro1974

ASKER

please ,send the url for your example
ASKER CERTIFIED SOLUTION
Avatar of qasitouch
qasitouch
Flag of Pakistan image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial