GithubHelp home page GithubHelp logo

mohsenmbcom / openjsip Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 1.63 MB

Automatically exported from code.google.com/p/openjsip

License: Apache License 2.0

Shell 10.78% Batchfile 0.66% HTML 0.36% Java 88.20%

openjsip's Introduction

Hi there ๐Ÿ‘‹

This is Mohsen! Welcome to my GitHub Profile ๐Ÿ˜

openjsip's People

Contributors

ykrapiva avatar

openjsip's Issues

registered endpoints question

Hi,

Is there a way to get a view of the current registrations?  Such as a 
connection to the RMI registry?

Is there a way a SIP client can send a SIP request to the registrar to get a 
list of the current registrations?

Thanks,

Paul


Original issue reported on code.google.com by [email protected] on 4 Nov 2011 at 3:43

Can not start Location Service in Linux raspberrypi 3.10.25

Hi

Location service does not start with following errors in Linux raspberrypi 
3.10.25

pi@raspberrypi ~/openjsip $ bin/openjsip start location-service
bin/openjsip: 1: bin/openjsip: realpath: not found
ls: cannot access /lib/jain-sip-api*.jar: No such file or directory
ls: cannot access /lib/openjsip-remote*.jar: No such file or directory
Starting Location Service...
bin/openjsip: 119: bin/openjsip: cannot create /bin/location-service.pid: 
Permission denied
pi@raspberrypi ~/openjsip $ Error: Cannot open configuration file 
conf/location-service.properties

Please help if any body already solve this issues!!

Thanks



Original issue reported on code.google.com by [email protected] on 25 Dec 2014 at 4:29

Exception: Connection timed out - via TCP

Hi,

i am developing with JAIN-SIP and i am using openjsip as a server.
Via UDP everthing works fine, but i would like to hold a tcp - Connection to 
the SIP - Proxy. When i send a register Request to the stateful proxy, the 
proxy receives it and the registrar creates a 200 OK reply, but it seems that 
the proxy does'nt get this reply. Instead of forwarding the OK reply, after 
about 20 seconds, it generates the output below.

I am using Proxy v0.0.4 on Debian-Squeeze.


....DEBUG - Exception: Connection timed out
....TRACE - Exception dump: javax.sip.SipException: Connection timed out
    at gov.nist.javax.sip.stack.SIPServerTransaction.sendResponse(SIPServerTransaction.java:1383)
    at openjsip.proxy.Proxy.processIncomingRequest(Unknown Source)
    at openjsip.proxy.Proxy.processRequest(Unknown Source)
    at gov.nist.javax.sip.EventScanner.deliverEvent(EventScanner.java:223)
    at gov.nist.javax.sip.EventScanner.run(EventScanner.java:492)
    at java.lang.Thread.run(Thread.java:722)
2013-04-15 12:49:20,062  [EventScannerThread] TRACE - Transaction terminated at 
Debian-60-squeeze-64-LAMP. CT = null  ST = 
gov.nist.javax.sip.stack.SIPServerTransaction@e0f8fca

Original issue reported on code.google.com by [email protected] on 15 Apr 2013 at 11:05

Project homepage contains broken links to readme and changelog

What steps will reproduce the problem?
1. Navigate to https://code.google.com/p/openjsip/
2. Click "changelog" or "readme" link

What is the expected output? What do you see instead?
The web page is not available.

Original issue reported on code.google.com by wheleph on 22 Aug 2013 at 8:59

static route type of SIP URI?

Is it possible without additional coding, to add a user to the user.properties 
that represents a non-expirable static type of wildcard SIP URI?

For instance, any sip invite that comes into proxy and matched a user portion 
wildcard, such as "1234*" or "555XXXX" can get routed to a static destination 
address:port.

This could add static routing to the proxy in addition to users who can send 
register requests.

Original issue reported on code.google.com by [email protected] on 4 Nov 2011 at 6:26

