Code Monkey home page Code Monkey logo

opensoftphone's People

Contributors

fhackenberger avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

opensoftphone's Issues

Error on launch

What steps will reproduce the problem?
1. Ensure Java is installed
2. Checkout SVN
3.

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

Error message


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


Please provide any additional information below.

Log File:
!SESSION 2010-07-15 12:05:45.796 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.5.0_07
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_GB
Command-line arguments:  -os win32 -ws win32 -arch x86

!ENTRY org.eclipse.equinox.app 0 0 2010-07-15 12:05:46.640
!MESSAGE Product org.acoveo.callcenter.softPhone.product could not be found.

!ENTRY org.eclipse.osgi 4 0 2010-07-15 12:05:46.671
!MESSAGE Application error
!STACK 1
java.lang.RuntimeException: No application id has been found.
    at org.eclipse.equinox.internal.app.EclipseAppContainer.startDefaultApp(EclipseAppContainer.java:236)
    at org.eclipse.equinox.internal.app.MainApplicationLauncher.run(MainApplicationLauncher.java:29)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1236)

!ENTRY org.eclipse.osgi 2 0 2010-07-15 12:05:46.718
!MESSAGE The following is a complete list of bundles which are not resolved, 
see the prior log entry for the root cause if it exists:
!SUBENTRY 1 org.eclipse.osgi 2 0 2010-07-15 12:05:46.718
!MESSAGE Bundle 
update@plugins/org.acoveo.callcenter.guiLibrary_1.0.0.200906151710.jar [7] was 
not resolved.
!SUBENTRY 2 org.acoveo.callcenter.guiLibrary 2 0 2010-07-15 12:05:46.718
!MESSAGE Missing required bundle org.acoveo.tools_0.0.0.
!SUBENTRY 2 org.acoveo.callcenter.guiLibrary 2 0 2010-07-15 12:05:46.718
!MESSAGE Missing required bundle org.acoveo.callcenter.nls_1.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2010-07-15 12:05:46.718
!MESSAGE Bundle 
update@plugins/org.acoveo.callcenter.iconStore_1.0.0.200906151710.jar [8] was 
not resolved.
!SUBENTRY 2 org.acoveo.callcenter.iconStore 2 0 2010-07-15 12:05:46.718
!MESSAGE Missing required bundle org.acoveo.tools_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2010-07-15 12:05:46.718
!MESSAGE Bundle update@plugins/org.acoveo.callcenter.nls_1.0.0.jar [9] was not 
resolved.
!SUBENTRY 1 org.eclipse.osgi 2 0 2010-07-15 12:05:46.718
!MESSAGE Bundle 
update@plugins/org.acoveo.callcenter.sipclient_1.0.1.200906151710.jar [10] was 
not resolved.
!SUBENTRY 2 org.acoveo.callcenter.sipclient 2 0 2010-07-15 12:05:46.718
!MESSAGE Missing required bundle org.acoveo.callcenter.iconStore_0.0.0.
!SUBENTRY 2 org.acoveo.callcenter.sipclient 2 0 2010-07-15 12:05:46.718
!MESSAGE Missing required bundle org.acoveo.tools_0.0.0.
!SUBENTRY 2 org.acoveo.callcenter.sipclient 2 0 2010-07-15 12:05:46.718
!MESSAGE Missing required bundle org.acoveo.callcenter.nls_1.0.0.
!SUBENTRY 2 org.acoveo.callcenter.sipclient 2 0 2010-07-15 12:05:46.718
!MESSAGE Missing required bundle org.acoveo.callcenter.guiLibrary_1.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2010-07-15 12:05:46.718
!MESSAGE Bundle 
update@plugins/org.acoveo.callcenter.softPhone_1.0.0.200906151710.jar [11] was 
not resolved.
!SUBENTRY 2 org.acoveo.callcenter.softPhone 2 0 2010-07-15 12:05:46.718
!MESSAGE Missing required bundle org.acoveo.callcenter.sipclient_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2010-07-15 12:05:46.718
!MESSAGE Bundle update@plugins/org.acoveo.tools_1.0.0.200906151710.jar [12] was 
not resolved.
!SUBENTRY 2 org.acoveo.tools 2 0 2010-07-15 12:05:46.718
!MESSAGE Missing required bundle org.acoveo.callcenter.nls_1.0.0.


Original issue reported on code.google.com by [email protected] on 15 Jul 2010 at 11:09

