ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    one side recorded calls with oreka

    IT Discussion
    voip
    4
    50
    13.8k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • IT-ADMINI
      IT-ADMIN
      last edited by

      Hi everybody,,,

      I have an issue which is one side recorded audio files, and this issue happen only if someone call us from outside, as for internal calls between local ip phone (LAN network) are fully recorded

      Our ip pbx is hosted cucm and we reach the pbx by way of a voice gateway

      Note: the rtp traffic hit the monitoring interface (destination span port) and the proof for that is : wireshark capture the full RTP stream , I mean the whole call is recorded

      i contacted oreka and they answer me with this email :

      This has most likely been fixed in the latest open source version (svn head). You can compile it

      but i didn't know how to do that, has anyone had any experience in compiling source code of a software??? knowing that this project in open source : http://sourceforge.net/projects/oreka/

      Thank you for your help and best regard

      1 Reply Last reply Reply Quote 0
      • scottalanmillerS
        scottalanmiller
        last edited by

        First thing... what operating system do you have?

        1 Reply Last reply Reply Quote 0
        • IT-ADMINI
          IT-ADMIN
          last edited by

          hi Scott long time no see

          thank you for your concern

          my operating system where oreka is installed is windows 7

          scottalanmillerS 1 Reply Last reply Reply Quote 1
          • scottalanmillerS
            scottalanmiller @IT-ADMIN
            last edited by

            @IT-ADMIN said:

            hi Scott long time no see

            thank you for your concern

            my operating system where oreka is installed is windows 7

            Oh that makes things very difficult. You need to figure out what compiler you will need for this. Maybe you need to install GCC or get Visual Studio. Being on Windows takes this from a trivial thing to do to very complicated.

            Ask Oreka if they don't have a compiled version for Windows.

            1 Reply Last reply Reply Quote 0
            • scottalanmillerS
              scottalanmiller
              last edited by

              Consider running on Linux to make things easy.

              1 Reply Last reply Reply Quote 0
              • IT-ADMINI
                IT-ADMIN
                last edited by

                ooooh yes you are right, they have a version on ubuntu,

                scottalanmillerS 1 Reply Last reply Reply Quote 0
                • IT-ADMINI
                  IT-ADMIN
                  last edited by

                  in their website they mentioned :

                  OrkAudio Debian/Ubuntu Package

                  Note: OrkAudio was not re-compiled for this platform since the 0.5 version.

                  These Debian/ubuntu binaries have been generated on a Ubuntu Hoary system and consist of three deb files. You can install them using the following commands:

                  dpkg -i log4cxx-0.9.7_0.9.7-1_i386.deb
                  dpkg -i orkbasecxx_X.X-1_i386.deb
                  dpkg -i orkaudio_X.X-1_i386.deb
                  OrkAudio depends on some third party packages. You can install them using the following commands. Some of those are not part of the core distribution so you will need to enable the apt-get "universe" source by uncommenting the right lines in /etc/apt/sources.list.

                  apt-get install libace-dev
                  apt-get install libboost-dev
                  apt-get install liblog4cpp-dev
                  apt-get install libpcap0.7-dev
                  apt-get install libxerces26-dev
                  apt-get install libsndfile1-dev

                  1 Reply Last reply Reply Quote 0
                  • IT-ADMINI
                    IT-ADMIN
                    last edited by

                    but again the same issue the source code was not compiled since 0.5 version.

                    scottalanmillerS 1 Reply Last reply Reply Quote 0
                    • IT-ADMINI
                      IT-ADMIN
                      last edited by

                      the last version is kind of SVN head like he said before, but according to what you said compiling code from SVN in linux environment is more easier but how ???

                      scottalanmillerS 1 Reply Last reply Reply Quote 0
                      • scottalanmillerS
                        scottalanmiller @IT-ADMIN
                        last edited by

                        @IT-ADMIN said:

                        ooooh yes you are right, they have a version on ubuntu,

                        It's open source AND they expect you to compile, it would be mind boggling if Linux wasn't their main target platform.

                        1 Reply Last reply Reply Quote 0
                        • scottalanmillerS
                          scottalanmiller @IT-ADMIN
                          last edited by

                          @IT-ADMIN said:

                          but again the same issue the source code was not compiled since 0.5 version.

                          Yes, but compiling on Linux is a trivial, and standard activity. Not at all on Windows.

                          1 Reply Last reply Reply Quote 0
                          • scottalanmillerS
                            scottalanmiller @IT-ADMIN
                            last edited by

                            @IT-ADMIN said:

                            the last version is kind of SVN head like he said before, but according to what you said compiling code from SVN in linux environment is more easier but how ???

                            That depends on the package, but nearly always you just cd into the directory of the source code and run...

                            ./configure
                            make
                            make install
                            

                            That's it. Compilation is a standard and common activity.

                            http://www.thegeekstuff.com/2012/06/install-from-source/

                            1 Reply Last reply Reply Quote 0
                            • IT-ADMINI
                              IT-ADMIN
                              last edited by

                              how i can access the directory in the SVN???

                              scottalanmillerS 1 Reply Last reply Reply Quote 0
                              • IT-ADMINI
                                IT-ADMIN
                                last edited by

                                the mention this in their website 👍

                                Getting the source code

                                Download the latest source code from sourceforge:

                                svn checkout svn://svn.code.sf.net/p/oreka/svn/trunk oreka-svn

                                1 Reply Last reply Reply Quote 0
                                • IT-ADMINI
                                  IT-ADMIN
                                  last edited by

                                  what does mean ????

                                  scottalanmillerS 1 Reply Last reply Reply Quote 0
                                  • scottalanmillerS
                                    scottalanmiller @IT-ADMIN
                                    last edited by

                                    @IT-ADMIN said:

                                    how i can access the directory in the SVN???

                                    Subversino (SVN) is a change management system. You either download from their host's web interface or you use subversion to pull down a copy.

                                    Honestly, this doesn't sound like software you should be using. If you aren't versed in this stuff, using software that isn't supported and requires you to compile on your own means it would normally be something that you completely ignore. What is making you want to use this software?

                                    1 Reply Last reply Reply Quote 0
                                    • scottalanmillerS
                                      scottalanmiller @IT-ADMIN
                                      last edited by

                                      @IT-ADMIN said:

                                      what does mean ????

                                      It means... run the command that they provided.

                                      1 Reply Last reply Reply Quote 0
                                      • IT-ADMINI
                                        IT-ADMIN
                                        last edited by

                                        @scottalanmiller said:
                                        What is making you want to use this software?

                                        because it is the free software that i found, all other call recording software are very expensive!!!!!

                                        scottalanmillerS 1 Reply Last reply Reply Quote 0
                                        • scottalanmillerS
                                          scottalanmiller @IT-ADMIN
                                          last edited by

                                          @IT-ADMIN said:

                                          because it is the free software that i found, all other call recording software are very expensive!!!!!

                                          I've never run into that issue as all of our call recording platforms are free and included in the free phone systems. How are you in a situation where call recording is needed as an extra feature? I've never heard of a phone system lacking this feature.

                                          1 Reply Last reply Reply Quote 0
                                          • IT-ADMINI
                                            IT-ADMIN
                                            last edited by

                                            yes, but the problem our VOIP server is hosted UCM by our ISP, and they don't offer recording feature,

                                            scottalanmillerS 1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 1 / 3
                                            • First post
                                              Last post