Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 6 of 6

Thread: Jain SIP for Voip aplication !

  1. #1
    Junior Member
    Join Date
    Apr 2011
    Posts
    4
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Lightbulb Jain SIP for Voip aplication !

    Hi,

    How can i use the JAIN SIP package in my project?

    i have searched a lot in the internet i never found a good answer !

    i trust the member of this great Forum

    so anything you say in the topic of SIP ,JMF and JAIN SIP i really appreciate


  2. #2
    mmm.. coffee JavaPF's Avatar
    Join Date
    May 2008
    Location
    United Kingdom
    Posts
    3,336
    My Mood
    Mellow
    Thanks
    258
    Thanked 294 Times in 227 Posts
    Blog Entries
    4

    Default Re: Jain SIP for Voip aplication !

    Please use [highlight=Java] code [/highlight] tags when posting your code.
    Forum Tip: Add to peoples reputation by clicking the button on their useful posts.

  3. The Following User Says Thank You to JavaPF For This Useful Post:

    khalilghenimi (May 10th, 2011)

  4. #3
    Junior Member
    Join Date
    Apr 2011
    Posts
    4
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Re: Jain SIP for Voip aplication !

    I read them all before, thanks anyway, but i never found there a real guidance,

    So for example i have a variable "varSIP" that have the number of a sip user to call, in my program, what to do exactly with it? What are the first steps? And what are the main methods i have to use?

    i guess this forum is full of experts that can easily answer, so thanks for each one.
    Last edited by khalilghenimi; April 26th, 2011 at 05:16 PM.

  5. #4
    Junior Member
    Join Date
    Apr 2011
    Posts
    4
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Arrow Re: Jain SIP for Voip aplication !

    no answer !

  6. #5
    Super Moderator Json's Avatar
    Join Date
    Jul 2009
    Location
    Warrington, United Kingdom
    Posts
    1,274
    My Mood
    Happy
    Thanks
    70
    Thanked 156 Times in 152 Posts

    Default Re: Jain SIP for Voip aplication !

    I don't think this is an area many people are familiar with hence the low number of replies I'm afraid

  7. The Following User Says Thank You to Json For This Useful Post:

    khalilghenimi (May 10th, 2011)

  8. #6
    Junior Member
    Join Date
    Apr 2011
    Posts
    4
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Thumbs up Re: Jain SIP for Voip aplication !

    No problem i have resolve it alone, now am nearly finished my SIP client.
    This is my first application with JAVA, really amazing the world of JAVA, i love it.

    Anyway! To share Knowles with all people, spicily on this forum, just advices to develop client SIP.
    So for all new developers VOIP application, there is many way to build it with deferent protocol, the best is a client H.323 in my opinion, I know it after my project :S

    My application build with the SIP protocol, it is easy when you think of API like the JFM API to use media "microphone and speaker" and the API JAIN SIP, very easy just create your interface then call the Methods that you will found them on the Javadoc.


    So another advice, install a SIP server in your pc, i like the 3CX "client and server"
    Try to test some call and request with others client like c-lite you will understand the main idea.

    SIP server will not send the sound, it just to open the port with caller and callee that is it. So then when the port is open the protocol SDP and RTP will take the place and exchange the sound.

    That is the main idea, i think i will soon publish my application for free and open source in this forum, maybe am not sure.


    Have a good time, your brother from Tunisia