Hello,
On 2012.11.08 11:17:18 -0800, Meherprasad cholker wrote:
> I'm just trying to register and make call.I have my pc and mobile both
> connected to internet. How can i register a user in my browser ? and
> in my mobile ?
You can find some advices to configure your mobile or softphone on the
following page:
http://confluence.cipango.org/display/DOC/cipango-example-sipapp
Be careful that you misunderstood one point: the web interface provided
by the servlet only allows you to observe the registrations, not to add
them. This example servlet behaves like a normal SIP Registrar server,
and also allows you to create calls via the web interface.
Also note that you will probably come across NAT problems, for the
signalisation itself or for the media transport when you will try to
establish a call.
> my question may be silly as i'm a mobile app developer.but i want to
> explore about sip. I know servlet coding. Please assist me to go
> futher
You seem to miss some basic knowledge about SIP. You should start with
reading the RFC 3261 (SIP: Session Initiation Protocol) or some book
which introduces it in a more gently way. You will also find on the
Internet many descriptions for basic call flows which will help, like
the RFC 3665 (Session Initiation Protocol (SIP) Basic Call Flow
Examples).
For SIP servlet development, download the JSR 289 specification and
javadoc files to understand what differs between HTTP servlets and SIP
servlets.
From now on, please try to report one specific problem per mail when you
post here, so that we can help you efficiently.
Regards,
--
David Soulayrol