why rmi?

Why are the registrar, proxy and location service separate processes connected 
via RMI?  Why not have all three in the same VM?  Isn't is better for 
performance?

Original issue reported on code.google.com by [email protected] on 21 Sep 2012 at 2:09

Sip server running, what code can I build as client?

Hi 
I am new to JAVA. I am using openjsip to test sip protocol.I have openjsip 
service running on my machine, I want to know  which online tool ir soucecode 
for it can I use as client to registration and communication  with server?

Thanks.

Original issue reported on code.google.com by [email protected] on 16 Apr 2013 at 12:30

RMI security class not found exception

We had 2 different machines experience a strange issue with the location server 
starting up.  The rmiregistry is running, but the location service will abort 
at startup with a unmarshalling exception, stating that the class loader could 
not be started.  I could not figure out what the problem is.  Have you ever 
seen this?


Original issue reported on code.google.com by [email protected] on 6 Nov 2011 at 8:39

Project homepage contains broken link to JAIN-SIP

What steps will reproduce the problem?
1. Go to project homepage https://code.google.com/p/openjsip/
2. Click on link "JAIN-SIP project" (https://jain-sip.dev.java.net/)

What is the expected output? What do you see instead?
The web page is not available.

Original issue reported on code.google.com by wheleph on 22 Aug 2013 at 8:47

How to include new functionality in Location servie

What steps will reproduce the problem?
1. Added a new method signature in LocationServiceInterface
2. Implement it in LocationService
3. Build and try to run

What is the expected output? What do you see instead?
Location service is not running cause new method signature Symbol not found.

What version of the product are you using? On what operating system?
v0.0.4

Please provide any additional information below.
As of in Ubuntu 14.04 and Java-8 is not working I tried in Windows-7 with Java-8

Original issue reported on code.google.com by [email protected] on 12 Jan 2015 at 9:54

sipml5 + openjsip

HI, could I use sipml5 + openjsip to develop a p2p chat program? or need any 
other lib?

Original issue reported on code.google.com by [email protected] on 12 Mar 2013 at 3:37

location-service not starting on java version "1.7.0_65" (linux)

What steps will reproduce the problem?
1.starting location-service
2.
3.

What is the expected output? What do you see instead?
Java exception

What version of the product are you using? On what operating system?

 v0.0.4

linux
Please provide any additional information below.

Hi!
I'm running openjsip on linux with java "1.7.0_65", but when starting 
location-service it shows the exception below:
2014-10-15 20:52:33,220  [main] ERROR - 
java.rmi.ServerException: RemoteException occurred in server thread; nested 
exception is: 
    java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is: 
    java.lang.ClassNotFoundException: openjsip.remote.locationservice.LocationServiceInterface
    at sun.rmi.server.UnicastServerRef.oldDispatch(UnicastServerRef.java:419)
    at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:267)
    at sun.rmi.transport.Transport$1.run(Transport.java:177)

Someone has the same error? 

Original issue reported on code.google.com by [email protected] on 15 Oct 2014 at 9:06

record route

hi, Is there any way to disable record routing header.  I want to skip the 
proxy after the 200OK message.  Thanks.

Original issue reported on code.google.com by [email protected] on 20 Sep 2012 at 12:58

Cannot start location service under Ubuntu 13.04

What steps will reproduce the problem?
From readme.txt:
1. Extract the archive to some location.
2. rmiregistry &
3. cd /tmp/openjsip
4. bin/openjsip start location-service

What is the expected output? What do you see instead?
Location service does not start with the following error:
wheleph1304@wheleph1304-Lenovo-G570:/tmp/openjsip$ bin/openjsip start 
location-service
bin/openjsip/../../: Not a directory
ls: cannot access /lib/jain-sip-api*.jar: No such file or directory
ls: cannot access /lib/openjsip-remote*.jar: No such file or directory
Starting Location Service...
bin/openjsip: 119: bin/openjsip: cannot create /bin/location-service.pid: 
Permission denied
wheleph1304@wheleph1304-Lenovo-G570:/tmp/openjsip$ Error: Could not find or 
load main class openjsip.locationservice.LocationService

