marwanAmeen / openjsip

Automatically exported from code.google.com/p/openjsip
Apache License 2.0
1 stars 0 forks source link

Question #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello,

I have an existing (client/server) application where people have to do an
'unmanned' logon using a Java Application. Now, I've got a question from my
customer if it is possible to build a simple 'softphone' in the Java
Application. I don't need much GUI (the addresses have to be in a
configuration file). The GUI for the caller: one button for start call and
one button for stop call.

Can I use OpenJSip for this kind of application of can you guide me to a
good solution... 

Thank you very much!

Best regards,
Stijn Vandenbroucke.

Original issue reported on code.google.com by stijn.va...@telenet.be on 31 Oct 2009 at 9:59

GoogleCodeExporter commented 9 years ago
Hi. Sorry for late response.
Ok, OpenJSIP is a SIP switching thing (server/proxy that helps you to call), 
and you 
need a simple softphone as I understand.
If you like Java, you can use JAIN-SIP library (https://jain-sip.dev.java.net/).
Within distribution you will find examples on how to do write simple softphone.

Original comment by ykrapiva@gmail.com on 17 Nov 2009 at 12:40

GoogleCodeExporter commented 9 years ago
hello!
    i have an IMSdroid android(client) app. in two phone and i want to communicate with it. and that two phone is connected with my local wifi router. so i need one server which help in to communicate. so my question is can i use openjsip server to communicate with imsdroid app.
i downloaded your openjsip server..i import into netbeans.
please guide me..
thanks in advance

Original comment by rishijai...@gmail.com on 28 Mar 2013 at 7:00

GoogleCodeExporter commented 9 years ago
Hi, you don't need to import it into NetBeans.
See howtos in readme.txt to start OpenJSIP services on your computer connected 
to the same router.
After that configure your SIP apps to connect to IP address where OpenJSIP 
services are running.
It is also possible to call from one app to another by calling to IP address 
without OpenJSIP at all. 

Original comment by ykrapiva@gmail.com on 29 Mar 2013 at 8:03

GoogleCodeExporter commented 9 years ago

Original comment by ykrapiva@gmail.com on 28 Aug 2013 at 6:37

GoogleCodeExporter commented 9 years ago
Hello!

I want to know how can I configure openjsip with any softphone to stablish a 
voip communication?

Original comment by ricardoa...@gmail.com on 4 Oct 2013 at 7:16

GoogleCodeExporter commented 9 years ago
I am using openjsip as proxy server and trying to make  a call between 2 
IMSdroid client. These were the configurations done by me can you jst let me 
know whether its correct , if not please let me know the changes.

Display name :- user1
Public Identity :- sip:user1@192.168.11.1
Private Identity :- user1
Password:                (I have not entered anything as in users.properties 
its mentioned as we may or maynot have password's)
Realm : 192.168.11.2

As I want to  use ipaddress instead of domain name I have made changes in 
location-service.properties for 
Default Domain name as: 192.168.11.2

So please can you just let me know how to use IMSdroid and make an end to end 
call with openjsip as proxy server.

Please can anyone suggest this

Thanks
deeks 

Original comment by deekshit...@gmail.com on 8 Nov 2013 at 6:05