Re: [Linphone-users] oRTP directory is missing!

2015-11-03 Thread joaoprosa

Dear Johan Pascal

Thank you 

with kinds Regards
João Pereira Rosa
 

Citando Johan Pascal :


Hi,
please use --recursive option when cloning linphone git repository, it
shall fetch oRTP and mediastreamer2 subdirectories.
git clone git://git.linphone.org/linphone.git --recursive

johan
  On 03/11/15 14:16, joaopr...@mail.telepac.pt wrote:


 


Dear Sir  of Linphone

I try build Linphone 3.9.0 , so I download the file linphone-3.9.0.tar.gz
 but the oRTP directory is missing, I try
with git://git.linphone.org/linphone.git  and the oRTP stay empty

with kinds Regards
João Pereira Rosa

 
     ___ Linphone-users
mailing list
Linphone-users@nongnu.orghttps://lists.nongnu.org/mailman/listinfo/linphone-users

 
___
Linphone-users mailing list
Linphone-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/linphone-users


[Linphone-users] oRTP directory is missing!

2015-11-03 Thread joaoprosa

Dear Sir  of Linphone

I try build Linphone 3.9.0 , so I download the file linphone-3.9.0.tar.gz
 but the oRTP directory is missing, I try
with git://git.linphone.org/linphone.git  and the oRTP stay empty

with kinds Regards
João Pereira Rosa

 
___
Linphone-users mailing list
Linphone-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/linphone-users


[Linphone-users] Linphone 3.9.0

2015-11-03 Thread Ghislain MARY

Hi there,

The 3.9.0 version of Linphone has just been released. Here are the changes:
 - Video recording of calls in MKV format
 - Clickable URLs in chat view
 - Add buttons to change the record and playback volumes during a call
 - Add button to start chatting without having to create a contact first
 - Some icon changes
 - Call logs now stored in database
 - Support of video presets (include a high-fps preset)
 - Bug fixes

And here are the links to get the installers for Windows and Mac OS X 
and the source code tarball:
 - Windows installer: 
http://download-mirror.savannah.gnu.org/releases/linphone/3.9.x/win32/Linphone-3.9.0-win32.exe
 - Mac OS X installer: 
http://download-mirror.savannah.gnu.org/releases/linphone/3.9.x/macos/linphone-3.9.0.pkg
 - Source code tarball: 
http://download-mirror.savannah.gnu.org/releases/linphone/3.9.x/sources/linphone-3.9.0.tar.gz


The source code tarballs of the dependencies and mediastreamer2 plugins 
are also available:
 - belle-sip 1.4.2: 
http://download-mirror.savannah.gnu.org/releases/linphone/belle-sip/belle-sip-1.4.2.tar.gz
 - bzrtp 1.0.3: 
http://download-mirror.savannah.gnu.org/releases/linphone/bzrtp/bzrtp-1.0.3.tar.gz
 - mediastreamer2 2.12.0: 
http://download-mirror.savannah.gnu.org/releases/linphone/mediastreamer/mediastreamer-2.12.0.tar.gz
 - ortp 0.25.0: 
http://download-mirror.savannah.gnu.org/releases/linphone/ortp/sources/ortp-0.25.0.tar.gz
 - bcg729 1.0.1: 
http://download-mirror.savannah.gnu.org/releases/linphone/plugins/sources/bcg729-1.0.1.tar.gz
 - msamr 1.0.2: 
http://download-mirror.savannah.gnu.org/releases/linphone/plugins/sources/msamr-1.0.2.tar.gz
 - msilbc 2.1.2: 
http://download-mirror.savannah.gnu.org/releases/linphone/plugins/sources/msilbc-2.1.2.tar.gz
 - msopenh264 1.1.1: 
http://download-mirror.savannah.gnu.org/releases/linphone/plugins/sources/msopenh264-1.1.1.tar.gz
 - mssilk 1.0.2: 
http://download-mirror.savannah.gnu.org/releases/linphone/plugins/sources/mssilk-1.0.2.tar.gz
 - msx264 1.5.2: 
http://download-mirror.savannah.gnu.org/releases/linphone/plugins/sources/msx264-1.5.2.tar.gz


The source code is of course also available from our git repositories 
using the versions numbers as tags (eg. tag 1.4.2 for belle-sip):

 - belle-sip: git://git.linphone.org/belle-sip.git
 - bzrtp: git://git.linphone.org/bzrtp.git
 - linphone: git://git.linphone.org/linphone.git
 - mediastreamer2: git://git.linphone.org/mediastreamer2.git
 - ortp: git://git.linphone.org/ortp.git
 - bcg729: git://git.linphone.org/bcg729.git
 - msamr: git://git.linphone.org/msamr.git
 - msilbc: git://git.linphone.org/msilbc.git
 - msopenh264: git://git.linphone.org/msopenh264.git
 - mssilk: git://git.linphone.org/mssilk.git
 - msx264: git://git.linphone.org/msx264.git

The whole linphone installer for Windows and Mac OS X can now also be 
easily built using the new linphone-desktop repository and the CMake 
build system.

Get it using:
git clone git://git.linphone.org/linphone-desktop.git -b 3.9.0 
--recursive

Then use the following command to prepare the build:
python prepare.py
And finally build the package with the "make" command on Mac OS X and 
Linux or opening the "WORK/cmake/Project.sln" Visual Studio solution on 
Windows.


Cheers,
Ghislain


___
Linphone-users mailing list
Linphone-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/linphone-users


Re: [Linphone-users] oRTP directory is missing!

2015-11-03 Thread Abdul Hakeem
Hello Johan,
The ‘’git clone git://git.linphone.org/linphone.git –recursive’’ returned a 
fatal error.
 
 
From: linphone-users-bounces+alhakeem=gmail@nongnu.org 
[mailto:linphone-users-bounces+alhakeem=gmail@nongnu.org] On Behalf Of 
joaopr...@mail.telepac.pt
Sent: Tuesday, November 3, 2015 1:31 PM
To: linphone-users@nongnu.org
Subject: Re: [Linphone-users] oRTP directory is missing!
 
Dear Johan Pascal

Thank you 

with kinds Regards
João Pereira Rosa
 
Citando Johan Pascal :
Hi,
please use --recursive option when cloning linphone git repository, it shall 
fetch oRTP and mediastreamer2 subdirectories.
git clone git://git.linphone.org/linphone.git --recursive

johan
 
On 03/11/15 14:16, joaopr...@mail.telepac.pt wrote:
 
Dear Sir  of Linphone

I try build Linphone 3.9.0 , so I download the file linphone-3.9.0.tar.gz  but 
the oRTP directory is missing, I try with git://git.linphone.org/linphone.git  
and the oRTP stay empty

with kinds Regards
João Pereira Rosa

 
 
  
 
___
Linphone-users mailing list
Linphone-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/linphone-users


 
___
Linphone-users mailing list
Linphone-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/linphone-users


[Linphone-users] choose the network interface to bind to a proxy

2015-11-03 Thread hurdman
Hello all,
i have got an internal proxy ( localhost:5060 ) and i want to bind on using the 
'lo' network interface.
But linphone use the eth0 to bind :
example :
127.0.0.1:5060 172.18.5.63:53866  ESTABLISHED

I have of course a route to 127.0.0.1
127.0.0.0/8 dev lo  scope link 

Is there a way to force 127.0.0.1 as the src address from linphone to my proxy ?

regards
Ycy.

___
Linphone-users mailing list
Linphone-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/linphone-users