What version of the product are you using?
openjsip-v0.0.4.tar.gz

On what operating system?
Environment details:
wheleph1304@wheleph1304-Lenovo-G570:/tmp/openjsip$ uname -a
Linux wheleph1304-Lenovo-G570 3.8.0-29-generic #42-Ubuntu SMP Tue Aug 13 
23:12:18 UTC 2013 i686 i686 i686 GNU/Linux
wheleph1304@wheleph1304-Lenovo-G570:/tmp/openjsip$ java -version
java version "1.7.0_25"
OpenJDK Runtime Environment (IcedTea 2.3.10) (7u25-2.3.10-1ubuntu0.13.04.2)
OpenJDK Server VM (build 23.7-b01, mixed mode)
wheleph1304@wheleph1304-Lenovo-G570:/tmp/openjsip$ realpath -v
realpath version 1.17ubuntu1
wheleph1304@wheleph1304-Lenovo-G570:/tmp/openjsip$ ls -l /bin/sh
lrwxrwxrwx 1 root root 4 Jun  8 23:08 /bin/sh -> dash

When I change shebang of the script to #!/bin/bash I get the same error

Original issue reported on code.google.com by wheleph on 28 Aug 2013 at 8:02

Question

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 [email protected] on 31 Oct 2009 at 9:59

Error found in Proxy source code.

Hi, I downloaded source code of OPNJSIP and i was only interested in proxy. so 
I created a project in Netbeans and import all proxy related files in that 
project. But when i ran the project , it gave error.Error summary and location 
is as under.
1. Proxy.java file, at line 631
" methodPlugin.initialize(pluginProperties, this);"

2. Proxy.java file, line 2503
"transactionsMapping.getResponseContext().addFinalResponse(response);"

3.Proxy.java , line 2680
"Response bestResponse = 
transactionsMapping.getResponseContext().getBestResponse(messageFactory);"


Could anyone please help me in this regard.
Thanks in advance

Original issue reported on code.google.com by [email protected] on 29 Apr 2014 at 7:40

standalone mode configuration

What steps will reproduce the problem?
1.configure the registrar.properties to be in "standalone" mode;
2.set all registrar interfaces as "registrar.interface.1.port = 5070";(if you 
get 12, for example, interfaces you have to configure 12 times on this option)
3.uncomment registrarplugin property in proxy.properties.

    # If Registrar service works in standalone mode, disable this plugin.
    proxy.method.plugin.1.classname = openjsip.proxy.plugins.RegisterPlugin
    # Separate configuration file for plugin
    proxy.method.plugin.1.properties = conf/registerplugin.properties
    #proxy.method.plugin.1.enabled = false
    proxy.method.plugin.1.enabled = true

4.start services;

What is the expected output? What do you see instead?
clients couldn't register on the service while haven't configured the domain 
suffixed with the port number 5070. but it should have been OK! 
I found that THERE SHOULD BE A registerplugin.properties in the conf\ 
directory. And I added these scripts in it:
    # Registration service connection settings
    #proxy.method.plugin.openjsip.proxy.plugins.RegisterPlugin.registrar.rmi.host = localhost
    proxy.method.plugin.openjsip.proxy.plugins.RegisterPlugin.registrar.rmi.host = (your registrar service address)
    proxy.method.plugin.openjsip.proxy.plugins.RegisterPlugin.registrar.rmi.port = 1099
    proxy.method.plugin.openjsip.proxy.plugins.RegisterPlugin.registrar.rmi.objectname = Registrar
And then IT WORKED!!!

What version of the product are you using? On what operating system?
v0.0.4
windows 8 pro.

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 28 May 2014 at 9:42

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.