GithubHelp home page GithubHelp logo

Comments (6)

GoogleCodeExporter avatar GoogleCodeExporter commented on September 10, 2024
The same applies to bin/cmdclient

Original comment by wheleph on 9 Sep 2013 at 7:38

from openjsip.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 10, 2024
I am using openjsip as SIP proxy server.I have build the code.But I dont know 
whats the next step as i am not able to run the scripts

example: bin/openjsip start location-service
When I run in unix the following things occur

user@INFBA03025:~/openjsip$ bin/openjsip start location-service
bash: bin/openjsip: Is a directory

please give suggestions
It would help me a lot

Original comment by [email protected] on 7 Nov 2013 at 7:26

from openjsip.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 10, 2024
Hi,
    Can anyone tell me how to make a call using IMSdroid/Xlite/Boghe with openjsip as proxyserver

Or which client can we use to test the openjsip proxy server

Thanks,
deeks.

Original comment by [email protected] on 8 Nov 2013 at 3:16

from openjsip.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 10, 2024
[deleted comment]

from openjsip.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 10, 2024
I met the same problem mentioned above "bin/openjsip/../../: Not a directory"

And modified the openjsip a little bit at the top to make it set the base_dir 
properly on my Ubuntu 12.04.

Here are the tiny changes:
---------------------------
thisFilePath=`realpath "$0"`
thisFileDir=`dirname $thisFilePath`
base_dir=`realpath $thisFileDir/../`
-----------------------------

Original comment by [email protected] on 4 Mar 2014 at 10:48

from openjsip.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 10, 2024
-bash-4.1# bin/openjsip start location-service
bin/openjsip: line 4: realpath: command 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...
-bash-4.1# Exception in thread "main" java.lang.NoClassDefFoundError: 
openjsip/locationservice/LocationService
Caused by: java.lang.ClassNotFoundException: 
openjsip.locationservice.LocationService
    at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
Could not find the main class: openjsip.locationservice.LocationService. 
Program will exit.
--------------
i found this eror when i run from Centos 
plz give me advice 

Original comment by [email protected] on 13 Mar 2014 at 2:10

from openjsip.

Related Issues (20)

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.