x86_64 release for Linux

What steps will reproduce the problem?
a) Trying to download a release for 64 bit systems

b) Trying to compile on 64 bit Linux

What is the expected output? What do you see instead?
Expect link to 64 bit release, only 32 bit releases available. Also tried
to build from source but the makefile is too specific to the platform of
the developer (absolute path names, sun vs. openJDK, hard coded
architecture etc.)

What version of the product are you using? On what operating system?
svn revision 8, with pjsip 1.0.3 on branch 1.0 from svn revision 2830
Operating system is Ubuntu 9.10 with openJDK 1.6, Eclipse Galileo and g++ 4.4.1

Original issue reported on code.google.com by [email protected] on 9 Apr 2010 at 6:32

problem on centos 5.6

It just won't start on Centos 5.6 machine...when executing softPhone executable 
it happens nothing, it just comes back to console...is there any log files....?

Original issue reported on code.google.com by [email protected] on 26 Mar 2012 at 10:51

how to add the recording feature to softphone.

What steps will reproduce the problem?
1.
2.
3.

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


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


Please provide any additional information below.

Unable to get the recorder id because of swigtype_p_int argument.how to pass 
this argument to the recorder_create function and get the recorder id as output.

Original issue reported on code.google.com by [email protected] on 6 Aug 2013 at 10:53

Installation win32.win32.x86 is not working on Windows 64 bit OS.

What steps will reproduce the problem?
1. extracted win32.win32.x86 in a folder.
2. run softPhone.exe
3.

What is the expected output? What do you see instead?
Eclipse should be launched. JVM exit and error console was launched.

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

win32.win32.x86, And System Info:
OS Name:                   Microsoft Windows 7 Enterprise
OS Version:                6.1.7600 N/A Build 7600
System Type:               x64-based PC


Please provide any additional information below.
Please see the attached file.

Original issue reported on code.google.com by [email protected] on 8 Dec 2011 at 11:21

Attachments:

Multi-channel

Does the opensoftphone support multi-channel (multi concurent calls)?
I know pjsua already supports multi-channel.
If the opensoftphone does, please show me on detail where it is implemented?

Thank you,
Best regards.

Original issue reported on code.google.com by [email protected] on 7 Sep 2011 at 7:27

What is the main class to start the execution ?

I was using this softphone using the exe file that is given. and it works fine. 
but if i try to run it using the eclipse after importing the code into it, it 
does not work. it asks for the main class which i dont know.

can you please help me to identify the main class ????

Original issue reported on code.google.com by [email protected] on 25 Nov 2010 at 10:03

  • Merged into: #5

Codec

What codecs are supported and how do I select them?

Thanks Bob

Original issue reported on code.google.com by [email protected] on 8 Mar 2011 at 2:11

problem on make a call

What steps will reproduce the problem?
1.
2.
3.

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


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


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 1 Dec 2010 at 2:26

how to build source code on eclipse

What steps will reproduce the problem?
I took from svn the projects so in my eclipse I have 10 projects 
(org.acoveo.callcenter.guiLibrary and so on. 
In some of this project I have errors and besides I have not idea how to 
compile them and also how to launch to have something as the softPhone.sh that 
I picked up from tar.gz 

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


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


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 26 Nov 2010 at 10:36

Compilation error in pjsua_wrap.cpp on trying to build generated swig classes with pjsua.i

What steps will reproduce the problem?
1.downloaded pjsipjni code,swig generated 180 java files with  the given pjsua.i
2.created a dll project in visual studio 2012,Included the required header 
files and library files
3.build the pjsua project 

What is the expected output? What do you see instead?
pjsua_jni.dll.compilation error

What version of the product are you using? On what operating system?
Visual Studio 2012,Swig 2.0,pjsip-jni-code-5,pjsip-1.0,Windows7

Please provide any additional information below.
I am building the wrapper files ,since I want to change the pjsua.interface 
file to get the recorder_id of pjsua.recorder_create as int.The method accepts 
SWIGTYPE_p_int only.In that case is there any way to get the recorder_id as 
int? 


Original issue reported on code.google.com by [email protected] on 25 Jul 2013 at 1:28

Attachments:

AutoAnswer

Looking for an auto answer solution for this piece of software

Thankyou

Chris

Original issue reported on code.google.com by [email protected] on 17 Nov 2010 at 4:50

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.