Hi Premalatha! Am 10.02.2010 07:24, schrieb Premalatha Kuppan: > Hi, > > Iam a new user to PJSIP. Then, first you should learn some mailing list rules: 1. avoid thread hijacking http://en.wikipedia.org/wiki/User:DonDiego/Thread_hijacking 2. use a subject which correlates with your topic > Iam trying to use PJSIP as my SIPSTACK. I understand PJSIP can be used > as UA. > Can any1 explain me how to use PJSIP. One of the advantages of pjsip is the comprehensive documentation: http://www.pjsip.org/docs.htm - read it > I want a client to communicate to IMSCORE. Though various imsclients are > available, iam trying to use PJSIP. Will it work? Can i use PJSIP, also > wonder whether PJSIP has capabilites to speak (3GPP standars) with IMS core. Yes, PJSIP has some 3GPP extensions, but probably not all of them. So best is to: - download pjsip - build pjsip: this is easiest on a Linux server, see the documentation: http://www.pjsip.org/docs.htm --> Getting Started --> Linux Once you have built pjsip you will find pjsua, a command line SIP UA, in folder pjsip-apps\bin. Use it and try to register with IMS. There are some 3GPP parameters. Start pjsua with --help and you will get al the answers you need. the pjsua client uses the pjsua-lib API, a very high level API which allows you to easily create a SIP client. regards klaus > > Please clarify. > > Thanks, > Premalatha > > > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip at lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org