Re: [OpenSIPS-Users] rtpproxy compile

2016-12-20 Thread Denis
Just one additional question.Is there any documentation about extractaudio utility?I cannot find any README file about it in the package and http://www.rtpproxy.org/post/v2release/ just mention about it. -- С уважением, Денис.Best regards, Denis 20.12.2016, 11:15, "Răzvan Crainea"

Re: [OpenSIPS-Users] rtpproxy compile

2016-12-20 Thread Denis
Hello, Razvan! Thank you very much for your help! You are right, i should make additional ./configure after libsndfile installed. Now everything work fine! Thank you.  -- С уважением, Денис.Best regards, Denis 20.12.2016, 11:15, "Răzvan Crainea" :Hi, Denis!Can you run

Re: [OpenSIPS-Users] rtpproxy compile

2016-12-20 Thread Răzvan Crainea
Hi, Denis! Can you run 'ldconfig -p | grep sndfile'? Do you see the .so libraries in the output? If not, perhaps you should run 'ldconfig'. If this still does not work, you should manually add the library's directory in the library path[1]. If you do get sndfile in the output, but it still

[OpenSIPS-Users] rtpproxy compile

2016-12-19 Thread Denis
Hello! I want to use extractaudio utility to extract audio and write it to some .wav file.But, during compiling of this utility i get such error"extractaudio.c:325: undefined reference to `sf_open'extractaudio.c:389: undefined reference to `sf_write_short'extractaudio.c:400: undefined reference to