[Linphone-users] Incoming SMS not working with Voip.ms

2024-08-03 Thread Guillaume Girard
Hello,

 

I have an IP line from Voip.ms and my configuration seems OK in Linphone.

 

Outgoing calls work fine.

Outgoing SMS works fine too.

 

But I don't receive incoming SMS in Linphone.

 

However, they are there, on the Voip.ms provider portal and I receive them
using another application, such as Zoiper.

 

Can someone help me with this?

 

Thanks,

 

Guillaume Girard

 

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


[Linphone-users] Linphone account pb

2019-02-05 Thread Guillaume S
Hello
I have a big problem: I know my account name and the phone number associated is 
the correct one. I wanted to change my password and tried to recover it. The 
problem is that given my account name and email address the answer is that the 
account doesn't exist but it does. May I can update my account parameters using 
my name /account and the phone number? 
Or explain me what I should do.
Thanks in advance.
Regards 
-- 
Envoyé de mon appareil Android avec Courriel K-9 Mail. Veuillez excuser ma 
brièveté.___
Linphone-users mailing list
Linphone-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/linphone-users


[Linphone-users] Linphone for raspberry

2019-01-02 Thread Guillaume BASTIEN
Hello,
I installed linphone on a jessie Debian on the Raspberry, and I need to do it 
on the new version of debian (stretch).
I followed a lot of instructions but when I compile linphone or others 
dependencies there is ALWAYS some errors...

Have you got a link to download a robust version of linphone (not desktop 
version) and can you give me the procedure do do it?

Thank you
BR
Guillaume BASTIEN

---
Cet email a fait l'objet d'une analyse antivirus par AVG.
http://www.avg.com
___
Linphone-users mailing list
Linphone-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/linphone-users


Re: [Linphone-users] Login details not transmitted securely

2016-03-21 Thread Guillaume
What kind of connection to the server were you using? Did you enable TLS?
If using simple TCP/UDP connection, this is expected. Using TLS, you shouldn’t 
be able to to that.

Best regards,
Guillaume Bienkowski
guillaume.bienkow...@belledonne-communications.com



> Le 18 mars 2016 à 23:31, Shadow Dragon  a écrit :
> 
> By running a MITM attack I was able to intercept login details as they
> were not properly protected.
> *note: password hash has been removed*
> 
> [192.168.0.100 > 91.121.209.194:5060] [HTTP Digest AUTH] http://
> Digest: username="shadow_dragon", realm="sip.linphone.org",
> nonce="3liI2gCOEVNdAACwI+TVyvwA", uri="sip:sip.linphone.org",
> response="*redacted*", algorithm=MD5,
> cnonce="24f9e2be-e1da-4d2f-b97f-b08d6df80e9e", opaque="+GNywA==",
> qop=auth, nc=0001
> 
> ___
> 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


Re: [Linphone-users] Bug: No push notifications on iOS

2016-02-16 Thread Guillaume Bienkowski
Hi Iglu,

Could you give a check the Network settings to see whether the push 
notification is actually enabled?
What kind of connection does your account use to connect to the sip server? 
TCP/TLS/UDP?

My phone works quite fine with the last iOS and when linphone runs in 
background.

Best regards,
Guillaume


> Le 16 févr. 2016 à 10:54, iglu01  a écrit :
> 
> Hi,
> 
> 
> push notifications mostly worked on older versions on iOS last year, but now 
> with the new version they don't seem to work anymore. Linphone does not ring 
> when closed, only when it's open.
> 
> 
> Linphone 3.11
> 
> iOS 9.2.1
> iPodTouch 5th generation
> 
> ___
> Linphone-users mailing list
> Linphone-users@nongnu.org
> https://lists.nongnu.org/mailman/listinfo/linphone-users



signature.asc
Description: Message signed with OpenPGP using GPGMail
___
Linphone-users mailing list
Linphone-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/linphone-users


Re: [Linphone-users] Iphone 6s Linphone iphone 3.10.9

2016-02-05 Thread Guillaume BIENKOWSKI
Does your sensor work in GSM calls? I have the same problem but my ear
sensor seems to be out of comission..
Linphone iPhone normally does dim the display when the proximity sensor is
triggered.

*Guillaume BIENKOWSKI*

*http://www.belledonne-communications.com/
<http://www.belledonne-communications.com/>*

*sip:g...@sip.linphone.org *

On Fri, Feb 5, 2016 at 9:37 AM, Jurijs Ivolga  wrote:

> Hi,
>
> Currently I'm facing issue with new Linphone 3.10.9
>
> When I'm calling and put phone near my ear, display do not fade off, it
> looks like sensor is not working correctly.
>
> Thank you!
>
> With kind regards,
>
> --
> Jurijs
>
> ___
> 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] Compiling branch 3.8.x on Raspbian

2015-06-04 Thread Guillaume Hilt
I'm compiling the 3.8 branch on Raspbian, without the video support as I 
don't need it.


Here's my current procedure :

git clone git://git.linphone.org/belle-sip.git
cd belle-sip
./autogen.sh
./configure && make && sudo make install
cd ..

git clone git://git.linphone.org/linphone.git --recursive
cd linphone
git checkout 3.8.x
./autogen.sh
intltoolize --force && aclocal
./configure --enable-video=no --disable-libv4l2
make

~/linphone# make
 cd . && /bin/bash /root/linphone/missing --run automake-1.11 --gnu
coreapi/Makefile.am:120: HAVE_LD_OUTPUT_DEF does not appear in 
AM_CONDITIONAL

Makefile:451: recipe for target 'Makefile.in' failed
make: *** [Makefile.in] Error 1

I've never seen this HAVE_LD_OUTPUT_DEF error.
Any idea ?

Thanks,

--
  Guillaume Hilt


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


Re: [Linphone-users] Package update on Raspbian ?

2015-06-04 Thread Guillaume Hilt

Ok but it's merely the python package ?
Will it be used by the GUI ?

  Guillaume Hilt

Le 04/06/2015 16:48, Thomas Meißner a écrit :


See here:

http://linphone.org/snapshots/linphone-python-raspberry/

https://wiki.linphone.org/wiki/index.php/Raspberrypi:start

Am 04.06.2015 16:37 schrieb "Guillaume Hilt" <mailto:gh...@shadowprojects.org>>:


Hello,

Does someone has an updated raspbian package for linphone, or has
compiled it ?
We're stuck with 3.5.2 and linphone crash from time to time.

I started to compile 3.8.2 but it take some time.

Thanks,

-- 
  Guillaume Hilt



___
Linphone-users mailing list
Linphone-users@nongnu.org <mailto: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 mailing list
Linphone-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/linphone-users


Re: [Linphone-users] Package update on Raspbian ?

2015-06-04 Thread Guillaume Hilt

Yes, that's why i asked if there's a ETA.
I'm fine with the current version, i was just curious.

  Guillaume Hilt

Le 04/06/2015 17:01, Thomas Meißner a écrit :


I use those snapshots on my Pi2 and it works fine.
Did you read the info from the bottom in the wiki?

*What about the Raspberry PI 2 ?*

The current package of Linphone Python for Raspberry PI are built for 
ARMv6. Therefore they are also working correctly on the Raspberry PI 
2. However they do not take advantage of its ARMv7 processor and of 
the neon optimizations. A version specific to the Raspberry PI 2 
including these performance improvements should be available soon.


Am 04.06.2015 16:54 schrieb "Guillaume Hilt" <mailto:gh...@shadowprojects.org>>:


Thanks, it should help.

Since i'm using RSPI2, is there any ETA on the ARMv7 version ?
Otherwise I guess I can go back to compiling it ?

   Guillaume Hilt

Le 04/06/2015 16:48, Thomas Meißner a écrit :


See here:

http://linphone.org/snapshots/linphone-python-raspberry/

https://wiki.linphone.org/wiki/index.php/Raspberrypi:start

    Am 04.06.2015 16:37 schrieb "Guillaume Hilt"
mailto:gh...@shadowprojects.org>>:

Hello,

Does someone has an updated raspbian package for linphone, or
has compiled it ?
We're stuck with 3.5.2 and linphone crash from time to time.

I started to compile 3.8.2 but it take some time.

Thanks,

-- 
  Guillaume Hilt



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



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



___
Linphone-users mailing list
Linphone-users@nongnu.org <mailto: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 mailing list
Linphone-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/linphone-users


Re: [Linphone-users] Package update on Raspbian ?

2015-06-04 Thread Guillaume Hilt

Thanks, it should help.

Since i'm using RSPI2, is there any ETA on the ARMv7 version ?
Otherwise I guess I can go back to compiling it ?

  Guillaume Hilt

Le 04/06/2015 16:48, Thomas Meißner a écrit :


See here:

http://linphone.org/snapshots/linphone-python-raspberry/

https://wiki.linphone.org/wiki/index.php/Raspberrypi:start

Am 04.06.2015 16:37 schrieb "Guillaume Hilt" <mailto:gh...@shadowprojects.org>>:


Hello,

Does someone has an updated raspbian package for linphone, or has
compiled it ?
We're stuck with 3.5.2 and linphone crash from time to time.

I started to compile 3.8.2 but it take some time.

Thanks,

-- 
  Guillaume Hilt



___
Linphone-users mailing list
Linphone-users@nongnu.org <mailto: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 mailing list
Linphone-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/linphone-users


[Linphone-users] Package update on Raspbian ?

2015-06-04 Thread Guillaume Hilt

Hello,

Does someone has an updated raspbian package for linphone, or has 
compiled it ?

We're stuck with 3.5.2 and linphone crash from time to time.

I started to compile 3.8.2 but it take some time.

Thanks,

--
  Guillaume Hilt


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


Re: [Linphone-users] Linphone Web plugin for Firefox is built for specific shared library version libpolarssl.so.0

2015-06-01 Thread Guillaume Bienkowski
This may be transitory, we have been experiencing a bit of flaky connections to 
the server. It should be soon coming back ok.
Can you test again?


Guillaume Bienkowski
guillaume.bienkow...@belledonne-communications.com



> Le 1 juin 2015 à 14:23, joe  a écrit :
> 
> G'day Ghislain,
>   thanks for that, Linphone Web installs OK but I can't
>   login, I thought My old account may have been corrupted
>   so opened a new account, it was subsequently activated
>   but when I fill out my login details I receive an error
>   message "Failed to connect to server"
> 
> regards Joe.
> 
> 
> On Mon, 01 Jun 2015 11:59:21 +0200
> Ghislain MARY  wrote:
> 
>> Hi,
>> 
>> linphone-web should only depend on libpolarssl.so.5 that is packaged
>> and located in the .mozilla/firefox/{profile} directory after
>> installation. There was an issue with the Linux 32bits package
>> installed from web.linphone.org. This issue has been fixed so you
>> might want to reinstall to get a clean linphone-web. To do so:
>>  - Remove the already installed firefox extension
>>  - Restart firefox
>>  - Clear your download cache (otherwise firefox will not download
>> the file again and still use the wrong one you downloaded before)
>>  - Go to web.linphone.org and install the proposed plugin
>>  - After restarting firefox, everything should be ok.
>> 
>> Cheers,
>> Ghislain
>> 
>> Le 01/06/2015 10:26, J G Miller a écrit :
>>> At 09:10h, on Monday, June 01, 2015,
>>> in message
>>> ,
>>> on the subject of "Re: [Linphone-users] Linphone Web plugin for
>>> Firefox is built for specific shared library version
>>> libpolarssl.so.0", Guillaume Bienkowski wrote -
>>> 
>>>> This seems suspicious to me: the plugin is supposed to be self
>>>> contained, including polarssl.
>>> 
>>> So should there be a libpolar.so.0 unnpacked into
>>> the .mozilla/firefox/{profile} directory?
>>> 
>>> These are the only shared library files which are found --
>>> 
>>>1hy1uwwx.default/}# find . -name \*.so
>>>
>>> ./extensions/{A7F0040E-4481-4C03-952F-D8491E5036A7}/plugins/nplinphone-web-1.0.14.so
>>>./gmp-gmpopenh264/1.4/libgmpopenh264.so
>>> 
>>> ___
>>> 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 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


Re: [Linphone-users] Linphone Web plugin for Firefox is built for specific shared library version libpolarssl.so.0

2015-06-01 Thread Guillaume Bienkowski
Hi guys,

This seems suspicious to me: the plugin is supposed to be self contained, 
including polarssl. This could be a compilation issue, I’ll talk to the guys in 
charge of this.

Best regards,

Guillaume Bienkowski
guillaume.bienkow...@belledonne-communications.com



> Le 1 juin 2015 à 02:27, J G Miller  a écrit :
> 
> on the subject of "Re: [Linphone-users] Linphone Web plugin for Firefox is 
> built for specific shared library version libpolarssl.so.0",

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


Re: [Linphone-users] Linphone Web install difficulty

2015-06-01 Thread Guillaume Bienkowski
Did you « unblock » the plugin in the address bar ?
Firefox blocks plugins by default now, so there’s a small icon near the favicon 
that you have to click to allow the plugin to load.

Cheers,

Guillaume Bienkowski
guillaume.bienkow...@belledonne-communications.com



> Le 31 mai 2015 à 01:01, joe  a écrit :
> 
> G'day JG,
> thanks for reply, I can't do much more that explain the steps
> I use to install Linphone Web.
> 1/ Go to Linphone.org
> 2/ Under the heading "Technical Corner" click Linphone Web in the drop
> down.
> 3/ Wait while "Chargment Loading" 
> 4/ Click "Allow" in the Firefox popup
> 5/ Click "Install Now" in the Install only Trusted Authors box.
> 6/ click "Restart Now" so the addon will install on next Firefox start.
> 7/ I am presented with a Welcome message that also says "The Pluin is
> not installed please wait and accept the Automatic install of the
> plugin"
> 8/ Click Firefox allow and so the process could go on ad infinitum .
> 
> Have you installed Linphone Web on a 32 bit PC, if so how did you do9
> it?
> regards Joe.
> 
> On Sat, 30 May 2015 22:14:16 +0200
> J G Miller  wrote:
> 
>> At 21:41h, on Saturday, May 30, 2015,
>> in message <20150530214134.5375df3c@joe-System-Product-Name>,
>> on the subject of "Re: [Linphone-users] Linphone Web install
>> difficulty", Joseph Jameson wrote:
>> 
>>> the Linphone Web install goes round in circles but doesn't install.
>> 
>> If you want technical help to a technical problem, just reporting
>> "doesn't install" is not going to get you anywhere because nobody has
>> a clue what is happening on your system.
>> 
>> So what you need to do is to report back exactly where you got the
>> software you are trying to install, exactly how you are trying to
>> install it, and all of the messages generated from the install
>> procedure including the all important error messages now matter how
>> arcane they may appear to be.
>> 
>> Only then will anybody be able to provide any meaningful help.
>> 
>> It is a bit like expecting the medical doctor to cure your problem
>> when you only tell him you are feeling ill and expect his to
>> instantly provide you with the appropriate pill, but refuse to tell
>> anything more such as exactly where the pain is, when the pain
>> started, the fact that you cut yourself with a dirty knife you found
>> buried in the backyard etc etc
>> 
>> ___
>> 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 mailing list
Linphone-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/linphone-users


Re: [Linphone-users] Current version of Linphone in the Apple Store right?

2015-05-26 Thread Guillaume BIENKOWSKI
Hi Carlo,

This is probably due to an error when I uploaded the version to the store.
On the other hand, the iOS App store version and the one displayed in about
are unrelated. We try to make them identical, but this time it seems I
forgot to tag the 2.2.5 on the store branch.

Best regards,

*Guillaume BIENKOWSKI*

*http://www.belledonne-communications.com/
<http://www.belledonne-communications.com/>*

*sip:g...@sip.linphone.org *

On Tue, May 26, 2015 at 5:39 PM, Carlo Vogels 
wrote:

> When I visit the Apple store to download the newest Linphone, it says
> "version 2.2.5" (updated March 18). BUT when I after download and install
> click on "About" it says to me "Linphone iPhone 2.2.4.2-store-85-gbfcbadb"
>
> Is there a mismatch what the Apple store say and the factual version there?
>
> On http://www.linphone.org/snapshots/ios/ I see the newest version is
> "2.2.5-157-g72175dc", it seems it's a newer one than the Apple Store.
> Is it possible to compile those and install on an iPhone that's not
> jailbroken?
>
>
>
> ___
> 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


Re: [Linphone-users] build failed on latest source code of linphone-iphone

2015-05-18 Thread Guillaume Bienkowski
Fixed this an hour ago, we caught it on our build systems as well.


Guillaume Bienkowski
guillaume.bienkow...@belledonne-communications.com



> Le 17 mai 2015 à 03:32, Nguyen Le  a écrit :
> 
> Hi all,
> Today I get latest source code of linphone-iphone from github.
> But when I build it, I received the following error:
> 
> Making all in tester
> 
>   CCLD mediastreamer2_tester
> 
> ld: warning: ARM function not 4-byte aligned: __b_evaluation from 
> /Users/nguyenle/XCodeProjects/linphone-iphone/liblinphone-sdk/armv7-apple-darwin.ios/lib/libavcodec.a(simple_idct_arm.o)
> 
> ld: warning: ARM function not 4-byte aligned: __a_evaluation from 
> /Users/nguyenle/XCodeProjects/linphone-iphone/liblinphone-sdk/armv7-apple-darwin.ios/lib/libavcodec.a(simple_idct_arm.o)
> 
> ld: warning: ARM function not 4-byte aligned: __end_b_evaluation2 from 
> /Users/nguyenle/XCodeProjects/linphone-iphone/liblinphone-sdk/armv7-apple-darwin.ios/lib/libavcodec.a(simple_idct_arm.o)
> 
> ld: warning: ARM function not 4-byte aligned: __a_evaluation2 from 
> /Users/nguyenle/XCodeProjects/linphone-iphone/liblinphone-sdk/armv7-apple-darwin.ios/lib/libavcodec.a(simple_idct_arm.o)
> 
> ld: warning: ARM function not 4-byte aligned: __end_simple_idct_arm from 
> /Users/nguyenle/XCodeProjects/linphone-iphone/liblinphone-sdk/armv7-apple-darwin.ios/lib/libavcodec.a(simple_idct_arm.o)
> 
> Undefined symbols for architecture armv7:
> 
>   "_CU_ASSERT", referenced from:
> 
>   _inner_product_test in mediastreamer2_neon_tester.o
> 
> ld: symbol(s) not found for architecture armv7
> 
> clang: error: linker command failed with exit code 1 (use -v to see 
> invocation)
> 
> make[6]: *** [mediastreamer2_tester] Error 1
> 
> make[5]: *** [all-recursive] Error 1
> 
> make[4]: *** [all] Error 2
> 
> make[3]: *** [all-recursive] Error 1
> 
> make[2]: *** [all] Error 2
> 
> make[1]: *** [build-linphone] Error 2
> 
> make: *** [broadcast_all] Error 1
> 
> 
> 
> Could you please help me to advise of this error?
> 
> Thank you.
> 
> Mill Dol
> 
> ___
> 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


Re: [Linphone-users] Linphone iOS version 2.2.5 Codecs settings

2015-05-04 Thread Guillaume Bienkowski
Hi Bob, this is a different problem on a different platform. We haven’t yet 
looked into it, sorry.


Guillaume Bienkowski
guillaume.bienkow...@belledonne-communications.com



> Le 4 mai 2015 à 14:41, Bob Dixon  a écrit :
> 
> And what about the bug of the selected audio device not persisting when 
> Linphone is stopped and restarted?
> 
> Bob
> 
>> On May 4, 2015, at 8:02 AM, Guillaume Bienkowski 
>> > <mailto:guillaume.bienkow...@belledonne-communications.com>> wrote:
>> 
>> Hello Rudolf,
>> 
>> We corrected the problem in the development version but not yet on the 
>> market. If you are able to compile and install the development version you 
>> should see the problem is fixed.
>> 
>> 
>> Best regards,
>> 
>> Guillaume Bienkowski
>> guillaume.bienkow...@belledonne-communications.com 
>> <mailto:guillaume.bienkow...@belledonne-communications.com>
>> 
>> 
>> 
>>> Le 4 mai 2015 à 13:35, Rudolf van der Werf >> <mailto:rvanderw...@kpnplanet.nl>> a écrit :
>>> 
>>> Hi, any news about not saving the settings in Linphone for iPhone?
>>> 
>>> Kind regards,
>>> Vriendelijke groeten
>>> Rudolf N. van der Werf
>>> 
>>> by iPhone. 
>>> 
>>> 
>>> Op 23 apr. 2015 om 14:16 heeft Guillaume Bienkowski 
>>> >> <mailto:guillaume.bienkow...@belledonne-communications.com>> het volgende 
>>> geschreven:
>>> 
>>>> This looks like a bug, I’ll check.
>>>> 
>>>> 
>>>> Guillaume Bienkowski
>>>> guillaume.bienkow...@belledonne-communications.com 
>>>> <mailto:guillaume.bienkow...@belledonne-communications.com>
>>>> 
>>>> 
>>>> 
>>>>> Le 23 avr. 2015 à 10:45, Rudolf van der Werf >>>> <mailto:rvanderw...@kpnplanet.nl>> a écrit :
>>>>> 
>>>>> Hi,
>>>>> Switching off codec Opus 48kHz does the trick as well in windows desktop 
>>>>> version as on iPhone.
>>>>> In Windows desktop this new setting is saved. 
>>>>> BUT 
>>>>> in iOs the Opus 48 kHz off setting is NOT being kept.
>>>>> After restarting Linphone the codec Opus 48 kHz is switched on again.
>>>>> Please let me know how to swicht off the setting permanently  
>>>>>  
>>>>>  
>>>>> met vriendelijke groet,
>>>>> Rudolf
>>>>>  
>>>>> Van: Rudolf van der Werf [mailto:rvanderw...@kpnplanet.nl 
>>>>> <mailto:rvanderw...@kpnplanet.nl>] 
>>>>> Verzonden: maandag 30 maart 2015 10:36
>>>>> Aan: linphone-users@nongnu.org <mailto:linphone-users@nongnu.org>
>>>>> Onderwerp: Re: [Linphone-users] Linphone iOS version 2.2.5
>>>>>  
>>>>> Hi Guillaume,
>>>>> Thank you for responding!
>>>>> We can provide the audio of a meeting to selected people, so they can 
>>>>> attend the meeting via telephone or internet. The phonenumber is provided 
>>>>> by a SIP provider. In the software we can enter the specific phonenumber 
>>>>> of the friend who wants to listen. So the system knows that he authorized 
>>>>> to attend the meeting. In case of listening via a 
>>>>> tablet/smartphone/desktop we use Linphone to make contact via the sip 
>>>>> provider. In our software we enter a specific code for this friend. After 
>>>>> the connection the system asks the friend to enter the specific code for 
>>>>> the authorization. Then he will hear the transmitted audio. This worked 
>>>>> fine on desktop (vers. 3.3.2) and ipad/iphone (vers. 2.2.4). But stopped 
>>>>> with the last updates. After entering the authorization code there is no 
>>>>> connection made and hence no streaming audio. 
>>>>> By the way there were some iPad2 models (MC769NF/A) where Linphone also 
>>>>> crashed before. 
>>>>> For your info: we now use the app Castel SIP which seem to work on iOs 
>>>>> but this program has problems when entering contactpersons. 
>>>>> On Android the Linphone app is still working fine. 
>>>>> I hope you have got an idea of what I tried to explain. 
>>>>> Thank you so far. 
>>>>> 
>>>>> Kind regards
>>>>> Vriendelijke groeten
>>>>> Rudolf N. van der Werf
>>>>>

Re: [Linphone-users] Linphone iOS version 2.2.5 Codecs settings

2015-05-04 Thread Guillaume Bienkowski
Hello Rudolf,

We corrected the problem in the development version but not yet on the market. 
If you are able to compile and install the development version you should see 
the problem is fixed.


Best regards,

Guillaume Bienkowski
guillaume.bienkow...@belledonne-communications.com



> Le 4 mai 2015 à 13:35, Rudolf van der Werf  a écrit 
> :
> 
> Hi, any news about not saving the settings in Linphone for iPhone?
> 
> Kind regards,
> Vriendelijke groeten
> Rudolf N. van der Werf
> 
> by iPhone. 
> 
> 
> Op 23 apr. 2015 om 14:16 heeft Guillaume Bienkowski 
>  <mailto:guillaume.bienkow...@belledonne-communications.com>> het volgende 
> geschreven:
> 
>> This looks like a bug, I’ll check.
>> 
>> 
>> Guillaume Bienkowski
>> guillaume.bienkow...@belledonne-communications.com 
>> <mailto:guillaume.bienkow...@belledonne-communications.com>
>> 
>> 
>> 
>>> Le 23 avr. 2015 à 10:45, Rudolf van der Werf >> <mailto:rvanderw...@kpnplanet.nl>> a écrit :
>>> 
>>> Hi,
>>> Switching off codec Opus 48kHz does the trick as well in windows desktop 
>>> version as on iPhone.
>>> In Windows desktop this new setting is saved. 
>>> BUT 
>>> in iOs the Opus 48 kHz off setting is NOT being kept.
>>> After restarting Linphone the codec Opus 48 kHz is switched on again.
>>> Please let me know how to swicht off the setting permanently  
>>>  
>>>  
>>> met vriendelijke groet,
>>> Rudolf
>>>  
>>> Van: Rudolf van der Werf [mailto:rvanderw...@kpnplanet.nl 
>>> <mailto:rvanderw...@kpnplanet.nl>] 
>>> Verzonden: maandag 30 maart 2015 10:36
>>> Aan: linphone-users@nongnu.org <mailto:linphone-users@nongnu.org>
>>> Onderwerp: Re: [Linphone-users] Linphone iOS version 2.2.5
>>>  
>>> Hi Guillaume,
>>> Thank you for responding!
>>> We can provide the audio of a meeting to selected people, so they can 
>>> attend the meeting via telephone or internet. The phonenumber is provided 
>>> by a SIP provider. In the software we can enter the specific phonenumber of 
>>> the friend who wants to listen. So the system knows that he authorized to 
>>> attend the meeting. In case of listening via a tablet/smartphone/desktop we 
>>> use Linphone to make contact via the sip provider. In our software we enter 
>>> a specific code for this friend. After the connection the system asks the 
>>> friend to enter the specific code for the authorization. Then he will hear 
>>> the transmitted audio. This worked fine on desktop (vers. 3.3.2) and 
>>> ipad/iphone (vers. 2.2.4). But stopped with the last updates. After 
>>> entering the authorization code there is no connection made and hence no 
>>> streaming audio. 
>>> By the way there were some iPad2 models (MC769NF/A) where Linphone also 
>>> crashed before. 
>>> For your info: we now use the app Castel SIP which seem to work on iOs but 
>>> this program has problems when entering contactpersons. 
>>> On Android the Linphone app is still working fine. 
>>> I hope you have got an idea of what I tried to explain. 
>>> Thank you so far. 
>>> 
>>> Kind regards
>>> Vriendelijke groeten
>>> Rudolf N. van der Werf
>>>  
>>> by iPhone. 
>>>  
>>> 
>>> Op 30 mrt. 2015 om 09:56 heeft Guillaume BIENKOWSKI 
>>> >> <mailto:guillaume.bienkow...@belledonne-communications.com>> het volgende 
>>> geschreven:
>>> 
>>>> Hello Rudolf, 
>>>>  
>>>> Without more details, we can't really understand what the problem is.
>>>>  
>>>> When do you use the keypad to send your code? After the call is 
>>>> established?
>>>> What kind of DTMF are you supposed to send? inband or through sip protocol?
>>>>  
>>>>  
>>>> 
>>>> Guillaume BIENKOWSKI
>>>> http://www.belledonne-communications.com/ 
>>>> <http://www.belledonne-communications.com/>
>>>> sip:g...@sip.linphone.org <mailto:sip%3a...@sip.linphone.org>
>>>>  
>>>> On Tue, Mar 24, 2015 at 3:38 PM, Rudolf van der Werf 
>>>> mailto:rvanderw...@kpnplanet.nl>> wrote:
>>>> Hi, 
>>>> We use Linphone to make a call to a SIP provider and to establish the 
>>>> connection we enter a code to the system via the keypad. This worked fine 
>>>> till the last update. Entering the numbercode v

Re: [Linphone-users] Linphone ios 8.3 not receiving calls when it goes to the background mode

2015-05-04 Thread Guillaume Bienkowski
This is not normal.

Could you get some traces for when you switch the application to background?

Enable debug mode in the settings and then go to the iOS home screen and let it 
idle for 15min. The logs will show you what happens: if the registration is 
maintained or not.

Guillaume Bienkowski
guillaume.bienkow...@belledonne-communications.com



> Le 4 mai 2015 à 13:21, Nikotja .  a écrit :
> 
> Hi
> My Linphone (Iphone, ios 8.3) will not ring in background.
> I use
> transport = tcp
> backgroud mode is enabled
> Push notification is disabled
> 
> Please help
> ___
> 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


Re: [Linphone-users] Linphone Python wrapper for RPi with GPU encoding?

2015-05-02 Thread Guillaume BIENKOWSKI
You could harness the Pi' GPU by creating a plugin for mediastreamer2, but
this is hard work.

Also, you could use an armv7 toolchain and recompile the python wrapper
with NEON enabled for VP8. I've done it, it is not too bad, but you won't
get stellar performances. It seems that the USB interface for the webcam
sucks too much I/O for the CPU to be a bottleneck.

I'll try to review my patches for the build of the python module and maybe
publish them. You have to do it under Archlinux for Pi2, on the Pi itself,
though.

*Guillaume BIENKOWSKI*

*http://www.belledonne-communications.com/
<http://www.belledonne-communications.com/>*

*sip:g...@sip.linphone.org *

On Sat, May 2, 2015 at 1:28 AM, Nilson Magro  wrote:

> Hi there!
>
> First, sorry about my english...
>
> I managed to make video work with Linphone Python wrapper example using
> VP8 codec, but the CPU usage is about 80% using top command. I am not sure
> if this percentage is related to just one CPU core of my RPi2.
>
> Linphone log tells that most of the CPU was used by MSVp8Enc with this
> video configuration: bitrate=30bits/s, fps=18.00, vsize=320x240 for
> encoder.
>
> Is possible to encode VP8 or H264 in RPi2 GPU with Linphone?
>
> Any ideas how to improve this?
>
> Many thanks!
>
> ___
> 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


Re: [Linphone-users] TLS failed on windows host and self-signed certificate

2015-04-30 Thread Guillaume Bienkowski
Can you check that openssl can connect using your RootCa.pem file ? I don’t 
remember the CLI correctly, it should be something along ‘openssl -client 
something something'

Otherwise it should be OK to append your rootCa public key, we do that all the 
time for people that need their own self-signed certificates.

Guillaume Bienkowski
guillaume.bienkow...@belledonne-communications.com



> Le 30 avr. 2015 à 15:11, Mathys Frédéric  a écrit :
> 
> Hello,
>  
> Using Linphone 3.8.1 for Windows, I’ve set a user to connect with TLS to a 
> Kamailio server; this server has a self-signed certificate. When connecting 
> with the client, I have the following error :
>  
> error: 2015-04-30 14:58:33:040 Channel [06B887E8]: SSL handshake failed : 
> X509 - Certificate verification failed, e.g. CRL, CA or signature check failed
> error: 2015-04-30 14:58:33:040 Cannot connect to [TLS://10.3.3.19:5061 
> ]
>  
> I understand (and at ease) that Linphone doesn’t want to connect to a server 
> with an unknown certificate, but even after added it at the end of the 
> …/Linphone/share/linphone/rootca.pem file of the user hosts the connection is 
> refused. How should I proceed to allow my client to connect to this server? I 
> also tried with the Linux client (linphone 3.7.0) with the same result. I 
> confident my server is well configured as I could connect with another client 
> which is accepting all certificates.
>  
> Thank you
>  
> Frederic Mathys
> System Integration & Validation Engineer
> P Please consider the environment - do you really need to print this email ?
>  
> ___
> Linphone-users mailing list
> Linphone-users@nongnu.org <mailto:Linphone-users@nongnu.org>
> https://lists.nongnu.org/mailman/listinfo/linphone-users 
> <https://lists.nongnu.org/mailman/listinfo/linphone-users>
___
Linphone-users mailing list
Linphone-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/linphone-users


Re: [Linphone-users] SIGSEGV: str_utils.c assertion, attempt #3

2015-04-26 Thread Guillaume Bienkowski
Hello Ilya, 

I’m not up to speed about the problem, could you describe your setup ? 
I unserstand you are using a « virtual » webcam? 

Guillaume Bienkowski
guillaume.bienkow...@belledonne-communications.com



> Le 27 avr. 2015 à 05:49, Ilya Melnikov  a écrit :
> 
> Hello.
> 
> Attemtp #3 to fix this bug.
> 
> Bug does not reproduced in 3.3.2.
> 
> Reproduced in 3.5.2:
> http://lists.nongnu.org/archive/html/linphone-users/2014-06/msg2.html
> in 3.6.1:
> http://lists.nongnu.org/archive/html/linphone-users/2013-10/msg00030.html
> in 3.7.0:
> http://lists.nongnu.org/archive/html/linphone-users/2014-05/msg00050.html
> 
> And reproduced in 3.8.1:
> 
> -BEGIN BACKTRACE-
> 
> $ gdb linphone
> GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2.1) 7.4-2012.04
> Copyright (C) 2012 Free Software Foundation, Inc.
> License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
> This is free software: you are free to change and redistribute it.
> There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
> and "show warranty" for details.
> This GDB was configured as "x86_64-linux-gnu".
> For bug reporting instructions, please see:
> <http://bugs.launchpad.net/gdb-linaro/>...
> Reading symbols from /usr/bin/linphone...Reading symbols from 
> /usr/lib/debug/.build-
> id/b8/d3f0eb59f4d339456aee5b80de7fde80c2b6a9.debug...done.
> done.
> 
> (gdb) run
> Starting program: /usr/bin/linphone 
> warning: no loadable sections found in added symbol-file system-supplied DSO 
> at 
> 0x77ffa000
> [Thread debugging using libthread_db enabled]
> Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
> ** Message: Found lang ru
> 2015-04-26 10:06:42:232 ortp-warning-Fail to open file 
> /usr/bin//../share/Linphone/linphonerc.factory
> [New Thread 0x7fffe1ade700 (LWP 20973)]
> [New Thread 0x7fffe12dd700 (LWP 20974)]
> [New Thread 0x7fffdbfff700 (LWP 20975)]
> [New Thread 0x7fffdb7fe700 (LWP 20976)]
> [New Thread 0x7fffdaffd700 (LWP 20977)]
> [Thread 0x7fffdaffd700 (LWP 20977) exited]
> [New Thread 0x7fffdaffd700 (LWP 20980)]
> [Thread 0x7fffdaffd700 (LWP 20980) exited]
> ALSA lib conf.c:4687:(snd_config_expand) Unknown parameters 0
> ALSA lib control.c:951:(snd_ctl_open_noupdate) Invalid CTL default:0
> ALSA lib conf.c:4687:(snd_config_expand) Unknown parameters 0
> ALSA lib pcm.c:2217:(snd_pcm_open_noupdate) Unknown PCM default:0
> ALSA lib conf.c:4687:(snd_config_expand) Unknown parameters 0
> ALSA lib pcm.c:2217:(snd_pcm_open_noupdate) Unknown PCM default:0
> ALSA lib conf.c:4687:(snd_config_expand) Unknown parameters 1
> ALSA lib control.c:951:(snd_ctl_open_noupdate) Invalid CTL default:1
> ALSA lib conf.c:4687:(snd_config_expand) Unknown parameters 1
> ALSA lib pcm.c:2217:(snd_pcm_open_noupdate) Unknown PCM default:1
> ALSA lib conf.c:4687:(snd_config_expand) Unknown parameters 1
> ALSA lib pcm.c:2217:(snd_pcm_open_noupdate) Unknown PCM default:1
> ALSA lib conf.c:4687:(snd_config_expand) Unknown parameters 2
> ALSA lib control.c:951:(snd_ctl_open_noupdate) Invalid CTL default:2
> ALSA lib conf.c:4687:(snd_config_expand) Unknown parameters 2
> ALSA lib pcm.c:2217:(snd_pcm_open_noupdate) Unknown PCM default:2
> ALSA lib conf.c:4687:(snd_config_expand) Unknown parameters 2
> ALSA lib pcm.c:2217:(snd_pcm_open_noupdate) Unknown PCM default:2
> ALSA lib conf.c:4687:(snd_config_expand) Unknown parameters 3
> ALSA lib control.c:951:(snd_ctl_open_noupdate) Invalid CTL default:3
> ALSA lib conf.c:4687:(snd_config_expand) Unknown parameters 3
> ALSA lib pcm.c:2217:(snd_pcm_open_noupdate) Unknown PCM default:3
> ALSA lib conf.c:4687:(snd_config_expand) Unknown parameters 3
> ALSA lib pcm.c:2217:(snd_pcm_open_noupdate) Unknown PCM default:3
> [New Thread 0x7fffdaffd700 (LWP 21816)]
> [New Thread 0x7fffd97bb700 (LWP 21817)]
> [Thread 0x7fffd97bb700 (LWP 21817) exited]
> [New Thread 0x7fffd97bb700 (LWP 22645)]
> [New Thread 0x7fffd8fba700 (LWP 22646)]
> [New Thread 0x7fffcfffe700 (LWP 22647)]
> [New Thread 0x7fffcf7fd700 (LWP 22648)]
> [New Thread 0x7fffceffc700 (LWP 22649)]
> [New Thread 0x7fffce639700 (LWP 22650)]
> [New Thread 0x7fffcde38700 (LWP 22651)]
> str_utils.c:142- assertionmp->b_datap->db_base!=NULLfailed
> 
> Program received signal SIGSEGV, Segmentation fault.
> [Switching to Thread 0x7fffd8fba700 (LWP 22646)]
> dupmsg (m=0x7fffc4001800) at str_utils.c:162
> 162 str_utils.c: No such file.
> 
> (gdb) backtrace
> #0  dupmsg (m=0x7fffc4001800) at str_utils.c:162
> #1  0x778ebe2f in msv4l2_thread (ptr=0xa4d410) at 
> videofilters/msv4l2.c:609
> #2  0x77256e9a in start_thread () from /lib/x86_6

Re: [Linphone-users] Linphone iOS version 2.2.5 Codecs settings

2015-04-23 Thread Guillaume Bienkowski
This looks like a bug, I’ll check.


Guillaume Bienkowski
guillaume.bienkow...@belledonne-communications.com



> Le 23 avr. 2015 à 10:45, Rudolf van der Werf  a 
> écrit :
> 
> Hi,
> Switching off codec Opus 48kHz does the trick as well in windows desktop 
> version as on iPhone.
> In Windows desktop this new setting is saved. 
> BUT 
> in iOs the Opus 48 kHz off setting is NOT being kept.
> After restarting Linphone the codec Opus 48 kHz is switched on again.
> Please let me know how to swicht off the setting permanently  
>  
>  
> met vriendelijke groet,
> Rudolf
>  
> Van: Rudolf van der Werf [mailto:rvanderw...@kpnplanet.nl] 
> Verzonden: maandag 30 maart 2015 10:36
> Aan: linphone-users@nongnu.org
> Onderwerp: Re: [Linphone-users] Linphone iOS version 2.2.5
>  
> Hi Guillaume,
> Thank you for responding!
> We can provide the audio of a meeting to selected people, so they can attend 
> the meeting via telephone or internet. The phonenumber is provided by a SIP 
> provider. In the software we can enter the specific phonenumber of the friend 
> who wants to listen. So the system knows that he authorized to attend the 
> meeting. In case of listening via a tablet/smartphone/desktop we use Linphone 
> to make contact via the sip provider. In our software we enter a specific 
> code for this friend. After the connection the system asks the friend to 
> enter the specific code for the authorization. Then he will hear the 
> transmitted audio. This worked fine on desktop (vers. 3.3.2) and ipad/iphone 
> (vers. 2.2.4). But stopped with the last updates. After entering the 
> authorization code there is no connection made and hence no streaming audio. 
> By the way there were some iPad2 models (MC769NF/A) where Linphone also 
> crashed before. 
> For your info: we now use the app Castel SIP which seem to work on iOs but 
> this program has problems when entering contactpersons. 
> On Android the Linphone app is still working fine. 
> I hope you have got an idea of what I tried to explain. 
> Thank you so far. 
> 
> Kind regards
> Vriendelijke groeten
> Rudolf N. van der Werf
>  
> by iPhone. 
>  
> 
> Op 30 mrt. 2015 om 09:56 heeft Guillaume BIENKOWSKI 
>  <mailto:guillaume.bienkow...@belledonne-communications.com>> het volgende 
> geschreven:
> 
>> Hello Rudolf, 
>>  
>> Without more details, we can't really understand what the problem is.
>>  
>> When do you use the keypad to send your code? After the call is established?
>> What kind of DTMF are you supposed to send? inband or through sip protocol?
>>  
>>  
>> 
>> Guillaume BIENKOWSKI
>> http://www.belledonne-communications.com/ 
>> <http://www.belledonne-communications.com/>
>> sip:g...@sip.linphone.org <mailto:sip%3a...@sip.linphone.org>
>>  
>> On Tue, Mar 24, 2015 at 3:38 PM, Rudolf van der Werf 
>> mailto:rvanderw...@kpnplanet.nl>> wrote:
>> Hi, 
>> We use Linphone to make a call to a SIP provider and to establish the 
>> connection we enter a code to the system via the keypad. This worked fine 
>> till the last update. Entering the numbercode via the keypad is not working 
>> anymore so the system does not respond to the caller. 
>>  
>> met vriendelijke groet,
>> Rudolf
>>  
>> 
>> ___
>> Linphone-users mailing list
>> Linphone-users@nongnu.org <mailto:Linphone-users@nongnu.org>
>> https://lists.nongnu.org/mailman/listinfo/linphone-users 
>> <https://lists.nongnu.org/mailman/listinfo/linphone-users>
>>  
>> ___
>> Linphone-users mailing list
>> Linphone-users@nongnu.org <mailto:Linphone-users@nongnu.org>
>> https://lists.nongnu.org/mailman/listinfo/linphone-users 
>> <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 mailing list
Linphone-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/linphone-users


Re: [Linphone-users] Linphone Android presence offline - how to publish presence information

2015-04-20 Thread Guillaume Bienkowski
We have a plan for presence UI, later this year, yes.

Stay tuned ;)

Guillaume Bienkowski
guillaume.bienkow...@belledonne-communications.com



> Le 20 avr. 2015 à 10:26, Alex Fliker  a écrit :
> 
> Glad to hear the explanation, I was curious too. Are you planning 
> implementing the UI part? I understand battery concers, but you can just give 
> to the user a warning during the activation of the option.
> 
> 
> Best regards,
> 
> Alex
> 
> On April 20, 2015 10:14:12 AM EEST, Guillaume Bienkowski 
>  wrote:
> There’s no reason for a rooted device to be needed. Linphone fully supports 
> the presence feature.
> It is just that we haven’t implemented the UI part, so there’s no reason to 
> activate the presence protocol in background, since it implies a high amount 
> of supplementary SIP messages, which draws the battery.
> 
> Guillaume Bienkowski
> guillaume.bienkow...@belledonne-communications.com
> 
> 
> 
>  Le 20 avr. 2015 à 00:53, Filip Malenka  a écrit :
>  
>  Ok Guys, I just got Linphone on Android to "publish" presence.. It works 
> only on a rooted android though..
>  I edited /data/data/org.linphone/files/.linphonerc and changed
>  publish=1
>  in the [proxy_0] section. Default is 0. I had to exit Linphone before it, 
> because the value got overwritten to 0 everytime.
>  Does
> anybody know where to change this default value to 1 in the source files and 
> compile a modified android version?
>  I already tried adding it to linphonerc_defaults and linphonerc_factory, but 
> no change, it defaults always to 0. Maybe I used wrong sections, I have put 
> it into [proxy_0] and this section does not exist prior to setting up an 
> account..
>  If I could compile the "publish=1" version I could install on non-rooted 
> android devices as well..
>  
>  On 19.04.2015 22:09, Filip Malenka wrote:
>  I just tried presence using CSipSimple and I got my mobile phone to appear 
> "onlince" by setting the CSipSimple "enable publish" to on. Doesn't this 
> publishing presence exist in Linphone?
>  
>  On 19.04.2015 21:43, Filip Malenka wrote:
>  Sorry for bothering again with this issue, but I am lost here..
>  
>  Is presence on android
>  - not implemented?
>  - implemented but not "activated"? How to activate?
>  - already prebuild into linphone android and working over "push 
> notifications"? (out-of-the-box)? Why doesn't it work even over 
> sip.linphone.org <http://sip.linphone.org/> servers?
>  - depending on another app?
>  - android specific setting about SIP contacts? Any group settings? Contact 
> specific fields?
>  - Where can I set the Buddies? Or any presence related setting?
>  
>  I see only "Add contact" and I can add a phone number and a sip address.. 
> Linphone interface offers no setting to subscribe or publish presence 
> information to specific contacts whatsoever. All the android UAs appear 
> offline..
>  
>  Please guys, I beg you, how is presence working on Linphone android?
>  On 09.04.2015 00:09, Filip Malenka wrote:
>  Hi all,
>  
>  did anybody get presence working on Linphone Android?
>  On other desktop linphone clients (linux/windows) there is the option
>  "publish presence information".
>  Where do I set this on Linphone Android?
>  How can I subscribe on Android to presence of other useragents?
>  Now I did experiment with the "Push notificatinons" and edited
>  kamalio.cfg, but nothing changed.. Do push notifications have to do with
>  presence? What do they do?
>  
>  At the moment, I am registered on my Android phone, but useragent is
>  recognized as offline from all other clients (icon greyed out).
>  
>  Presence is working fine for me on other clients (Linux <> Windows).
>  
>  Thank you!
>  Filip.
>  
>  
>  
>  
>  
> 
>  Linphone-users mailing list
> 
> Linphone-users@nongnu.org
>  https://lists.nongnu.org/mailman/listinfo/linphone-users 
> <https://lists.nongnu.org/mailman/listinfo/linphone-users>
> 
> 
> 
> Linphone-users mailing list
> Linphone-users@nongnu.org
> https://lists.nongnu.org/mailman/listinfo/linphone-users 
> <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 mailing list
Linphone-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/linphone-users


Re: [Linphone-users] Linphone Android presence offline - how to publish presence information

2015-04-20 Thread Guillaume Bienkowski
There’s no reason for a rooted device to be needed. Linphone fully supports the 
presence feature.
It is just that we haven’t implemented the UI part, so there’s no reason to 
activate the presence protocol in background, since it implies a high amount of 
supplementary SIP messages, which draws the battery.

Guillaume Bienkowski
guillaume.bienkow...@belledonne-communications.com



> Le 20 avr. 2015 à 00:53, Filip Malenka  a écrit :
> 
> Ok Guys, I just got Linphone on Android to "publish" presence.. It works only 
> on a rooted android though..
> I edited /data/data/org.linphone/files/.linphonerc and changed
> publish=1
> in the [proxy_0] section. Default is 0. I had to exit Linphone before it, 
> because the value got overwritten to 0 everytime.
> Does anybody know where to change this default value to 1 in the source files 
> and compile a modified android version?
> I already tried adding it to linphonerc_defaults and linphonerc_factory, but 
> no change, it defaults always to 0. Maybe I used wrong sections, I have put 
> it into [proxy_0] and this section does not exist prior to setting up an 
> account..
> If I could compile the "publish=1" version I could install on non-rooted 
> android devices as well..
> 
> On 19.04.2015 22:09, Filip Malenka wrote:
>> I just tried presence using CSipSimple and I got my mobile phone to appear 
>> "onlince" by setting the CSipSimple "enable publish" to on. Doesn't this 
>> publishing presence exist in Linphone?
>> 
>> On 19.04.2015 21:43, Filip Malenka wrote:
>>> Sorry for bothering again with this issue, but I am lost here..
>>> 
>>> Is presence on android
>>> - not implemented?
>>> - implemented but not "activated"? How to activate?
>>> - already prebuild into linphone android and working over "push 
>>> notifications"? (out-of-the-box)? Why doesn't it work even over 
>>> sip.linphone.org servers?
>>> - depending on another app?
>>> - android specific setting about SIP contacts? Any group settings? Contact 
>>> specific fields?
>>> - Where can I set the Buddies? Or any presence related setting?
>>> 
>>> I see only "Add contact" and I can add a phone number and a sip address.. 
>>> Linphone interface offers no setting to subscribe or publish presence 
>>> information to specific contacts whatsoever. All the android UAs appear 
>>> offline..
>>> 
>>> Please guys, I beg you, how is presence working on Linphone android?
>>> On 09.04.2015 00:09, Filip Malenka wrote:
>>>> Hi all,
>>>> 
>>>> did anybody get presence working on Linphone Android?
>>>> On other desktop linphone clients (linux/windows) there is the option
>>>> "publish presence information".
>>>> Where do I set this on Linphone Android?
>>>> How can I subscribe on Android to presence of other useragents?
>>>> Now I did experiment with the "Push notificatinons" and edited
>>>> kamalio.cfg, but nothing changed.. Do push notifications have to do with
>>>> presence? What do they do?
>>>> 
>>>> At the moment, I am registered on my Android phone, but useragent is
>>>> recognized as offline from all other clients (icon greyed out).
>>>> 
>>>> Presence is working fine for me on other clients (Linux <> Windows).
>>>> 
>>>> Thank you!
>>>> Filip.
>>>> 
>>> 
>> 
> 
> 
> ___
> 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


Re: [Linphone-users] New sip?.linphone.org addresses

2015-04-20 Thread Guillaume Bienkowski
Hello Ed,

We’re in the process of deploying a more resilient configuration of SIP 
servers. sip3 should constitute the main server now, with sip as a 
load-balancer. You should add these two IPs on your firewall. We will try to 
communicate if we make further changes (if we add a 3rd server in the future).

Also, you’re right, we don’t own the /16 on these IPs (otherwise we’d be better 
off selling them :-)).

Best regards,

Guillaume Bienkowski
guillaume.bienkow...@belledonne-communications.com



> Le 19 avr. 2015 à 13:12, Ed Hynan  a écrit :
> 
> Hi,
> 
> Yesterday calls failed.  I keep a tight firewall.  I had been
> allowing incoming from 91.121.208.0/21 -- the CIDR bits were just
> a guess.
> 
> Now I see incoming from sip3.linphone.org in a different net.
> These were blocked. I see hosts sip{,1,2,3,4,5}.linphone.org.
> 
> From OVH whois records I have this:
>   ## sip.linphone.org == sip1.linphone.org
>   # 91.121.0.0/16 91.121.209.194  sip1.linphone.org
>   # 94.23.0.0/16  94.23.19.176sip2.linphone.org
>   # 37.59.0.0/16  37.59.51.72 sip3.linphone.org
>   # 5.196.0.0/16  5.196.76.142sip4.linphone.org
>   # 188.165.0.0/16188.165.40.171  sip5.linphone.org
> 
> I doubt linphone has /16 in each of those nets :)
> 
> For the benefit of those with strict firewalls, will you specify
> the address ranges Linphone org will use to connect?  (And
> announce changes?)
> 
> Thanks,
> Ed Hynan
> 
> -- 
> 
> Churchill's Commentary on Man:
>Man will occasionally stumble over the truth, but most of the
>time he will pick himself up and continue on.
> 
> 
> ___
> 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


Re: [Linphone-users] Problems building msopenh264 version 0.1.1 plugin -- Cisco openh264 branch c13bfe6 does not exist

2015-04-18 Thread Guillaume BIENKOWSKI
Hello JG,

Sorry for the belated answer. This list is seen by everyone, but sometimes
we miss some messages.

For your case, it is an error in the readme.
You should take openh264 commit 3a75956.
And ideally the msopenh264 should be 5a8473c

We will try to fix the readme.

*Guillaume BIENKOWSKI*

*http://www.belledonne-communications.com/
<http://www.belledonne-communications.com/>*

*sip:g...@sip.linphone.org *

On Fri, Apr 17, 2015 at 7:29 PM, J G Miller  wrote:

>
> Yet another week is passed and an answer to my simple question remains
> unanswered.
>
> Why do the Linphone developers not answe a simple question about their
> software?
>
>
> At 18:02h, on Thursday, April 09, 2015,
> in message <1YgEuu-00028u-Ic@localhost>,
> on the subject of "Re: [Linphone-users] Problems building msopenh264
> version 0.1.1 plugin -- Cisco openh264 branch c13bfe6 does not exist", you
> wrote -
>
>  >
>  > Another week is passed.
>  >
>  > Can somebody please answer this question?
>  >
>  >  Which existing version/branch of Cisco openh264 must one
> use to build msopenh264?
>  >
>  >
>  > At 21:21h, on Thursday, April 02, 2015,
>  > in message <1Ydkg7-0005uG-9j@localhost>,
>  > on the subject of "[Linphone-users] Problems building msopenh264
> version 0.1.1 plugin -- Cisco openh264 branch c13bfe6 does not exist",
>  > J G Miller explained:
>  >
>  >  >
>  >  > In the latest release of the msopenh264 plugin, version 0.1.1,
>  >  > the README file states
>  >  >
>  >  >1) Install OpenH254
>  >  >
>  >  > This is a typographical error because it should say
>  >  >
>  >  >1) Install OpenH264
>  >  >
>  >  > It then states
>  >  >
>  >  >git clone https://github.com/cisco/openh264.git -b
> c13bfe6
>  >  >
>  >  > but this produces the error
>  >  >
>  >  >fatal: Remote branch c13bfe6 not found in upstream origin
>  >  >
>  >  > as obviously the branch c13bfe6 which may have existed at some point
>  >  > no longer exists.
>  >  >
>  >  > After downloading and installing the latest release of the Cisco
> openh264
>  >  > version 1.4.0, trying to compile msopenh264 0.1.1 plugin results in
> the error
>  >  >
>  >  >
>  >  >libtool: compile:  g++ -DPACKAGE_NAME=\"msopenh264\"
> -DPACKAGE_TARNAME=\"msopenh264\" -DPACKAGE_VERSION=\"0.1.1\"
>  >  >   "-DPACKAGE_STRING="msopenh264 0.1.1\""
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\"
>  >  >   -DPACKAGE=\"msopenh264\" -DVERSION=\"0.1.1\"
> -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1
>  >  >   -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
> -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
>  >  >   -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
>  >  >   -DSTDC_HEADERS=1 -DTIME_WITH_SYS_TIME=1
> -DHAVE_STDBOOL_H=1 -DHAVE_WELS_CODEC_API_H=1 -I.
>  >  >   -DOPENH264_DECODER_ENABLED -D_REENTRANT
> -I/usr/local/include -g -O2 -MT
>  >  >   libmsopenh264_la-msopenh264enc.lo -MD -MP -MF
> .deps/libmsopenh264_la-msopenh264enc.Tpo
>  >  >   -c msopenh264enc.cpp -fPIC -DPIC -o
> .libs/libmsopenh264_la-msopenh264enc.o
>  >  >
>  >  >msopenh264enc.cpp: In member function 'void
> MSOpenH264Encoder::initialize()':
>  >  >
>  >  >msopenh264enc.cpp:139:11: error: 'SEncParamExt' has no member
> named 'bEnableSpsPpsIdAddition'
>  >  > params.bEnableSpsPpsIdAddition=0;
>  >  >
>  >  >make[1]: *** [libmsopenh264_la-msopenh264enc.lo] Error 1
>  >  >
>  >  >make[1]: Leaving directory `/usr/src/build/msopenh264-0.1.1/src'
>  >  >
>  >  >
>  >  > Clearly plugin msopenh264 version 0.1.1 and Cisco openh264 version
> 1.4.0
>  >  > are not compatible.
>  >  >
>  >  > Therefore the question must be asked, since branch c13bfe6 no longer
> exists,
>  >  > which existing version/branch of Cisco openh264 must one use to
> build msopenh264?
>  >  >
>  >  > Thanking you for your assistance in resolving this problem.
>  >
>  > ___
>  > Linphone-users mailing list
>  > Linphone-users@nongnu.org
>  > https://lists.nongnu.org/mailman/listinfo/linphone-users
>
>
>
> --
> +-+
> |   34  op der Heed  #23   |   voice :  + 352 24 52 71 66   |
> |   L-1747LUXEMBOURG   |  |
> |   LUXEMBOURG |  e-mail :   |
> +-+
>
> ___
> 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


Re: [Linphone-users] Incoming Video on Raspberry Pi

2015-04-17 Thread Guillaume Bienkowski
On the Pi 1 I tested a long time ago and it wasn’t quite there yet. It worked 
but very slowly (1-2 fps). This was on one of the first Pi 1 (i.e. 256mo of 
RAM) so I expect the 512Mb would fare a bit better.

On the Pi 2 there should be plenty of resources available so it should work. 
You should make sure that you have Xv acceleration enabled under X11, though.

Guillaume Bienkowski
guillaume.bienkow...@belledonne-communications.com



> Le 17 avr. 2015 à 04:07, Logan, Timothy  a écrit :
> 
> Thank you for your response Guillaume,
>  
> Just out of curiosity- is two way video supported on Raspberry Pi? Is it 
> powerful enough?
>  
> BR,
>  
> From: linphone-users-bounces+timothy.logan=ti@nongnu.org 
> [mailto:linphone-users-bounces+timothy.logan=ti@nongnu.org] On Behalf Of 
> Guillaume Bienkowski
> Sent: Thursday, April 16, 2015 10:23 PM
> To: linphone-users@nongnu.org
> Subject: Re: [Linphone-users] Incoming Video on Raspberry Pi
>  
> Hello Timothy,
>  
> Don’t set this option to True. It asks the RPi linphone to display the video 
> that it receives, which is not what you want.
> You want the RPi to only send the video, not display the received one.
>  
> Just set these options:
>  
> self.core.video_capture_enabled = True
> self.core.video_display_enabled = False
>  
>  
> Guillaume Bienkowski
> guillaume.bienkow...@belledonne-communications.com 
> <mailto:guillaume.bienkow...@belledonne-communications.com>
>  
>  
>  
> Le 16 avr. 2015 à 15:35, Logan, Timothy  <mailto:timothy.lo...@ti.com>> a écrit :
>  
> Hello all,
>  
> I saw that recently there was support added for a Python wrapper that enabled 
> support for Raspberry PI. This is a feature that I was eagerly waiting for 
> and have to thank those responsible for the feature.
>  
> For my project, I essentially want to make a "pet phone" where I can video 
> chat a SIP client (hooked up to RPI) to "check up" on my dog while I am at 
> work. After some playing around, I was able to take the security camera 
> example and get it working with the SIP client I have on my iPhone. My 
> problem arises when I want to enable incoming video on the Raspberry Pi. 
> Everything seems to work well, until I enable the following line:
>  
>  self.core.video_display_enabled = True
>  
> With this enabled, I get the following error:
>  
> INFO:root:Video configuration set: bitrate=30bits/s, fps=10.00, 
> vsize=352x288 for encoder [0x25ccf80]
> INFO:root:Setting sent vsize=352x288, fps=10.00
> INFO:root:Video configuration set: bitrate=30bits/s, fps=10.00, 
> vsize=352x288 for encoder [0x25ccf80]
> INFO:root:ms_filter_link: MSV4L2Capture:0x25cade0,0-->MSPixConv:0x24d4980,0
> INFO:root:ms_filter_link: MSPixConv:0x24d4980,0-->MSTee:0x259bb28,0
> INFO:root:sound/wall clock skew is average=-1.691953 ms
> INFO:root:ms_filter_link: MSTee:0x259bb28,0-->MSSizeConv:0x2589f80,0
> INFO:root:ms_filter_link: MSSizeConv:0x2589f80,0-->MSVp8Enc:0x25ccf80,0
> INFO:root:ms_filter_link: MSVp8Enc:0x25ccf80,0-->MSRtpSend:0x24d5718,0
> INFO:root:ms_filter_link: MSTee:0x259bb28,2-->MSJpegWriter:0x25cb180,0
> INFO:root:Using WebM Project VP8 Decoder v1.3.0
> ERROR:root:no such method on filter MSVp8Dec, fid=16389 method index=7
> CRITICAL:root:No video display filter could be instantiated. Please check 
> build-time configuration
>  
> Before I muck around too much in the source code, I wanted to see if there 
> was actual support for this. I don't mind wading through source and 
> recompiling if necessary- I just did not want to spin my wheels if this 
> currently was not supported (or if enabling video was too much of a load for 
> the RPI's ARM chip).
>  
> Thanks and Best Regards,
>  
> Timothy Logan
> MSP430 Software Development - Shanghai • Ultra Low Power MCUs
> Texas Instruments • Shanghai, China • +1-214-479-0354
> ___
> Linphone-users mailing list
> Linphone-users@nongnu.org <mailto:Linphone-users@nongnu.org>
> https://lists.nongnu.org/mailman/listinfo/linphone-users 
> <https://lists.nongnu.org/mailman/listinfo/linphone-users>
>  
> ___
> Linphone-users mailing list
> Linphone-users@nongnu.org <mailto:Linphone-users@nongnu.org>
> https://lists.nongnu.org/mailman/listinfo/linphone-users 
> <https://lists.nongnu.org/mailman/listinfo/linphone-users>
___
Linphone-users mailing list
Linphone-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/linphone-users


Re: [Linphone-users] Incoming Video on Raspberry Pi

2015-04-16 Thread Guillaume Bienkowski
Hello Timothy,

Don’t set this option to True. It asks the RPi linphone to display the video 
that it receives, which is not what you want.
You want the RPi to only send the video, not display the received one.

Just set these options:

self.core.video_capture_enabled = True
self.core.video_display_enabled = False


Guillaume Bienkowski
guillaume.bienkow...@belledonne-communications.com



> Le 16 avr. 2015 à 15:35, Logan, Timothy  a écrit :
> 
> Hello all,
>  
> I saw that recently there was support added for a Python wrapper that enabled 
> support for Raspberry PI. This is a feature that I was eagerly waiting for 
> and have to thank those responsible for the feature.
>  
> For my project, I essentially want to make a "pet phone" where I can video 
> chat a SIP client (hooked up to RPI) to "check up" on my dog while I am at 
> work. After some playing around, I was able to take the security camera 
> example and get it working with the SIP client I have on my iPhone. My 
> problem arises when I want to enable incoming video on the Raspberry Pi. 
> Everything seems to work well, until I enable the following line:
>  
>  self.core.video_display_enabled = True
>  
> With this enabled, I get the following error:
>  
> INFO:root:Video configuration set: bitrate=30bits/s, fps=10.00, 
> vsize=352x288 for encoder [0x25ccf80]
> INFO:root:Setting sent vsize=352x288, fps=10.00
> INFO:root:Video configuration set: bitrate=30bits/s, fps=10.00, 
> vsize=352x288 for encoder [0x25ccf80]
> INFO:root:ms_filter_link: MSV4L2Capture:0x25cade0,0-->MSPixConv:0x24d4980,0
> INFO:root:ms_filter_link: MSPixConv:0x24d4980,0-->MSTee:0x259bb28,0
> INFO:root:sound/wall clock skew is average=-1.691953 ms
> INFO:root:ms_filter_link: MSTee:0x259bb28,0-->MSSizeConv:0x2589f80,0
> INFO:root:ms_filter_link: MSSizeConv:0x2589f80,0-->MSVp8Enc:0x25ccf80,0
> INFO:root:ms_filter_link: MSVp8Enc:0x25ccf80,0-->MSRtpSend:0x24d5718,0
> INFO:root:ms_filter_link: MSTee:0x259bb28,2-->MSJpegWriter:0x25cb180,0
> INFO:root:Using WebM Project VP8 Decoder v1.3.0
> ERROR:root:no such method on filter MSVp8Dec, fid=16389 method index=7
> CRITICAL:root:No video display filter could be instantiated. Please check 
> build-time configuration
>  
> Before I muck around too much in the source code, I wanted to see if there 
> was actual support for this. I don't mind wading through source and 
> recompiling if necessary- I just did not want to spin my wheels if this 
> currently was not supported (or if enabling video was too much of a load for 
> the RPI's ARM chip).
>  
> Thanks and Best Regards,
>  
> Timothy Logan
> MSP430 Software Development - Shanghai • Ultra Low Power MCUs
> Texas Instruments • Shanghai, China • +1-214-479-0354
> ___
> Linphone-users mailing list
> Linphone-users@nongnu.org <mailto:Linphone-users@nongnu.org>
> https://lists.nongnu.org/mailman/listinfo/linphone-users 
> <https://lists.nongnu.org/mailman/listinfo/linphone-users>
___
Linphone-users mailing list
Linphone-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/linphone-users


Re: [Linphone-users] info for raspberrypi wiki page

2015-04-13 Thread Guillaume Bienkowski
Hello,

Thanks, I made the modifications.

Guillaume Bienkowski
guillaume.bienkow...@belledonne-communications.com



> Le 10 avr. 2015 à 23:19, Thomas Meißner  a écrit :
> 
> sudo pip install --upgrade pip

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


Re: [Linphone-users] Linphone iOS version 2.2.5

2015-03-30 Thread Guillaume BIENKOWSKI
Hello Rudolf,

Without more details, we can't really understand what the problem is.

When do you use the keypad to send your code? After the call is established?
What kind of DTMF are you supposed to send? inband or through sip protocol?



*Guillaume BIENKOWSKI*

*http://www.belledonne-communications.com/
<http://www.belledonne-communications.com/>*

*sip:g...@sip.linphone.org *

On Tue, Mar 24, 2015 at 3:38 PM, Rudolf van der Werf <
rvanderw...@kpnplanet.nl> wrote:

> Hi,
>
> We use Linphone to make a call to a SIP provider and to establish the
> connection we enter a code to the system via the keypad. This worked fine
> till the last update. Entering the numbercode via the keypad is not
> working anymore so the system does not respond to the caller.
>
>
>
> met vriendelijke groet,
>
> Rudolf
>
>
>
> ___
> 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


Re: [Linphone-users] Android Audio Low after Call

2015-03-03 Thread Guillaume Bienkowski
Hello Alroger,

I have the same phone and I have the same problem here. We will try to 
understand what is going on.
On my side I have to reboot the phone to restore full sound compatibility, 
otherwise the battery drain is unbelievable (25%/hour).

We will look at it here on my hardware and hopefully find a solution.

Guillaume Bienkowski
guillaume.bienkow...@belledonne-communications.com



> Le 3 mars 2015 à 15:52, Alroger Filho  a écrit :
> 
> Hey guys, anyone seen this before?
> After I make, or receive, the first call using Linphone, all the audio in my 
> Android phone gets real low, less than half it's potential. It only comes 
> back to normal after I reboot the device.
> It probably sets something in the sound hardware before the call, but never 
> sets it back to how it was after.
> 
> I have a OnePlus One (A0001), CM11S, Android 4.4.4, Kernel 3.4.0.
> 
> Any ideas?
> ---
> Alroger Jr
> ___
> 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


Re: [Linphone-users] Problem with Contacts on iOS

2015-02-18 Thread Guillaume Bienkowski
Hello Atheist,

This might indeed be an issue, we’ve had some crashes due to the Addressbook 
and UTF8 handling before.
If you can, I would advise you to send the iPhone crash logs to the Apple team.

Guillaume Bienkowski
guillaume.bienkow...@belledonne-communications.com



> Le 17 févr. 2015 à 18:33, Atheist  a écrit :
> 
> Hi there!
> 
> Can't get linphone launched on iPhone after latest update. The app is 
> disappeared on launching (I can see the start page when turning to the list 
> of running/closed tasks).
> I've tried several times to delete linphone and then download it again. 
> During first configuration (entering account credentials) the program may 
> disappear when it wants (in 20-30 seconds after launching). Even if I manage 
> to close linphone by myself next time it will be closed by accident after 
> that it never starts.
> 
> I've realized there is a problem due to Contact list. I have several thousand 
> contacts with non latin symbols in names.
> After denying linphone to access Contacts it starts flawlessly.
> I attach a short debug info that shows "ERROR Create AddressBook"
> 
> On my opinion
> it is better not to use AddressBook / Contacts from device as is done in 
> Linphone, Skype, Whatsup.
> the way of Skype - standalone Address Book - is more appropriate.
> 
> 
> Best regards,
> Andrei
> ___
> 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


Re: [Linphone-users] linphone on iPad - video

2015-02-18 Thread Guillaume Bienkowski
Hello,

Due to licensing issues, we cannot ship the h264 codec with the iOS app.
You could recompile and get the codec activated though..

Guillaume Bienkowski
guillaume.bienkow...@belledonne-communications.com



> Le 18 févr. 2015 à 16:17, rcoelho  a écrit :
> 
> Dear linphone Techdev,
> 
>   i've installed linphone both on my Mac and iPad and did some tests with 
> with. The desktop version runs fine despite being a bit tricky to work with 
> the Video : most of the Codecs that were actually needed to enable video were 
> Disabled by default. Managed to circumvent it, enabled all of them and works 
> now. However, on the iPad i simply cannot have video and the phone call drops 
> after a minute or so of usage. Same network used by both Mac and iPad. On the 
> iPad, the video never actually shows up and i see a bunch of options in the 
> Config panels telling me i would have to have access to the sources (?!). So, 
> for now the iPad version you have on the App store is simply not working as 
> it should, at least for me. iOS is still 7 i think…not sure it that would be 
> a problem.
> 
> Regards
> Rui
> 
> __
> Dr. Rui Coelho
>  
> Instituto de Plasmas e Fusão Nuclear
> 1049-001 Lisboa
> PORTUGAL
> 
> Tel. (+351)218419864
> Email : rcoe...@ipfn.ist.utl.pt <mailto:rcoe...@ipfn.ist.utl.pt>
> ___
> 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


Re: [Linphone-users] x86_64 compilation on OS X

2015-02-18 Thread Guillaume Bienkowski
This is due to the way we detect build type in Mac environment. 
As of today x86_64 is determined to be a Mac (and not iOS) target (see 
configure.ac of belle sip), and we can’t easily determine for which target we 
should compile.

I have a work in progress to add a switch (--for-ios) to the configure script 
that forces the iOS build, but it is not ready, and in any case, linphone and 
belle-sip are not the only packages of the SDK that need a bit of handling to 
compile in x86_64.

You’re welcome to submit patches if you manage to compile.

Regards,

Guillaume Bienkowski
guillaume.bienkow...@belledonne-communications.com 
<mailto:guillaume.bienkow...@belledonne-communications.com>



> Le 18 févr. 2015 à 12:05, Bjørn Olav Ruud  <mailto:bjorn.olav.r...@sensio.no>> a écrit :
> 
> Hi,
> 
> I have been trying to add x86_64 support to the liblinphone build scripts in 
> the linphone-iphone repo, but get an error I am unable to solve when 
> compiling belle-sip.
> 
> checking dynamic linker characteristics... darwin dyld
> checking how to hardcode library paths into programs... immediate
> checking antlr3.h usability... no
> checking antlr3.h presence... yes
> configure: WARNING: antlr3.h: present but cannot be compiled
> configure: WARNING: antlr3.h: check for missing prerequisite headers?
> configure: WARNING: antlr3.h: see the Autoconf documentation
> configure: WARNING: antlr3.h: section "Present But Cannot Be Compiled"
> configure: WARNING: antlr3.h: proceeding with the compiler's result
> configure: WARNING: ## - ##
> configure: WARNING: ## Report this to jehan.monn...@linphone.org 
> <mailto:jehan.monn...@linphone.org> ##
> configure: WARNING: ## - ##
> checking for antlr3.h... no
> checking whether antlr3StringStreamNew is declared... no
> configure: WARNING: res_getservers not usable
> checking whether res_ndestroy is declared... no
> configure: error: Could not find antlr3 development files. Please install 
> antlr3 version > 3.2 (libantlr3c-dev on debian/ubuntu systems)
> make[1]: *** 
> [/Users/boru/src/linphone-clean/submodules/build/../build-x86_64-apple-darwin/belle-sip/Makefile]
>  Error 1
> make: *** [broadcast_all] Error 2
> 
> The other architectures (i386, armv7, arm64) compile without issues. The 
> result is the same with both MacPorts and Homebrew build environments. Does 
> anyone know why antlr3 is a problem only with x86_64 architecture?
> 
> Will there be official x86_64 support in the near future?
> 
> ___
> Linphone-users mailing list
> Linphone-users@nongnu.org <mailto: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


Re: [Linphone-users] msx264 compilation issue

2015-01-26 Thread Guillaume BIENKOWSKI
Can you check that your mediastreamer2 is up to date?
Same for msh264.

This looks like a version mismatch between ms2 and msx264.

*Guillaume BIENKOWSKI*

*http://www.belledonne-communications.com/
<http://www.belledonne-communications.com/>*

*sip:g...@sip.linphone.org *

On Mon, Jan 26, 2015 at 9:42 AM, Wlady  wrote:

> Hello,
>
> When I try to compile H264 codec for linphone/mediastreamer I get the
> following error messages:
>
> msx264.c: In function 'enc_init':
> msx264.c:124:2: error: too many arguments to function
> 'ms_video_find_best_configuration_for_bitrate'
> /usr/local/include/mediastreamer2/msvideo.h:371:33: note: declared here
> msx264.c: In function 'enc_set_br':
> msx264.c:323:3: error: too many arguments to function
> 'ms_video_find_best_configuration_for_bitrate'
> /usr/local/include/mediastreamer2/msvideo.h:371:33: note: declared here
> msx264.c: In function 'enc_set_vsize':
> msx264.c:352:2: error: too many arguments to function
> 'ms_video_find_best_configuration_for_size'
> /usr/local/include/mediastreamer2/msvideo.h:379:33: note: declared here
> cc1: all warnings being treated as errors
>
>
> Anyone can help me?
>
> thanks
> Wlady
>
> ___
> 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


Re: [Linphone-users] Chat / instant message also encrypted?

2015-01-14 Thread Guillaume BIENKOWSKI
Hello Alexander,

As of today, they are not encrypted. We might add this feature in the
future, though.

Best regards,

*Guillaume BIENKOWSKI*

*http://www.belledonne-communications.com/
<http://www.belledonne-communications.com/>*

*sip:g...@sip.linphone.org *

On Tue, Jan 13, 2015 at 1:34 PM, Alexander Lehmann <
m...@alexanderlehmann.net> wrote:

> Hey everyone,
>
> sorry if this question has been answered before. I couldn't find any
> information about this online:
>
> Are the chat / instantmessages that are being sent over linphone also
> encrypted?
>
>
> Just found about Linphone yesterday and it seems to be the best
> alternative to skype for me. Especially regarding the design / usability
> and ease of use. So if anyone who is working on this reading this: Thank
> you!
>
> cheers,
> alex
>
> --
> http://www.alexanderlehmann.net
>
> ___
> 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


Re: [Linphone-users] Linphone of Xubuntu 14.04 seg faults and will not start

2015-01-02 Thread BIENKOWSKI Guillaume
The standard configuration file would be $HOME/.linphonerc . Could you try
renaming it and start linphone again?

If it fixes the problem, could you send us your linphonerc file (redacted
if need be)?

*Guillaume BIENKOWSKI*

*http://www.belledonne-communications.com/
<http://www.belledonne-communications.com/>*

*sip:g...@sip.linphone.org *

On Thu, Dec 25, 2014 at 12:00 AM, Anthony Papillion  wrote:

> So I updated to the ppa version of Linphone today so I could get zrtp
> call encryption and it works great for the most part. The only problem
> is that, a few minutes ago, I was adding a contact and Linphone simply
> seg faulted on me. Now, the program simply will not start.
>
> I saw on a thread here that there is a config file or user file that
> gets corrupted that should be deleted. But I can't find them. I've
> checked in both $HOME/.config and $HOME and can't find anything related
> to Linphone.
>
> I'm on Xubuntu 14.04. Can anyone clue me in as to what I need to do here?
>
> Thanks,
> Anthony
>
> --
> Anthony Papillion
>
> Phone:   1.918.631.7331
> XMPP Chat:   cyp...@chat.cpunk.us
> Fingerprint: 65EF73EC 8B57F6B1 8C475BD4 426088AC FE21B251
> iNum:+883510001190960
> PGP Key: 0x53B04B15
>
>
> ___
> 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


Re: [Linphone-users] Bug report question.

2014-12-19 Thread BIENKOWSKI Guillaume
Post them wherever, we're watching both lists.
My guess is here is as good as the other :)

*Guillaume BIENKOWSKI*

*http://www.belledonne-communications.com/
<http://www.belledonne-communications.com/>*

*sip:g...@sip.linphone.org *

On Thu, Dec 18, 2014 at 7:54 PM, Michael Tiernan 
wrote:
>
> I have a bug report for mac "latest", do you want them here on the
> user's list or on the developers list?
> (Or want them at all?) ;)
>
> --
>   << MCT >> Michael C Tiernan. http://www.linkedin.com/in/mtiernan
>   Non Impediti Ratione Cogatationis
>   Women and cats will do as they please, and men and dogs
>should relax and get used to the idea. -Robert A. Heinlein
>
>
> ___
> 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


Re: [Linphone-users] ORTP Error latest linphone source compilation

2014-12-12 Thread BIENKOWSKI Guillaume
Are you using the official java or the open JDK?
The openJDK is known to segfault on BBB..

*Guillaume BIENKOWSKI*

*http://www.belledonne-communications.com/
<http://www.belledonne-communications.com/>*

*sip:g...@sip.linphone.org *

On Fri, Dec 12, 2014 at 6:48 AM, Chirag Ajmera  wrote:
>
>  latest source compilation on beaglebone black ( Debian Wheezy 7.7 -
> Kernel 3.8.13-bone68 ) causes the s/w to crash
>
> -
>
> root@beaglebone: /home/debian# linphonec
>
> ALSA lib conf.c:4687:(snd_config_expand) Unknown parameters 0
> ALSA lib control.c:951:(snd_ctl_open_noupdate) Invalid CTL default:0
> Ready
> Warning: video is disabled in linphonec, use -V or -C or -D to enable.
> linphonec> 2014-11-12 11:16:02:800 ortp-error-header_to parser error for
> [To:sip:1002@192.168.1.199;tag=as1f0a0817]
> 2014-11-12 11:16:02:841 ortp-error-header_to parser error for [To:
> sip:1002@192.168.1.199;tag=as1f0a0817]
> Registration on sip:192.168.1.199 successful.
> linphonec> call 1007
> Establishing call id to sip:1007@192.168.1.199, assigned id 1
> Contacting sip:1007@192.168.1.199
> linphonec> Call 1 to sip:1007@192.168.1.199 in progress.
> linphonec> 2014-11-12 11:16:12:050 ortp-error-header_to parser error for
> [To:sip:1007@192.168.1.199;tag=as2fb2fd34]
> 2014-11-12 11:16:12:081 ortp-error-header_to parser error for [To:
> sip:1007@192.168.1.199]
> 2014-11-12 11:16:12:150 ortp-error-header_to parser error for [To:
> sip:1007@192.168.1.199;tag=as50de94c6]
> 2014-11-12 11:16:12:155 ortp-error-belle_sip_dialog_new(): no to!
> Segmentation fault
>
> -
>
> Kindly guide
>
> Thank You
> Best,
> Chirag A.
>
___
Linphone-users mailing list
Linphone-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/linphone-users


Re: [Linphone-users] Reducing Frames per second to avoid choppy frames over 3G

2014-12-08 Thread BIENKOWSKI Guillaume
Try to reduce this to 512kbps and see if it is better.

The Bria softphone should also be able to reduce its bandwidth usage when
it detects packet loss. Check if it is compatible with AVPF, this could
enhance things quite a bit.

Also, can you try to do the same test with linphone iOS to see if the
problem exists in this case?

*Guillaume BIENKOWSKI*

*http://www.belledonne-communications.com/
<http://www.belledonne-communications.com/>*

*sip:g...@sip.linphone.org *

On Mon, Dec 8, 2014 at 9:20 AM, Chirag Ajmera  wrote:

> Kindly guide how to reduce fps while keeping the same video resolution /
> size.
>
> download_bw=1024
> upload_bw=1024
>
> What should be the ideal values for the above when using in 3G. Also,
> changing the bw params does not respect the "size=qvga" parameter in the
> video settings.
>
> Setup
> Linphone linux < --- > Asterisk < > Bria soft client over 3G (
> with NAT settings in asterisk )
>
> local network works fine ! Issue is only over mobile network
>
> Thank You
> Best,
> Chirag A.
>
___
Linphone-users mailing list
Linphone-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/linphone-users


Re: [Linphone-users] Linphone does not start any more on linux mint (ubuntu)

2014-11-20 Thread BIENKOWSKI Guillaume
Absolutely!
>From the looks of the backtrace, it could be related to the 'nowebcam' jpeg
that we try to send.

Cheers,

*Guillaume BIENKOWSKI*

*http://www.belledonne-communications.com/
<http://www.belledonne-communications.com/>*

*sip:g...@sip.linphone.org *

On Wed, Nov 19, 2014 at 11:42 PM, eleonor...@gmx.net 
wrote:

>  I have found, that with an older .linphonerc and linphone-history.db
> the gui comes up and the program works.
>
> Should I send you the working and the crashing .linphonerc and
> linphone-history.db pair?
>
> Best regards, Eleonora
>
> 2014-11-13 18:05 keltezéssel, BIENKOWSKI Guillaume írta:
>
> Hello elonora,
>
>  Could you try to launch it through gdb and get a backtrace?
> $ gdb linphone
> type "r --verbose" then enter
> Wait for it to crash and type "bt" then enter
> And copy paste the console logs with the backtrace here.
>
> Regards,
>
>
>   *Guillaume BIENKOWSKI*
>
> *http://www.belledonne-communications.com/
> <http://www.belledonne-communications.com/> *
>
> * sip:g...@sip.linphone.org  *
>
> On Thu, Nov 13, 2014 at 10:52 AM, eleonor...@gmx.net 
> wrote:
>
>> Hi,
>>
>> I worked for a time with linphone.
>> Since yesterday it does not start any more.
>> This is the message:
>>
>> en@en-desktop ~ $ linphone
>> ALSA lib conf.c:4694:(snd_config_expand) Unknown parameters 0
>> ALSA lib control.c:953:(snd_ctl_open_noupdate) Invalid CTL default:0
>> ALSA lib conf.c:4694:(snd_config_expand) Unknown parameters 0
>> ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM default:0
>> ALSA lib conf.c:4694:(snd_config_expand) Unknown parameters 0
>> ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM default:0
>> *** Error in `linphone': free(): invalid next size (fast): 0x090164a0 ***
>> Félbeszakítva
>> en@en-desktop ~ $
>>
>>
>> Any ideas?
>>
>> Thanks in advance.
>>
>> ___
>> Linphone-users mailing list
>> Linphone-users@nongnu.org
>> https://lists.nongnu.org/mailman/listinfo/linphone-users
>>
>
>
>
> ___
> Linphone-users mailing 
> listLinphone-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 mailing list
Linphone-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/linphone-users


Re: [Linphone-users] Linphone does not start any more on linux mint (ubuntu)

2014-11-13 Thread BIENKOWSKI Guillaume
Hello elonora,

Could you try to launch it through gdb and get a backtrace?
$ gdb linphone
type "r --verbose" then enter
Wait for it to crash and type "bt" then enter
And copy paste the console logs with the backtrace here.

Regards,


*Guillaume BIENKOWSKI*

*http://www.belledonne-communications.com/
<http://www.belledonne-communications.com/>*

*sip:g...@sip.linphone.org *

On Thu, Nov 13, 2014 at 10:52 AM, eleonor...@gmx.net 
wrote:

> Hi,
>
> I worked for a time with linphone.
> Since yesterday it does not start any more.
> This is the message:
>
> en@en-desktop ~ $ linphone
> ALSA lib conf.c:4694:(snd_config_expand) Unknown parameters 0
> ALSA lib control.c:953:(snd_ctl_open_noupdate) Invalid CTL default:0
> ALSA lib conf.c:4694:(snd_config_expand) Unknown parameters 0
> ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM default:0
> ALSA lib conf.c:4694:(snd_config_expand) Unknown parameters 0
> ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM default:0
> *** Error in `linphone': free(): invalid next size (fast): 0x090164a0 ***
> Félbeszakítva
> en@en-desktop ~ $
>
>
> Any ideas?
>
> Thanks in advance.
>
> ___
> 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


Re: [Linphone-users] Linphonecsh problem register

2014-11-06 Thread BIENKOWSKI Guillaume
Enable the debug traces and check out what is going on.
If you need more help, post them here!

*Guillaume BIENKOWSKI*

*http://www.belledonne-communications.com/
<http://www.belledonne-communications.com/>*

*sip:g...@sip.linphone.org *

On Thu, Nov 6, 2014 at 6:19 PM, Matteo Bertolino 
wrote:

> Hi to all.
>
> linphonecsh init
> linphonecsh register --host 192.168.1.112 --username 200 --password 123
> linphonecshstatus register
>
> output: register = -1
>
> Why? 192.168.1.112 is the server Asterisk IP (i am working in lan),
> username and password are the same of the file sip.conf
>
> --
> M.B92
>
> ___
> 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


Re: [Linphone-users] Linphone call breaks after 30-40 seconds

2014-10-28 Thread BIENKOWSKI Guillaume
Would you have (redacted) debug logs ?

*Guillaume BIENKOWSKI*

*http://www.belledonne-communications.com/
<http://www.belledonne-communications.com/>*

*sip:g...@sip.linphone.org *

On Tue, Oct 28, 2014 at 3:59 PM, Lorrin  wrote:

>  Hi all,
>
> I have an issue I can't seem to solve. I have a direct connection from my
> device with Linphone to an ATA (analog telephone adapter), so there is no
> registrar or proxy, etc, just a direct IP calling.
> And this seems to work, but only for about 30-40 seconds, after which the
> connection is dropped for no apparent reason. I tried setting the
> *nat_address* to my device in the .linphonerc, but it didn't help.
>
> Any ideas why this is happening? I guess some timeout happens for the
> control channel or something...
>
> Regards!
>
>
> ___
> 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


Re: [Linphone-users] App for iPhone

2014-10-02 Thread BIENKOWSKI Guillaume
Hello,

We're aware of the situation, and the issue has already been fixed in the
source code.
We're still working on making the app iOS8-compatible, especially for
rotations, which takes a bit more time.

Expect an update in the following weeks.

Cheers,

*Guillaume BIENKOWSKI*

*http://www.belledonne-communications.com/
<http://www.belledonne-communications.com/>*

*sip:g...@sip.linphone.org *

On Wed, Oct 1, 2014 at 5:14 PM, Malcolm Hart 
wrote:

> Hi
>
>
>
> Linphone App for iPhone
>
>
>
> Since upgrading to the latest software version IOS 8.0.2  the Linphone App
> closes down when you try to access your Contacts directory
>
>
>
>
>
>
>
> Best Regards
>
>
>
> *Malcolm Hart*
>
>
>
> *Plain Sailing Communications Ltd*
>
>
>
> P: +44 (0) 1825 745 090
>
> M: +44 (0) 7770 225 179
>
>
>
> ___
> 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


Re: [Linphone-users] iOS settings gone after update

2014-09-19 Thread BIENKOWSKI Guillaume
Hello Florian,

If you have a PC or a Mac, you can grab the logs from the iPhone
Configuration Utility (you'll find it on the web).
For the logs, I suggest:
- enable the debug logs from the Advanced settings
- take a small session where you go to background mode
- take another where you start the app *after* having killed it from the
iOS multitasking view.

For the missing settings.. there's not much we can do unless it is
reproducible easily.

Cheers!

*Guillaume BIENKOWSKI*

*http://www.belledonne-communications.com/
<http://www.belledonne-communications.com/>*

*sip:g...@sip.linphone.org *

On Fri, Sep 19, 2014 at 5:00 PM, Florian Hähnel 
wrote:

> Hello Guillaume,
>
> On 19.09.2014, at 16:26, BIENKOWSKI Guillaume <
> guillaume.bienkow...@belledonne-communications.com> wrote:
>
> Hello Florian,
>
> This is strange. Could you tell us which settings were missing? All of
> them?
>
> If yes, you must have landed in the Wizard when relaunching the app, am I
> right?
>
> yes, all of them. I landed in the Wizard
>
>
> We have changed the way some settings are stored in the last version: the
> background mode and the launch at reboot.
> We added some migration code for these 2, but the rest should not have
> changed.
>
>
> Do you remember which version you updated from and to ?
>
> I upgraded from 2.2.1 to 2.2.2
>
> meanwhile I've reinserted all settings again.
>
> I’m using Linphone on iPhone 4 (iOS 7.1.2) to reach my FritzBox at home
> from remote.
> I made also some testings with background function. as soon as I leave the
> app (and it is running in the background) I can’t be called any longer.
> also I have the feeling that it reregisters very often.
> Is there any chance to get my fingers on a debug log file? I would love to
> send it to you.
>
> Thanks for your help!
> Florian
>
>
>
>
> *Guillaume BIENKOWSKI*
>
> *http://www.belledonne-communications.com/
> <http://www.belledonne-communications.com/>*
>
> *sip:g...@sip.linphone.org *
>
> On Fri, Sep 19, 2014 at 3:06 PM, Florian Hähnel 
> wrote:
>
>> Hey guys,
>>
>> after the update to the most recent version all settings in the Linphone
>> App on my iPhone were gone.
>> Anyone with similar problems?
>>
>> Thanks,
>> Florian
>> ___
>> 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 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


Re: [Linphone-users] iOS settings gone after update

2014-09-19 Thread BIENKOWSKI Guillaume
Hello Florian,

This is strange. Could you tell us which settings were missing? All of
them?
If yes, you must have landed in the Wizard when relaunching the app, am I
right?

We have changed the way some settings are stored in the last version: the
background mode and the launch at reboot.
We added some migration code for these 2, but the rest should not have
changed.

Do you remember which version you updated from and to ?



*Guillaume BIENKOWSKI*

*http://www.belledonne-communications.com/
<http://www.belledonne-communications.com/>*

*sip:g...@sip.linphone.org *

On Fri, Sep 19, 2014 at 3:06 PM, Florian Hähnel 
wrote:

> Hey guys,
>
> after the update to the most recent version all settings in the Linphone
> App on my iPhone were gone.
> Anyone with similar problems?
>
> Thanks,
> Florian
> ___
> 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


Re: [Linphone-users] Auto answer and record

2014-09-19 Thread BIENKOWSKI Guillaume
Hey Bryant,

How did you do it then? I'm interested!

*Guillaume BIENKOWSKI*

*http://www.belledonne-communications.com/
<http://www.belledonne-communications.com/>*

*sip:g...@sip.linphone.org *

On Fri, Sep 19, 2014 at 5:06 AM, Bryant Bunderson  wrote:

>   Guillaume,
>
>  Never mind. Figured it out. :)
>
>From: Bryant Bunderson 
> Reply-To: "linphone-users@nongnu.org" 
> Date: Thursday, September 18, 2014 at 8:56 PM
>
> To: "linphone-users@nongnu.org" 
> Subject: Re: [Linphone-users] Auto answer and record
>
>Guillaume,
>
>  Thanks for pointing me in the right direction. I made some minor
> modifications to allow me to pass in a —auto-record flag to main.c to
> automatically start recording an incoming phone call. It works great. I now
> want to run multiple instances of Linphone but when I try, I get the error
> message "WARNING **: Another running instance of linphone has been
> detected. It has been woken-up.” Any ideas how I can run multiple
> instances? Thank you again for all your help.
>
>  Bryant
>
>   From: BIENKOWSKI Guillaume <
> guillaume.bienkow...@belledonne-communications.com>
> Reply-To: "linphone-users@nongnu.org" 
> Date: Thursday, September 18, 2014 at 6:57 AM
> To: "linphone-users@nongnu.org" 
> Subject: Re: [Linphone-users] Auto answer and record
>
>   Hello,
>
>  No need to worry about teeing anything, Linphone can record audio calls
> without problem.
> Check out the console/linphonec.c file for the command line options (you
> have -A for auto answer, but there's no auto-record, you'll have to add it).
>
> Feel free to send out a patch if you have something that works fine!
>
>  *Guillaume BIENKOWSKI*
>
> *http://www.belledonne-communications.com/
> <http://www.belledonne-communications.com/> *
>
> * sip:g...@sip.linphone.org  *
>
> On Thu, Sep 18, 2014 at 12:19 AM, Bryant Bunderson <
> bbunder...@cyphercorp.com> wrote:
>
>>   Guillaume,
>>
>>  Thank you. I’ve been working with the linphone-android code base so
>> don’t have any experience with the command line version. I’ll pull down the
>> linphone repo and take a look at that. I’ll be running it on OS X. Maybe I
>> can wedge into the audio stack and tee off the audio data into file. Thanks
>> again for your help.
>>
>>  Bryant
>>
>>   From: BIENKOWSKI Guillaume <
>> guillaume.bienkow...@belledonne-communications.com>
>> Reply-To: "linphone-users@nongnu.org" 
>> Date: Wednesday, September 17, 2014 at 2:04 AM
>> To: "linphone-users@nongnu.org" 
>> Subject: Re: [Linphone-users] Auto answer and record
>>
>>   There's an auto-answer mode for the command-line linphone, but I don't
>> think there's an auto-record.
>> You could try messing up with the command line source to see if it is
>> possible!
>>
>>  *Guillaume BIENKOWSKI*
>>
>> *http://www.belledonne-communications.com/
>> <http://www.belledonne-communications.com/> *
>>
>> * sip:g...@sip.linphone.org  *
>>
>> On Wed, Sep 17, 2014 at 2:07 AM, Bryant Bunderson <
>> bbunder...@cyphercorp.com> wrote:
>>
>>>   Is it possible to configure Linphone to auto answer incoming calls
>>> and then record them? I would like to leave Linphone running on my computer
>>> and have people leave messages for me while I’m away.
>>>
>>> ___
>>> 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 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


Re: [Linphone-users] Auto answer and record

2014-09-18 Thread BIENKOWSKI Guillaume
Hello,

No need to worry about teeing anything, Linphone can record audio calls
without problem.
Check out the console/linphonec.c file for the command line options (you
have -A for auto answer, but there's no auto-record, you'll have to add it).

Feel free to send out a patch if you have something that works fine!

*Guillaume BIENKOWSKI*

*http://www.belledonne-communications.com/
<http://www.belledonne-communications.com/>*

*sip:g...@sip.linphone.org *

On Thu, Sep 18, 2014 at 12:19 AM, Bryant Bunderson <
bbunder...@cyphercorp.com> wrote:

>   Guillaume,
>
>  Thank you. I’ve been working with the linphone-android code base so
> don’t have any experience with the command line version. I’ll pull down the
> linphone repo and take a look at that. I’ll be running it on OS X. Maybe I
> can wedge into the audio stack and tee off the audio data into file. Thanks
> again for your help.
>
>  Bryant
>
>   From: BIENKOWSKI Guillaume <
> guillaume.bienkow...@belledonne-communications.com>
> Reply-To: "linphone-users@nongnu.org" 
> Date: Wednesday, September 17, 2014 at 2:04 AM
> To: "linphone-users@nongnu.org" 
> Subject: Re: [Linphone-users] Auto answer and record
>
>   There's an auto-answer mode for the command-line linphone, but I don't
> think there's an auto-record.
> You could try messing up with the command line source to see if it is
> possible!
>
>  *Guillaume BIENKOWSKI*
>
> *http://www.belledonne-communications.com/
> <http://www.belledonne-communications.com/> *
>
> * sip:g...@sip.linphone.org  *
>
> On Wed, Sep 17, 2014 at 2:07 AM, Bryant Bunderson <
> bbunder...@cyphercorp.com> wrote:
>
>>   Is it possible to configure Linphone to auto answer incoming calls and
>> then record them? I would like to leave Linphone running on my computer and
>> have people leave messages for me while I’m away.
>>
>> ___
>> 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 mailing list
Linphone-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/linphone-users


Re: [Linphone-users] linphone quits unexpectedly when running

2014-09-17 Thread BIENKOWSKI Guillaume
Looks like our build system produces binaries incompatible with Leopard.
Could you try the trick presented here:
http://asqueella.blogspot.fr/2010/12/dyld-unknown-required-load-command.html
?

*Guillaume BIENKOWSKI*

*http://www.belledonne-communications.com/
<http://www.belledonne-communications.com/>*

*sip:g...@sip.linphone.org *

On Wed, Sep 17, 2014 at 3:44 PM, Wenzel Steinig 
wrote:

> The error message goes like this:
>
> typed:
> /Applications/Linphone.app/Contents/MacOS/Linphone --verbose
>
> message:
> /Applications/Linphone.app/Contents/MacOS/Linphone: line 110: test: too
> many arguments
> dyld: Library not loaded:
> @executable_path/../Resources/lib/libeXosip2.7.dylib
>   Referenced from: /Applications/Linphone.app/Contents/MacOS/Linphone-bin
>   Reason: no suitable image found.  Did find:
> /Applications/Linphone.app/Contents/Resources/lib/libeXosip2.7.dylib:
> unknown required load command 0x8022
> /Applications/Linphone.app/Contents/MacOS/../Resources/lib/libeXosip2.7.dylib:
> unknown required load command 0x8022
> /Applications/Linphone.app/Contents/MacOS/../Resources/lib/libeXosip2.7.dylib:
> unknown required load command 0x8022
> Trace/BPT trap
>
> I don't understand what that means.
> Thanks for helping me
> Wenzel
> On 16.09.2014, at 10:45, BIENKOWSKI Guillaume wrote:
>
> That's strange. Could you try running them in the console in verbose?
> The processus is this:
> If you installed your app in /Applications, open a terminal and type:
>
> /Applications/Linphone.app/Contents/MacOS/Linphone --verbose
>
> This should give you an idea of where the app fails. Could you post the
> results here? Or mail them to me if they contain sensitive information.
>
>
> Cheers,
>
> *Guillaume BIENKOWSKI*
>
> *http://www.belledonne-communications.com/
> <http://www.belledonne-communications.com/>*
>
> *sip:g...@sip.linphone.org *
>
> On Tue, Sep 16, 2014 at 12:44 PM, Wenzel Steinig 
> wrote:
>
>> Hi,
>>
>> I'm trying to run Linphone on OSX 10.5.8. I tried both Linphone 3.7.0 and
>> 3.6.1. They quit "unexpectedly" directly after I started running them. Is
>> my OS too old?
>>
>> Thanks in advance
>> Wenzel
>>
>> ___
>> 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 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


Re: [Linphone-users] Auto answer and record

2014-09-17 Thread BIENKOWSKI Guillaume
There's an auto-answer mode for the command-line linphone, but I don't
think there's an auto-record.
You could try messing up with the command line source to see if it is
possible!

*Guillaume BIENKOWSKI*

*http://www.belledonne-communications.com/
<http://www.belledonne-communications.com/>*

*sip:g...@sip.linphone.org *

On Wed, Sep 17, 2014 at 2:07 AM, Bryant Bunderson  wrote:

>   Is it possible to configure Linphone to auto answer incoming calls and
> then record them? I would like to leave Linphone running on my computer and
> have people leave messages for me while I’m away.
>
> ___
> 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


Re: [Linphone-users] gnu/linux xv webcam selfview copile without java

2014-09-16 Thread BIENKOWSKI Guillaume
This is an option, yes: shipping the generated C files would remove the
dependency to the Antlr executable.
We might be able to place a git hook to do that, I'll discuss with the
other guys here to see if they are up to it.

On the other hand, you can't do the dependency trick with make easily,
since when you check out through git you basically have a pristine setup.
We would have to do something like md5 the .g files and only trigger Antlr
when the md5 has changed. I'm not aware of a simple way to do that.

Cheers

*Guillaume BIENKOWSKI*

*http://www.belledonne-communications.com/
<http://www.belledonne-communications.com/>*

*sip:g...@sip.linphone.org *

On Tue, Sep 16, 2014 at 2:54 PM, Gelonida G  wrote:

>  Perhaps this might be a constructive suggestion.
>
> Many people like to compile linphone, quite some of them (probably more
> than 90%)
> have absolutely no interest in recompiling the SIP grammar.
>
>
> Wouldn't it be possible to change the source repositroy and the make files
> such, that:
> - the files generated by antlr are part of the repository.
> - the dependencies were setup such, that the antlr-generated files would
> be recompiled ONLY
>  if the source files of the grammar changed.
>
>
> This would allow the majority of the users to recompile linphone without
> having to install java and antlr.
> and allow the ones trying to change the sip grammar to still recompile it
> if they have installed java/antlr
>
> Whether this is something automatic, whether there is a separate
> repository for the gnerated grammar files, whether
> this is a command line switch during the ./configure phase or whether done
> differently wouldn't matter, but the idea of being able to compile
> linphone even if antlr / java is not installed sounds to be a good idea.
>
> When I first tried to compile linphone (under windows) I needed quite some
> time till my first successful build.
> (Also tricky to keep all dependencies always up to date)
>
> I still didn't succeed to build linphone on Linux. There was always one
> package that wasn't the right version.
>
>
>
> On 09/16/2014 12:24 PM, BIENKOWSKI Guillaume wrote:
>
> Hello Sylvain,
>
>  This is not a joke at all. The SIP protocol is (like all network
> protocols) based on a "formal grammar", which is described in an IETF RFC
> here: https://www.ietf.org/rfc/rfc3261.txt
> I would suggest you read this RFC from start to end and possibly some
> related materials: http://en.wikipedia.org/wiki/Formal_grammar
>
>  Writing a protocol parser is not as simple as it seems, and ANTLR is a
> tool that eased the work tremendously (on top of making it reliable and
> testable).
> Also, Java is required for COMPILATION, and not for RUNTIME (you'll see
> that installing belle-sip from your favorite package manager in linux
> doesn't pull the entire Java runtime).
>
>  There are plenty of other alternatives to ANTLR, some of them not even
> in interpreted languages:
> http://en.wikipedia.org/wiki/Comparison_of_parser_generators
> Finally, let me remind you that bellesip and linphone are open source
> projects, and if you want to keep your computer Java-free, feel free to
> propose a patch removing the Java dependency.
>
>  Cheers,
>
>  *Guillaume BIENKOWSKI*
>
> *http://www.belledonne-communications.com/
> <http://www.belledonne-communications.com/> *
>
> *sip:g...@sip.linphone.org  *
>
> On Tue, Sep 16, 2014 at 11:36 AM, Sylvain BERTRAND <
> sylvain.bertr...@gmail.com> wrote:
>
>>
>> Is that a joke? You need to install java and java software to
>> compile a linphone stack?? Please remove all non-C components
>> from your SDK (at least for the C/GTK+ client SDK).
>>
>> SIP grammar?? What is happening to this protocol?? It's supposed
>> to be minimal and simple.
>>
>
>
> ___
> Linphone-users mailing 
> listLinphone-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 mailing list
Linphone-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/linphone-users


Re: [Linphone-users] linphone quits unexpectedly when running

2014-09-16 Thread BIENKOWSKI Guillaume
That's strange. Could you try running them in the console in verbose?
The processus is this:
If you installed your app in /Applications, open a terminal and type:

/Applications/Linphone.app/Contents/MacOS/Linphone --verbose

This should give you an idea of where the app fails. Could you post the
results here? Or mail them to me if they contain sensitive information.


Cheers,

*Guillaume BIENKOWSKI*

*http://www.belledonne-communications.com/
<http://www.belledonne-communications.com/>*

*sip:g...@sip.linphone.org *

On Tue, Sep 16, 2014 at 12:44 PM, Wenzel Steinig 
wrote:

> Hi,
>
> I'm trying to run Linphone on OSX 10.5.8. I tried both Linphone 3.7.0 and
> 3.6.1. They quit "unexpectedly" directly after I started running them. Is
> my OS too old?
>
> Thanks in advance
> Wenzel
>
> ___
> 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


Re: [Linphone-users] gnu/linux xv webcam selfview

2014-09-16 Thread BIENKOWSKI Guillaume
Hello Sylvain,

This is not a joke at all. The SIP protocol is (like all network protocols)
based on a "formal grammar", which is described in an IETF RFC here:
https://www.ietf.org/rfc/rfc3261.txt
I would suggest you read this RFC from start to end and possibly some
related materials: http://en.wikipedia.org/wiki/Formal_grammar

Writing a protocol parser is not as simple as it seems, and ANTLR is a tool
that eased the work tremendously (on top of making it reliable and
testable).
Also, Java is required for COMPILATION, and not for RUNTIME (you'll see
that installing belle-sip from your favorite package manager in linux
doesn't pull the entire Java runtime).

There are plenty of other alternatives to ANTLR, some of them not even in
interpreted languages:
http://en.wikipedia.org/wiki/Comparison_of_parser_generators
Finally, let me remind you that bellesip and linphone are open source
projects, and if you want to keep your computer Java-free, feel free to
propose a patch removing the Java dependency.

Cheers,

*Guillaume BIENKOWSKI*

*http://www.belledonne-communications.com/
<http://www.belledonne-communications.com/>*

*sip:g...@sip.linphone.org *

On Tue, Sep 16, 2014 at 11:36 AM, Sylvain BERTRAND <
sylvain.bertr...@gmail.com> wrote:

>
> Is that a joke? You need to install java and java software to
> compile a linphone stack?? Please remove all non-C components
> from your SDK (at least for the C/GTK+ client SDK).
>
> SIP grammar?? What is happening to this protocol?? It's supposed
> to be minimal and simple.
>
___
Linphone-users mailing list
Linphone-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/linphone-users


Re: [Linphone-users] gnu/linux xv webcam selfview

2014-09-16 Thread BIENKOWSKI Guillaume
Hello,

We generate the C code for SIP grammar from ".g" files that requires an
Antlr pass.
This is kind of like Bison/Yacc but with a more high level language.

This stem requires Java and Antlr, because Antlr is written in Java.
Check the README for installation instructions.

*Guillaume BIENKOWSKI*

*http://www.belledonne-communications.com/
<http://www.belledonne-communications.com/>*

*sip:g...@sip.linphone.org *

On Mon, Sep 15, 2014 at 3:08 PM, Sylvain BERTRAND <
sylvain.bertr...@gmail.com> wrote:

> On Mon, Sep 15, 2014 at 12:36:56PM +0200, Sylvain BERTRAND wrote:
> > On Mon, Sep 15, 2014 at 09:15:34AM +0200, Gautier Pelloux-Prayer wrote:
> >> In Options -> Multimedia settings, you should have a ‘Video
> >> output method’ list. Select “A video display using GL (glx)”
> >> instead of the default “A video display using X11+Xv” and you
> >> should be fine.
> >
> > Thx for the answer. I don't have this control. It means I have an
> > outdated GTK+ client. I'll manage to get my hands on a recent git
> > build and test again.
>
>
> I ran into troubles to build the software stack for the latest
> linphone git (GNU/Linux GTK+). The dependency tree seems to
> become quite hairy, then expensive, without the possibility to
> lower its cost by disabling some features.
>
> That said, belle-sip (fresh git) wants a jar, then *java*, to
> build:
>
> configure: error: Could not find antlr.jar. Please install antlr3
>
> My system has antlr3 installed then available, but it's a C
> project, not a java kludge ;)
>
> broken "no-java" belle-sip build?
>
> regards,
>
> --
> Sylvain
>
> P.S. maybe I should subscribe to the linphone dev mailing list
> for reporting those issues?
>
> ___
> 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


Re: [Linphone-users] Newbie question: how to connect to work SIP server?

2014-09-16 Thread BIENKOWSKI Guillaume
You'll be asked for the password the first time it tries to connect to the
SIP server.

*Guillaume BIENKOWSKI*

*http://www.belledonne-communications.com/
<http://www.belledonne-communications.com/>*

*sip:g...@sip.linphone.org *

On Fri, Sep 12, 2014 at 2:28 PM, Ewan Slater 
wrote:

> Hi,
>
> My company uses Cisco Jabber for video conferencing, which is the only
> thing that keeps me using Windows.
>
> I have installed Linphone 3.5.2 on Debian Wheezy (7.6).
>
> I am now attempting to set up my SIP account.
>
> I assume to connect to the work SIP server, I need to add a Proxy Account?
>
> I have tried the following:
>
> SIP identity = sip:ewan.sla...@company.com
>
> SIP proxy address = sip:xxx.yyy.company.com (taken from "external
> server" in the Cisco Jabber client)
>
> What I can't see is where I can specify my password for this account.
>
> If anyone could point me in the right direction, that would be much
> appreciated.
>
> Cheers,
>
> Ewan
>
> ___
> 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


Re: [Linphone-users] [Linphone-developers] bcg729 codec problem

2014-09-16 Thread BIENKOWSKI Guillaume
Try compiling with debug symbols, you'll have a more meaningful trace

*Guillaume BIENKOWSKI*

*http://www.belledonne-communications.com/
<http://www.belledonne-communications.com/>*

*sip:g...@sip.linphone.org *

On Mon, Sep 15, 2014 at 12:04 PM, Ričardas Stoma 
wrote:

> Hello, im using bcg729 codec in freeswitch but sometimes calls get stuck
> and CPU load jumps to 100%. I don't know how to reproduce this issue.
>
> I did backtrace and this is what i got:
>
> #0  0x7ff933dbb9e6 in ?? () from
> /usr/local/freeswitch/mod/mod_bcg729.so
> #1  0x7ff933dbba1b in ?? () from
> /usr/local/freeswitch/mod/mod_bcg729.so
> #2  0x7ff933dbc9f6 in postFilter () from
> /usr/local/freeswitch/mod/mod_bcg729.so
> #3  0x7ff933db88b5 in bcg729Decoder () from
> /usr/local/freeswitch/mod/mod_bcg729.so
> #4  0x7ff933db7fff in switch_bcg729_decode (codec= out>, other_codec=, encoded_data=,
> encoded_data_len=2, encoded_rate=,
> decoded_data=, decoded_data_len=0x7ff920179968,
> decoded_rate=0x7ff920179974,
> flag=0x7ff860039a7c) at mod_bcg729.c:164
> #5  0x7ff94cf995bf in switch_core_codec_decode (codec=0x7ff860039a90,
> other_codec=, encoded_data=0x7ff8dc0149bc,
> encoded_data_len=, encoded_rate= out>, decoded_data=0x7ff920179a18, decoded_data_len=0x7ff920179968,
> decoded_rate=0x7ff920179974, flag=0x7ff860039a7c) at
> src/switch_core_codec.c:781
> ...
>
> Any suggestions what to do now?
>
> ___
> 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


Re: [Linphone-users] erase linphone completely

2014-08-22 Thread BIENKOWSKI Guillaume
Try erasing your ~/.linphone* files ?

*Guillaume BIENKOWSKI*

*http://www.belledonne-communications.com/
<http://www.belledonne-communications.com/>*

* sip:g...@sip.linphone.org *


On Fri, Aug 22, 2014 at 1:57 PM, H  wrote:

>
>
> I Truly want to know how to erase Linphone INCLUDING all plists and
> settings, from my MAC .
>
> I tried it and  reinstalled it,  it just continued with all my settings,
> phonenumbers intact.
> Proved i didnt erased it completely.
>
> Please help.
>
> Nolan.
>
>
> ___
> 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


Re: [Linphone-users] Linphone-users Digest, Vol 141, Issue 4

2014-08-18 Thread BIENKOWSKI Guillaume
Hello dear Anthony,

Don't worry, Linphone is not dead at all, it's actually very much alive.
Just check the ohloh stats to get some good vibes:
https://www.openhub.net/p/8366

We're a team of 8 good people maintaining the project, and although we
sometimes take long to answer on the mailing list, we're there.
As Charles told you, we just released a new website and Linphone 3.7 is not
even a few months old. iOS version is totally fresh and Android is coming.

So don't worry!
Was it something we didn't answer you in the first place that made you
think this?

*Guillaume BIENKOWSKI*

*http://www.belledonne-communications.com/
<http://www.belledonne-communications.com/>*

* sip:g...@sip.linphone.org *


On Sun, Aug 17, 2014 at 6:26 PM, Anthony  wrote:

> The linphone project is dead
>
>
>
___
Linphone-users mailing list
Linphone-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/linphone-users


Re: [Linphone-users] Conference and transfer no longer there

2014-06-26 Thread BIENKOWSKI Guillaume
Hello,

Is this on iOS? Android? Desktop?

Transfer should not be disabled, this looks like an error.

*Guillaume BIENKOWSKI*

*http://www.belledonne-communications.com/
<http://www.belledonne-communications.com/> *

*sip:g...@sip.linphone.org *


On Tue, Jun 24, 2014 at 9:51 PM, Robert Dyck  wrote:

> I installed linphone from git as of june 24 2014 and the conference and
> transfer buttons are longer operational. Can I expect these features to
> return
> in the near future?
>
> Rob
>
> ___
> 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


Re: [Linphone-users] Compiling linphone 3.7 on BBB

2014-06-19 Thread BIENKOWSKI Guillaume
Hey Chirag,

Here it is, in Markdown markup:



BeagleBone Black & Linphone

1. Install what's needed to **compile**:

```
sudo apt-get install automake autoconf gnu-standards gettext
build-essential pkg-config git libtool antlr3 libantlr3c-dev intltool
git clone git://git.linphone.org/polarssl
git clone git://git.linphone.org/belle-sip
git clone git://git.linphone.org/linphone --recursive
```

2. Compile polarssl

./autogen.sh
./configure
make -j2 && sudo make install

3. Install Java from Oracle (**important**, otherwise ANTLR won't compile
correctly the SIP grammar)

* Go here: [
http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html](http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html)
and download the JDK for linux (probably Hard Float)
* Unpack in your HOME and setup the PATH and JAVA_HOME:

  # put this in your ~/.bashrc ideally
  export PATH="/home/user/jdk-x.y.z/bin:$PATH"
  export JAVA_HOME="/home/user/jdk-x.y.z"
* Check that `java -version` outputs something like this (with the
'TM'):

 java version "1.7.0_51"
Java(TM) SE Runtime Environment (build 1.7.0_51-b13)

4. Install belle-sip and linphone dependencies

sudo aptitude install libswscale-dev libavcodec-dev libv4l-dev
libglew1.6-dev libxml2-dev libgsm1-dev libsqlite3-dev libupnp-dev
libsdl1.2-dev

5. Get libvpx from Google and compile it yourself, so that you get the NEON
and other optimizations

git clone https://chromium.googlesource.com/webm/libvpx -b v1.3.0
 cd libvpx
CC=cc AR=ar AS=as LD=gcc CXX=g++ ./configure --enable-vp8
--target=armv7-linux-gcc --disable-examples --disable-docs
--enable-error-concealment --enable-realtime-only
--enable-spatial-resampling --enable-multithread --disable-vp9 --enable-pic
 make -j2
sudo make install

6. Get speex from linphone and compile it with NEON optimizations

git clone git://git.linphone.org/speex
cd speex && ./autogen.sh
 ./configure --enable-armv7neon-asm --with-pic --enable-fixed-point
--disable-oggtest CFLAGS="-march=armv7-a -mfloat-abi=hard -mfpu=neon
-mtune=cortex-a8 -O3" --disable-ogg
 make -j2 && sudo make install


7. Compile and install `belle-sip`

./autogen.sh
./configure
make && sudo make install
# optional: perform belle-sip tests
cd tester && ./belle_sip_tester

8. Compile and install `linphone`

./autogen.sh
./configure --disable-x11 --enable-gtk_ui=no --disable-xv
--enable-sdl
# Note: Wno-error is here because otherwise mediastreamer complains
about not used functions
make V=1 CFLAGS="-Wno-error" && sudo make install

9. Test that linphone passes the tests

cd tester && ./liblinphone_tester

10. To enable video: install omapfb driver

See http://blog.csdn.net/amd123linux/article/details/11738753 :
 sudo apt-get install xserver-xorg-video-omap3
sudo reboot
 cat /var/log/Xorg.0.log | grep omapfb
xvinfo -display :0.0 # should show "OMAP XV adaptor"
 
Not supported by BBB
 11. Setup video output in linphonerc

This will force the video display to use the SDL output

 #launch linphone once to create it
 linphonec
# type quit
 #edit the linphonerc file
 nano ~/.linphonerc
 # find the [video] section and put or replace:
 displaytype=MSVideouOut


*Guillaume BIENKOWSKI*

*http://www.belledonne-communications.com/
<http://www.belledonne-communications.com/> *

*sip:g...@sip.linphone.org *


On Thu, Jun 19, 2014 at 2:52 PM, Chirag Ajmera  wrote:

>  belle-sip is from git, whereas linphone is the latest source 3.7 tar file
>
> Yes, i would greatly appreciate that !
>
>
> Thank You
> Br,
> Chirag A.
>
> On 19-06-2014 Thu 06:14 PM, BIENKOWSKI Guillaume wrote:
>
> Hello Chirag,
>
> Are you using the very last belle-sip and linphone versions?
> To me it looks like a mismatch between the two of them.
> Note that I have a very detailed readme for compilation on BBB, would you
> be interested?
>
>  Regards,
>
>  *Guillaume BIENKOWSKI*
>
> *http://www.belledonne-communications.com/
> <http://www.belledonne-communications.com/> *
>
> * sip:g...@sip.linphone.org  *
>
>
> On Thu, Jun 19, 2014 at 11:04 AM, Chirag Ajmera  wrote:
>
>>  Kindly guide with the compilation error on ARM-Beagleboneblack.
>>
>>   CC xml.lo
>>   CC xml2lpc.lo
>>   CC lpc2xml.lo
>>   CC remote_provisioning.lo
>> remote_provisioning.c: In function
>> 'linphone_remote_provisioning_download_and_apply':
>> remote_provisioning.c:86:3: warning: initialization from incompatible
>> pointer type [enabled by default]
>> remote_provisioning.c:86:3: warning: (near initialization for
>

Re: [Linphone-users] Compiling linphone 3.7 on BBB

2014-06-19 Thread BIENKOWSKI Guillaume
Hello Chirag,

Are you using the very last belle-sip and linphone versions?
To me it looks like a mismatch between the two of them.
Note that I have a very detailed readme for compilation on BBB, would you
be interested?

Regards,

*Guillaume BIENKOWSKI*

*http://www.belledonne-communications.com/
<http://www.belledonne-communications.com/> *

*sip:g...@sip.linphone.org *


On Thu, Jun 19, 2014 at 11:04 AM, Chirag Ajmera  wrote:

>  Kindly guide with the compilation error on ARM-Beagleboneblack.
>
>   CC xml.lo
>   CC xml2lpc.lo
>   CC lpc2xml.lo
>   CC remote_provisioning.lo
> remote_provisioning.c: In function
> 'linphone_remote_provisioning_download_and_apply':
> remote_provisioning.c:86:3: warning: initialization from incompatible
> pointer type [enabled by default]
> remote_provisioning.c:86:3: warning: (near initialization for
> 'belle_request_listener.process_response') [enabled
> b
> y default]
> remote_provisioning.c:87:3: warning: initialization from incompatible
> pointer type [enabled by default]
> remote_provisioning.c:87:3: warning: (near initialization for
> 'belle_request_listener.process_io_error') [enabled
> b
> y default]
> remote_provisioning.c:89:2: warning: initialization from incompatible
> pointer type [enabled by default]
> remote_provisioning.c:89:2: warning: (near initialization for
> 'belle_request_listener.process_timeout') [enabled
> by
> default]
>   CC upnp.lo
>   CC bellesip_sal/sal_address_impl.lo
>   CC bellesip_sal/sal_impl.lo
> bellesip_sal/sal_impl.c: In function 'sal_process_authentication':
> bellesip_sal/sal_impl.c:135:2: warning: passing argument 4 of
> 'belle_sip_provider_add_authorization' from incompatible pointer type
> [enabled by default]
> /usr/local/include/belle-sip/provider.h:69:21: note: expected 'struct
> belle_sip_uri_t *' but argument is of type 'struct belle_sip_list_t **'
> bellesip_sal/sal_impl.c:135:2: error: too few arguments to function
> 'belle_sip_provider_add_authorization'
> /usr/local/include/belle-sip/provider.h:69:21: note: declared here
> make[4]: *** [bellesip_sal/sal_impl.lo] Error 1
> make[4]: Leaving directory `/home/debian/linphone-3.7.0/coreapi'
> make[3]: *** [all-recursive] Error 1
> make[3]: Leaving directory `/home/debian/linphone-3.7.0/coreapi'
> make[2]: *** [all] Error 2
> make[2]: Leaving directory `/home/debian/linphone-3.7.0/coreapi'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/debian/linphone-3.7.0'
> make: *** [all] Error 2
>
> --
> Thank You
> Br,
> Chirag A.
>
>
> ___
> 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


Re: [Linphone-users] Linphone Chat on ios7

2014-05-26 Thread BIENKOWSKI Guillaume
Hello,

It seems that the URL is blank, which indicates that your sharing server
could be empty. Can you check in the application settings (Advanced)?
If you can get the application data (though Xcode Device Organizer), you'll
find the .linphonerc in the Documents/ folder (hidden).

Cheers,

*Guillaume BIENKOWSKI*

*http://www.belledonne-communications.com/
<http://www.belledonne-communications.com/> *

*sip:g...@sip.linphone.org *


On Sat, May 24, 2014 at 2:32 AM, kkp2744  wrote:

>  Hello Guillaume
>
> Thank you for your quick response.
>
> The linphone-iphone that I previous used was couple months ago.
> I got the latest git version of "Linphone iPhone 2.1.2" today
> and rebuilt the app for IOS7. The situations are the same.
>
> The Chat feature for text is ok.
> The picture button is still disabled by default.
> When the picture button of Chat is activated and pressed,
> both the camera and photo library are accesible.
> But no picture can be transferred.
>
> For example, when "Photo library" is selected and a picture is
> picked, all three options "Maximum", "Average", and "Minimum"
> return the same error results as follow:
>
>
>   "Transfer error.. Cannot transfer file to the remote contact"
>
> I follow your suggestion try to trace the problem and found the following
> information:
>
>   2014-05-24 00:45:33.632 linphone[1106:a0b] PhoneMainView: Change current
> view to ImagePicker
>   2014-05-24 00:45:33.830 linphone[1106:a0b] Battery state:0 level:-1.00
>   2014-05-24 00:45:37.107 linphone[1106:a0b] PhoneMainView: Pop view
>   2014-05-24 00:45:37.108 linphone[1106:a0b] PhoneMainView: Change current
> view to ChatRoom
>   2014-05-24 00:45:39.169 linphone[1106:a0b] downloading []
>   2014-05-24 00:45:39.177 linphone[1106:a0b] Cannot upload file to server
> [] because [unsupported URL]
>
> It seems to me something to do with the file upload to your server.
>
> Please help to explain the situation and possible solution.
>
> Regards
> kkp
>
>
>
>
> On 22/05/2014 11:04, BIENKOWSKI Guillaume wrote:
>
> Hello kkp,
>
>  Could you send us a trace of the problem?
> What is the version you use? The trunk?
> We recently switched from ios-specific storage to a linphone message
> storage. In the operation, a lot of migration and code changes were made,
> so there might be issues.
>
>  In case you're using the last master version, I strongly suggest
> performing a full clean of the SDK, because we activated the message
> storage flag in linphone.
>
>  Cheers,
>
>  *Guillaume BIENKOWSKI*
>
> *http://www.belledonne-communications.com/
> <http://www.belledonne-communications.com/> *
>
> * sip:g...@sip.linphone.org  *
>
>
> On Thu, May 22, 2014 at 4:42 AM, kkp2744  wrote:
>
>> Hi All
>>
>> When the Chat feature of Linphone is used on IOS7, it seems that the
>> picture button is disabled by default. I try to enable the picture button
>> from the source and rebuild the app.
>>
>> The picture button is enabled after the app is rebuilt with both the
>> "Camera" and "Photo Library" accessible. However, photo taken from the
>> camera or photo from the photo library cannot be transfer to the chat
>> contact. I got the error "Transfer Error.. Cannot transfer file to the
>> remote contact"
>>
>> The Chat feature of Linphone on Android seems ok for both text and
>> picture. Can anyone help to explain?
>>
>> Regards
>> kkp2744
>>
>> ___
>> Linphone-users mailing list
>> Linphone-users@nongnu.org
>> https://lists.nongnu.org/mailman/listinfo/linphone-users
>>
>
>
>
> ___
> Linphone-users mailing 
> listLinphone-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 mailing list
Linphone-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/linphone-users


Re: [Linphone-users] Linphone Chat on ios7

2014-05-22 Thread BIENKOWSKI Guillaume
Hello kkp,

Could you send us a trace of the problem?
What is the version you use? The trunk?
We recently switched from ios-specific storage to a linphone message
storage. In the operation, a lot of migration and code changes were made,
so there might be issues.

In case you're using the last master version, I strongly suggest performing
a full clean of the SDK, because we activated the message storage flag in
linphone.

Cheers,

*Guillaume BIENKOWSKI*

*http://www.belledonne-communications.com/
<http://www.belledonne-communications.com/> *

*sip:g...@sip.linphone.org *


On Thu, May 22, 2014 at 4:42 AM, kkp2744  wrote:

> Hi All
>
> When the Chat feature of Linphone is used on IOS7, it seems that the
> picture button is disabled by default. I try to enable the picture button
> from the source and rebuild the app.
>
> The picture button is enabled after the app is rebuilt with both the
> "Camera" and "Photo Library" accessible. However, photo taken from the
> camera or photo from the photo library cannot be transfer to the chat
> contact. I got the error "Transfer Error.. Cannot transfer file to the
> remote contact"
>
> The Chat feature of Linphone on Android seems ok for both text and
> picture. Can anyone help to explain?
>
> Regards
> kkp2744
>
> ___
> 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


Re: [Linphone-users] Cannot authenticate after changing password

2014-04-22 Thread Guillaume Beraudo
Hello,

Thank you for notifying us.
There is a password cache; you need to wait for 1800s before a password
change is taken into account.

That is really too much indeed.

We will diminish the value during next restart of the server.


Regards,

Guillaume


On Sat, Apr 19, 2014 at 01:02:24AM -0400, Tudor Protopopescu wrote:
> Hello, 
> 
> I have encountered a problem with with authentication. I changed the password 
> on my sip.linphone.org account, and now I receive multiple authentication 
> requests all of which return an authentication failure message. The password 
> I am using is correct; I can log into the account online, and I typed it 
> correctly as evidenced by its appearance in the .linphonerc file. I can 
> receive calls on the `unauthenticated' account, but not make them, and the 
> call is dropped with an authentication failure message when I try to enable 
> video in this account.
> 
> I would be very appreciative for any pointers on how to resolve this.
> 
> Regards,
> Tudor
> 
> ___
> 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


Re: [Linphone-users] iPhone 5 does not receive incoming calls when the phone is on 'sleep' mode

2014-04-18 Thread BIENKOWSKI Guillaume
Hello,

This is probably due to you not using a linphone account AND using UDP for
your connection to the SIP server.
The push notifications are only supported for
sip.linphone.orgregistrations, because only us have the authorization
(apple-issued
certificates) to send push to the iOS app. So any external SIP server won't
be able to use the push.
Also, the UDP socket is killed as soon as the device puts the app in
background, so you can't receive any call. This is a limitation of iOS.

The optimal settings would be to use a TCP or TLS socket to connect to your
SIP provider .
Also, I strongly advise you not to kill the application manually (in the
iOS task manager). This prevents the app from restarting to refresh its
VOIP socket.

So, TL;DR:
- enable background mode and autoboot
- switch to TCP or TLS
- you can disable push if you're not using sip.linphone.org
- don't manually kill your app

Cheers,


*Guillaume BIENKOWSKI*

*http://www.belledonne-communications.com/
<http://www.belledonne-communications.com/>*

* sip:g...@sip.linphone.org *


On Thu, Apr 17, 2014 at 8:37 PM, Mano Chandra Dhas
wrote:

> I set up the latest version of LinPhone on my iPhone 5.  While I am able
> to make outgoing calls without a problem, I find that I cannot receive call
> if the IPhone is one sleep mode.  Your 'Push' option does not seem to work.
>  When I look at my 'Dashboard' on the CallCentric Website (SIP Provider), I
> notice that my iPhone is not registered when it is on sleep mode.
>
> I will greatly appreciate your assistance to resolve the issue.
>
> Regards,
>
>
>
> *Mano*
>
>
> *Mano Chandra Dhas*
>
> *Gerente General*
>
> Tel: +571 476 0980
>
> Cel. +57 320 492 5300
>
> EMail: m...@coromandel-sas.com
>
> Carrera 8A No. 151-71, Apto 303, Torres de Cedro Plaza, Bogotá DC, Colombia
>
> *www.coromandel-sas.com <http://www.coromandel-sas.com> *
>
> [image: Skype] Mano Chandra Dhas [image: 
> Twitter]<https://twitter.com/CoromandelSAS>
>  [image: LinkedIn] <http://www.linkedin.com/company/coromandel-sas/> [image:
> Facebook] <https://www.facebook.com/CoromandelSAS>
>
> Este correo electrónico contiene información confidencial de Coromandel
> SAS. La finalidad de esta información es que sea usada por el/los
> individuo(s) o la entidad a quien va dirigida. Si la información no debía
> haberle llegado a usted, por favor tenga en cuenta que esta prohibido
> cualquier revelación, copia, distribución, o uso de su contenido. Si usted
> ha recibido este correo electrónico por error, por favor notifíquenos
> inmediatamente ya sea por teléfono o correo electrónico (a los números o
> dirección antes anotada) La actividad y uso del sistema de correo
> electrónico de Coromandel SAS. puede ser monitoreado a fin de asegurar su
> efectividad operacional y para otros propósitos de orden legal del negocio.
> La comunicaciones que se transmitan usando este sistema también pueden ser
> monitoreadas y gravadas para asegurar su efectividad operacional y para
> fines de orden legal del negocio. Teléfono +57 1 4760980
>
> This electronic message contains information from Coromandel SAS, which
> may be privileged or confidential. The information is intended to be for
> the use of the individual(s) or entity named above. If you are not the
> intended recipient, be aware that any disclosure, copying, distribution or
> use of the contents of this information is prohibited. If you have received
> this electronic message by error, please notify us by telephone or email
> (to the numbers or address above) immediately. Activity and use of the
> Coromandel SAS e-mail system could be monitored to secure its effective
> operation and for other lawful business purposes. Communications using this
> system also could be monitored and may be recorded to secure effective
> operation and for other lawful business purposes. Telephone: +57 1 4760980
>
>
> ___
> 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


Re: [Linphone-users] No video on ios 7 , iphone 4

2014-04-17 Thread BIENKOWSKI Guillaume
Hello Ramon,

Logs will be very helpful, yes.

You can retrieve the logs from XCode if you have it on a Mac, or through
the iPhone Configuration Utility if you don't have XCode or if you're under
Windows.
Mac: http://support.apple.com/kb/DL1465
Windows: http://support.apple.com/kb/dl1466

These will help us tell why you don't have video (don't forget to enable
debug mode -- but I think you already did).

Cheers,




*Guillaume BIENKOWSKI*

*http://www.belledonne-communications.com/
<http://www.belledonne-communications.com/>*

* sip:g...@sip.linphone.org *


On Thu, Apr 17, 2014 at 2:10 PM,  wrote:

> Hello,
>
> I'm new to sip.  I have installed linphone on my android tablet and ubuntu
> desktop. Video calls on my home wifi between android and ubuntu work no
> problem.  Audio works OK on iphone, however I am not getting any video
> (neither inbound nor outbound).  I could post the debug console log if I
> knew how to copy it.  (Clearing the log would also be nice btw).
> I was able to get a video call to work on my iphone using Zoiper (another
> sip video client).
>
> My relevant ios settings are:
> Outbound proxy on
> Enable video on
> Automatically start video
> Automatically accept video
> Show self view
> Preferred video size 320x240
> Codec =VP8
> Stun server stun.linphone.org
> ICE on
> Random Port Off
> Port 5060
> Audio Port 7076
> Video Port 9078
> Transport TLS
>
> Any ideas on why video on my iphone 4 isn't working?
>
>
> ___
> 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


Re: [Linphone-users] Fwd: Install belle-sip on raspberry-pi error

2014-04-10 Thread BIENKOWSKI Guillaume
Try with make CFLAGS="-Wno-error".


*Guillaume BIENKOWSKI*

*http://www.belledonne-communications.com/
<http://www.belledonne-communications.com/>*

* sip:g...@sip.linphone.org *


On Thu, Apr 10, 2014 at 12:29 PM, Diogo Leite wrote:

> Hello,
>
> I solved the problem with bellesip doing in ubuntu ./autogen.sh
> ./configure and make and I copied the folder to the pi and then I done on
> pi ./autogen.sh ./configure and make and it worked.
>
> Now when I try to do make to linphone I get this error:
>
> Making all in src
> make[4]: Entering directory `/home/pi/linphone/mediastreamer2/src'
> if test -d ../.git ; then \
>  /bin/echo -n "#define GIT_VERSION " > gitversion.h.tmp &&\
> /bin/echo \"`cd .. && git describe --always`\" >> gitversion.h.tmp &&\
>  if test "`cat gitversion.h.tmp`" != "`cat ./gitversion.h`" ; then \
> cp -f gitversion.h.tmp ./gitversion.h ; \
>  fi \
> && rm -f gitversion.h.tmp ;\
> fi
> if ! test -f ./gitversion.h ; then \
> /bin/echo -n "#define GIT_VERSION \"unknown\" " > ./gitversion.h ;\
> fi
> make  all-am
> make[5]: Entering directory `/home/pi/linphone/mediastreamer2/src'
> if test -d ../.git ; then \
> /bin/echo -n "#define GIT_VERSION " > gitversion.h.tmp &&\
>  /bin/echo \"`cd .. && git describe --always`\" >> gitversion.h.tmp &&\
> if test "`cat gitversion.h.tmp`" != "`cat ./gitversion.h`" ; then \
>  cp -f gitversion.h.tmp ./gitversion.h ; \
> fi \
> && rm -f gitversion.h.tmp ;\
>  fi
> if ! test -f ./gitversion.h ; then \
> /bin/echo -n "#define GIT_VERSION \"unknown\" " > ./gitversion.h ;\
>  fi
>   CC voip/msvideo_neon.lo
> voip/msvideo_neon.c:382:13: error: 'reverse_and_down_scale_32bytes_neon'
> defined but not used [-Werror=unused-function]
> voip/msvideo_neon.c:401:13: error: 'reverse_16bytes_neon' defined but not
> used [-Werror=unused-function]
> voip/msvideo_neon.c:420:13: error: 'deinterlace_and_reverse_2x8bytes_neon'
> defined but not used [-Werror=unused-function]
> voip/msvideo_neon.c:439:13: error:
> 'deinterlace_down_scale_and_reverse_2x16bytes_neon' defined but not used
> [-Werror=unused-function]
> cc1: all warnings being treated as errors
> make[5]: *** [voip/msvideo_neon.lo] Error 1
> make[5]: Leaving directory `/home/pi/linphone/mediastreamer2/src'
> make[4]: *** [all] Error 2
> make[4]: Leaving directory `/home/pi/linphone/mediastreamer2/src'
> make[3]: *** [all-recursive] Error 1
> make[3]: Leaving directory `/home/pi/linphone/mediastreamer2'
> make[2]: *** [all] Error 2
> make[2]: Leaving directory `/home/pi/linphone/mediastreamer2'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/pi/linphone'
> make: *** [all] Error 2
>
>
> Any solution for this?
>
> Thank you
>
>
>
> 2014-04-09 16:30 GMT+01:00 BIENKOWSKI Guillaume <
> guillaume.bienkow...@belledonne-communications.com>:
>
> Actually I believe you have to issue a make under your Ubuntu to prepare
>> the C files.
>> No need to finish the compilation; once the g files have been processed
>> you can stop the compilation, and copy the generated files on your Pi.
>>
>> *Guillaume BIENKOWSKI*
>>
>> *http://www.belledonne-communications.com/
>> <http://www.belledonne-communications.com/> *
>>
>> *sip:g...@sip.linphone.org *
>>
>>
>> On Wed, Apr 9, 2014 at 5:25 PM, Diogo Leite wrote:
>>
>>> Still not working I use ubuntu and works and I copied to the pi after
>>> doing ./autogen.sh and ./configure and on pi I done make but gave the same
>>> error:
>>>
>>> Makefile:661: warning: overriding commands for target `.NOTPARALLEL'
>>> Makefile:655: warning: ignoring old commands for target `.NOTPARALLEL'
>>> /usr/bin/antlr3  -make -Xmultithreaded  -fo  . ./belle_sip_message.g
>>> two-threaded DFA conversion
>>> warning(200): ./belle_sip_message.g:1147:8: Decision can match input
>>> such as "CRLF" using multiple alternatives: 1, 2
>>> As a result, alternative(s) 2 were disabled for that input
>>> warning(200): ./belle_sip_message.g:1147:8: Decision can match input
>>> such as "SP" using multiple alternatives: 1, 2
>>>
>>>
>>> java -version on pi:
>>> java version "1.7.0_25"
>>> OpenJDK Runtime Environment (IcedTea 2.3.10) (7u25-2.3.10-1~deb7u1+rpi1)
>>> OpenJDK Zero VM (build 22.0-b10, mixed

Re: [Linphone-users] Fwd: Install belle-sip on raspberry-pi error

2014-04-09 Thread Guillaume Beraudo
Hi,

It is surprising that make tries to generate again the files.
Did the gneeration worked in Ubuntu?

If yes, try to comment the calls to antlr in (on your PI)
src/grammars/Makefile.am


Guillaume Beraudo

On Wed, Apr 09, 2014 at 04:25:20PM +0100, Diogo Leite wrote:
> Still not working I use ubuntu and works and I copied to the pi after doing
> ./autogen.sh and ./configure and on pi I done make but gave the same error:
> 
> Makefile:661: warning: overriding commands for target `.NOTPARALLEL'
> Makefile:655: warning: ignoring old commands for target `.NOTPARALLEL'
> /usr/bin/antlr3  -make -Xmultithreaded  -fo  . ./belle_sip_message.g
> two-threaded DFA conversion
> warning(200): ./belle_sip_message.g:1147:8: Decision can match input such
> as "CRLF" using multiple alternatives: 1, 2
> As a result, alternative(s) 2 were disabled for that input
> warning(200): ./belle_sip_message.g:1147:8: Decision can match input such
> as "SP" using multiple alternatives: 1, 2
> 
> 
> java -version on pi:
> java version "1.7.0_25"
> OpenJDK Runtime Environment (IcedTea 2.3.10) (7u25-2.3.10-1~deb7u1+rpi1)
> OpenJDK Zero VM (build 22.0-b10, mixed mode)
> 
> 
> 2014-04-09 15:43 GMT+01:00 Guillaume Beraudo  >:
> 
> > Hi,
> >
> > I guess you are doing all this on your PI.
> > As a consequence, you need a JVM running on the PI since you need to
> > have some C files generated from the .g files.
> >
> > However, you may do on a PC
> > git clone, ./autogen.sh,  ./configure
> >
> > Then copy the result to you PI and do on the PI:
> > ./configure -> make -> sudo make install
> >
> >
> >
> > Anyway, if you have the openjdk on PI it works great:
> > java version "1.7.0_51"
> > OpenJDK Runtime Environment (IcedTea 2.4.6) (7u51-2.4.6-1)
> > OpenJDK 64-Bit Server VM (build 24.51-b03, mixed mode)
> >
> >
> >
> > On Wed, Apr 09, 2014 at 03:27:59PM +0100, Diogo Leite wrote:
> > > you can explain a little more please. Because now I not understand what I
> > > need to do to correct this problem.
> > >
> > > The steps I do after clone git are: ./autogen.sh -> ./configure -> make
> > ->
> > > sudo make install
> > >
> > > Thank you for your help.
> > >
> > >
> > > 2014-04-09 15:11 GMT+01:00 Guillaume Beraudo <
> > guillaume.bera...@linphone.org
> > > >:
> > >
> > > > Hi,
> > > >
> > > >
> > > > Java is only required to generate some files before the compilation of
> > > > belle-sip. You may  generate these files on your main computer and copy
> > > > them to your PI.
> > > >
> > > >
> > > > Guillaume Beraudo
> > > >
> > > >
> > > > On Wed, Apr 09, 2014 at 03:02:54PM +0100, Diogo Leite wrote:
> > > > > I tried to install but I don't know if I installed the correct
> > package. I
> > > > > only found this package:
> > > > > - jvm-7-avian-jre
> > > > >
> > > > > I already tried to remove gcj too.
> > > > >
> > > > > I still have the same error when I do make.
> > > > >
> > > > >
> > > > > 2014-04-09 13:19 GMT+01:00 BIENKOWSKI Guillaume <
> > > > > guillaume.bienkow...@belledonne-communications.com>:
> > > > >
> > > > > > Hello Diogo,
> > > > > >
> > > > > > We found that using the GCJ java virtual machine produces these
> > errors,
> > > > > > whereas using the Oracle version goes flawlessly...
> > > > > > I suggest trying to install the Oracle JVM and update your
> > > > alternatives,
> > > > > > and retry.
> > > > > >
> > > > > > Cheers,
> > > > > >
> > > > > > *Guillaume BIENKOWSKI*
> > > > > >
> > > > > > *http://www.belledonne-communications.com/
> > > > > > <http://www.belledonne-communications.com/> *
> > > > > >
> > > > > > *sip:g...@sip.linphone.org *
> > > > > >
> > > > > >
> > > > > > On Wed, Apr 9, 2014 at 12:54 PM, Diogo Leite <
> > dram.iron.b...@gmail.com
> > > > >wrote:
> > > > > >
> > > > > >> Hello,
> > > > > >>
> > > > > >> when I execute make on raspberry-pi t

Re: [Linphone-users] Fwd: Install belle-sip on raspberry-pi error

2014-04-09 Thread BIENKOWSKI Guillaume
Actually I believe you have to issue a make under your Ubuntu to prepare
the C files.
No need to finish the compilation; once the g files have been processed you
can stop the compilation, and copy the generated files on your Pi.

*Guillaume BIENKOWSKI*

*http://www.belledonne-communications.com/
<http://www.belledonne-communications.com/> *

*sip:g...@sip.linphone.org *


On Wed, Apr 9, 2014 at 5:25 PM, Diogo Leite wrote:

> Still not working I use ubuntu and works and I copied to the pi after
> doing ./autogen.sh and ./configure and on pi I done make but gave the same
> error:
>
> Makefile:661: warning: overriding commands for target `.NOTPARALLEL'
> Makefile:655: warning: ignoring old commands for target `.NOTPARALLEL'
> /usr/bin/antlr3  -make -Xmultithreaded  -fo  . ./belle_sip_message.g
> two-threaded DFA conversion
> warning(200): ./belle_sip_message.g:1147:8: Decision can match input such
> as "CRLF" using multiple alternatives: 1, 2
> As a result, alternative(s) 2 were disabled for that input
> warning(200): ./belle_sip_message.g:1147:8: Decision can match input such
> as "SP" using multiple alternatives: 1, 2
>
>
> java -version on pi:
> java version "1.7.0_25"
> OpenJDK Runtime Environment (IcedTea 2.3.10) (7u25-2.3.10-1~deb7u1+rpi1)
> OpenJDK Zero VM (build 22.0-b10, mixed mode)
>
>
> 2014-04-09 15:43 GMT+01:00 Guillaume Beraudo <
> guillaume.bera...@linphone.org>:
>
> Hi,
>>
>> I guess you are doing all this on your PI.
>> As a consequence, you need a JVM running on the PI since you need to
>> have some C files generated from the .g files.
>>
>> However, you may do on a PC
>> git clone, ./autogen.sh,  ./configure
>>
>> Then copy the result to you PI and do on the PI:
>> ./configure -> make -> sudo make install
>>
>>
>>
>> Anyway, if you have the openjdk on PI it works great:
>> java version "1.7.0_51"
>> OpenJDK Runtime Environment (IcedTea 2.4.6) (7u51-2.4.6-1)
>> OpenJDK 64-Bit Server VM (build 24.51-b03, mixed mode)
>>
>>
>>
>> On Wed, Apr 09, 2014 at 03:27:59PM +0100, Diogo Leite wrote:
>> > you can explain a little more please. Because now I not understand what
>> I
>> > need to do to correct this problem.
>> >
>> > The steps I do after clone git are: ./autogen.sh -> ./configure -> make
>> ->
>> > sudo make install
>> >
>> > Thank you for your help.
>> >
>> >
>> > 2014-04-09 15:11 GMT+01:00 Guillaume Beraudo <
>> guillaume.bera...@linphone.org
>> > >:
>> >
>> > > Hi,
>> > >
>> > >
>> > > Java is only required to generate some files before the compilation of
>> > > belle-sip. You may  generate these files on your main computer and
>> copy
>> > > them to your PI.
>> > >
>> > >
>> > > Guillaume Beraudo
>> > >
>> > >
>> > > On Wed, Apr 09, 2014 at 03:02:54PM +0100, Diogo Leite wrote:
>> > > > I tried to install but I don't know if I installed the correct
>> package. I
>> > > > only found this package:
>> > > > - jvm-7-avian-jre
>> > > >
>> > > > I already tried to remove gcj too.
>> > > >
>> > > > I still have the same error when I do make.
>> > > >
>> > > >
>> > > > 2014-04-09 13:19 GMT+01:00 BIENKOWSKI Guillaume <
>> > > > guillaume.bienkow...@belledonne-communications.com>:
>> > > >
>> > > > > Hello Diogo,
>> > > > >
>> > > > > We found that using the GCJ java virtual machine produces these
>> errors,
>> > > > > whereas using the Oracle version goes flawlessly...
>> > > > > I suggest trying to install the Oracle JVM and update your
>> > > alternatives,
>> > > > > and retry.
>> > > > >
>> > > > > Cheers,
>> > > > >
>> > > > > *Guillaume BIENKOWSKI*
>> > > > >
>> > > > > *http://www.belledonne-communications.com/
>> > > > > <http://www.belledonne-communications.com/> *
>> > > > >
>> > > > > *sip:g...@sip.linphone.org *
>> > > > >
>> > > > >
>> > > > > On Wed, Apr 9, 2014 at 12:54 PM, Diogo Leite <
>> dram.iron.b...@gmail.com
>> > > >wrote:
>> > > > >
>> &g

Re: [Linphone-users] Fwd: Install belle-sip on raspberry-pi error

2014-04-09 Thread Guillaume Beraudo
Hi,

I guess you are doing all this on your PI.
As a consequence, you need a JVM running on the PI since you need to
have some C files generated from the .g files.

However, you may do on a PC
git clone, ./autogen.sh,  ./configure

Then copy the result to you PI and do on the PI:
./configure -> make -> sudo make install



Anyway, if you have the openjdk on PI it works great:
java version "1.7.0_51" 


   
OpenJDK Runtime Environment (IcedTea 2.4.6) (7u51-2.4.6-1)  


   
OpenJDK 64-Bit Server VM (build 24.51-b03, mixed mode)   



On Wed, Apr 09, 2014 at 03:27:59PM +0100, Diogo Leite wrote:
> you can explain a little more please. Because now I not understand what I
> need to do to correct this problem.
> 
> The steps I do after clone git are: ./autogen.sh -> ./configure -> make ->
> sudo make install
> 
> Thank you for your help.
> 
> 
> 2014-04-09 15:11 GMT+01:00 Guillaume Beraudo  >:
> 
> > Hi,
> >
> >
> > Java is only required to generate some files before the compilation of
> > belle-sip. You may  generate these files on your main computer and copy
> > them to your PI.
> >
> >
> > Guillaume Beraudo
> >
> >
> > On Wed, Apr 09, 2014 at 03:02:54PM +0100, Diogo Leite wrote:
> > > I tried to install but I don't know if I installed the correct package. I
> > > only found this package:
> > > - jvm-7-avian-jre
> > >
> > > I already tried to remove gcj too.
> > >
> > > I still have the same error when I do make.
> > >
> > >
> > > 2014-04-09 13:19 GMT+01:00 BIENKOWSKI Guillaume <
> > > guillaume.bienkow...@belledonne-communications.com>:
> > >
> > > > Hello Diogo,
> > > >
> > > > We found that using the GCJ java virtual machine produces these errors,
> > > > whereas using the Oracle version goes flawlessly...
> > > > I suggest trying to install the Oracle JVM and update your
> > alternatives,
> > > > and retry.
> > > >
> > > > Cheers,
> > > >
> > > > *Guillaume BIENKOWSKI*
> > > >
> > > > *http://www.belledonne-communications.com/
> > > > <http://www.belledonne-communications.com/> *
> > > >
> > > > *sip:g...@sip.linphone.org *
> > > >
> > > >
> > > > On Wed, Apr 9, 2014 at 12:54 PM, Diogo Leite  > >wrote:
> > > >
> > > >> Hello,
> > > >>
> > > >> when I execute make on raspberry-pi to install belle-sip I get this
> > error:
> > > >>
> > > >>
> > > >>
> > > >>
> > > >>  Makefile:574: warning: overriding commands for target `.NOTPARALLEL'
> > > >> Makefile:568: warning: ignoring old commands for target `.NOTPARALLEL'
> > > >> /usr/bin/antlr3  -make -Xmultithreaded  -fo  . ./belle_sip_message.g
> > > >> two-threaded DFA conversion
> > > >> warning(200): ./belle_sip_message.g:1147:8: Decision can match input
> > such
> > > >> as "CRLF" using multiple alternatives: 1, 2
> > > >> As a result, alternative(s) 2 were disabled for that input
> > > >> warning(200): ./belle_sip_message.g:1147:8: Decision can match input
> > such
> > > >> as "SP" using multiple alternatives: 1, 2
> > > >> As a result, alternative(s) 2 were disabled for that input
> > > >> warning(200): ./belle_sip_message.g:1419:42: Decision can match input
> > > >> such as "SP" using multiple alternatives: 1, 2, 3
> > > >> As a result, alternative(s) 3,2 were disabled for that input
> > > >> warning(200): ./belle_sip_message.g:1419:42: Decision can match input
> > > >> such as "SEMI" using multiple alternatives: 1, 2
> > > >> As a result, alternative(s) 2 were disabled for that input
> > > >> warning(200): ./belle_sip_message.g:1419:42: Decision can match input
> > > >> such as "CRLF" using multiple alternatives: 1

Re: [Linphone-users] Fwd: Install belle-sip on raspberry-pi error

2014-04-09 Thread Guillaume Beraudo
Hi,


Java is only required to generate some files before the compilation of
belle-sip. You may  generate these files on your main computer and copy
them to your PI.


Guillaume Beraudo


On Wed, Apr 09, 2014 at 03:02:54PM +0100, Diogo Leite wrote:
> I tried to install but I don't know if I installed the correct package. I
> only found this package:
> - jvm-7-avian-jre
> 
> I already tried to remove gcj too.
> 
> I still have the same error when I do make.
> 
> 
> 2014-04-09 13:19 GMT+01:00 BIENKOWSKI Guillaume <
> guillaume.bienkow...@belledonne-communications.com>:
> 
> > Hello Diogo,
> >
> > We found that using the GCJ java virtual machine produces these errors,
> > whereas using the Oracle version goes flawlessly...
> > I suggest trying to install the Oracle JVM and update your alternatives,
> > and retry.
> >
> > Cheers,
> >
> > *Guillaume BIENKOWSKI*
> >
> > *http://www.belledonne-communications.com/
> > <http://www.belledonne-communications.com/> *
> >
> > *sip:g...@sip.linphone.org *
> >
> >
> > On Wed, Apr 9, 2014 at 12:54 PM, Diogo Leite 
> > wrote:
> >
> >> Hello,
> >>
> >> when I execute make on raspberry-pi to install belle-sip I get this error:
> >>
> >>
> >>
> >>
> >>  Makefile:574: warning: overriding commands for target `.NOTPARALLEL'
> >> Makefile:568: warning: ignoring old commands for target `.NOTPARALLEL'
> >> /usr/bin/antlr3  -make -Xmultithreaded  -fo  . ./belle_sip_message.g
> >> two-threaded DFA conversion
> >> warning(200): ./belle_sip_message.g:1147:8: Decision can match input such
> >> as "CRLF" using multiple alternatives: 1, 2
> >> As a result, alternative(s) 2 were disabled for that input
> >> warning(200): ./belle_sip_message.g:1147:8: Decision can match input such
> >> as "SP" using multiple alternatives: 1, 2
> >> As a result, alternative(s) 2 were disabled for that input
> >> warning(200): ./belle_sip_message.g:1419:42: Decision can match input
> >> such as "SP" using multiple alternatives: 1, 2, 3
> >> As a result, alternative(s) 3,2 were disabled for that input
> >> warning(200): ./belle_sip_message.g:1419:42: Decision can match input
> >> such as "SEMI" using multiple alternatives: 1, 2
> >> As a result, alternative(s) 2 were disabled for that input
> >> warning(200): ./belle_sip_message.g:1419:42: Decision can match input
> >> such as "CRLF" using multiple alternatives: 1, 2, 3
> >> As a result, alternative(s) 3,2 were disabled for that input
> >> error(201): ./belle_sip_message.g:1419:42: The following alternatives can
> >> never be matched: 2
> >>
> >> warning(205): ./belle_sip_message.g:454:3: ANTLR could not analyze this
> >> decision in rule dig_resp; often this is because of recursive rule
> >> references visible from the left edge of alternatives.  ANTLR will
> >> re-analyze the decision with a fixed lookahead of k=1.  Consider using
> >> "options {k=1;}" for that decision and possibly adding a syntactic
> >> predicate.
> >> error(10):  internal error:
> >> org.antlr.tool.Grammar.createLookaheadDFA(Grammar.java:1279): could not
> >> even do k=1 for decision 32; reason: timed out (>1000ms)
> >>
> >> 
> >>
> >> error(10):  internal error: ./belle_sip_message.g :
> >> java.lang.NullPointerException:
> >>
> >> org.antlr.analysis.DFAOptimizer.optimizeExitBranches(DFAOptimizer.java:185)
> >> org.antlr.analysis.DFAOptimizer.optimize(DFAOptimizer.java:164)
> >> org.antlr.analysis.DFAOptimizer.optimize(DFAOptimizer.java:143)
> >> org.antlr.codegen.CodeGenerator.genRecognizer(CodeGenerator.java:314)
> >> org.antlr.Tool.generateRecognizer(Tool.java:641)
> >> org.antlr.Tool.process(Tool.java:454)
> >> org.antlr.Tool.main(Tool.java:91)
> >> make[3]: *** [belle_sip_messageParser.c] Error 1
> >> make[3]: Leaving directory `/home/pi/belle-sip-1.3.0/src/grammars'
> >> make[2]: *** [all-recursive] Error 1
> >> make[2]: Leaving directory `/home/pi/belle-sip-1.3.0/src'
> >> make[1]: *** [all-recursive] Error 1
> >> make[1]: Leaving directory `/home/pi/belle-sip-1.3.0'
> >> make: *** [all] Error 2
> >>
> >>
> >> Antlr version:
> >> antlr3 - version 3.2-7
> >>
> >>
> >>
> >> How I can install belle-sip on raspberry-pi?
> >>
> >> Thank you
> >>
> >>
> >> ___
> >> 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 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


Re: [Linphone-users] Fwd: Install belle-sip on raspberry-pi error

2014-04-09 Thread BIENKOWSKI Guillaume
Hello Diogo,

We found that using the GCJ java virtual machine produces these errors,
whereas using the Oracle version goes flawlessly...
I suggest trying to install the Oracle JVM and update your alternatives,
and retry.

Cheers,

*Guillaume BIENKOWSKI*

*http://www.belledonne-communications.com/
<http://www.belledonne-communications.com/> *

*sip:g...@sip.linphone.org *


On Wed, Apr 9, 2014 at 12:54 PM, Diogo Leite wrote:

> Hello,
>
> when I execute make on raspberry-pi to install belle-sip I get this error:
>
>
>
>
>  Makefile:574: warning: overriding commands for target `.NOTPARALLEL'
> Makefile:568: warning: ignoring old commands for target `.NOTPARALLEL'
> /usr/bin/antlr3  -make -Xmultithreaded  -fo  . ./belle_sip_message.g
> two-threaded DFA conversion
> warning(200): ./belle_sip_message.g:1147:8: Decision can match input such
> as "CRLF" using multiple alternatives: 1, 2
> As a result, alternative(s) 2 were disabled for that input
> warning(200): ./belle_sip_message.g:1147:8: Decision can match input such
> as "SP" using multiple alternatives: 1, 2
> As a result, alternative(s) 2 were disabled for that input
> warning(200): ./belle_sip_message.g:1419:42: Decision can match input such
> as "SP" using multiple alternatives: 1, 2, 3
> As a result, alternative(s) 3,2 were disabled for that input
> warning(200): ./belle_sip_message.g:1419:42: Decision can match input such
> as "SEMI" using multiple alternatives: 1, 2
> As a result, alternative(s) 2 were disabled for that input
> warning(200): ./belle_sip_message.g:1419:42: Decision can match input such
> as "CRLF" using multiple alternatives: 1, 2, 3
> As a result, alternative(s) 3,2 were disabled for that input
> error(201): ./belle_sip_message.g:1419:42: The following alternatives can
> never be matched: 2
>
> warning(205): ./belle_sip_message.g:454:3: ANTLR could not analyze this
> decision in rule dig_resp; often this is because of recursive rule
> references visible from the left edge of alternatives.  ANTLR will
> re-analyze the decision with a fixed lookahead of k=1.  Consider using
> "options {k=1;}" for that decision and possibly adding a syntactic
> predicate.
> error(10):  internal error:
> org.antlr.tool.Grammar.createLookaheadDFA(Grammar.java:1279): could not
> even do k=1 for decision 32; reason: timed out (>1000ms)
>
> 
>
> error(10):  internal error: ./belle_sip_message.g :
> java.lang.NullPointerException:
> org.antlr.analysis.DFAOptimizer.optimizeExitBranches(DFAOptimizer.java:185)
> org.antlr.analysis.DFAOptimizer.optimize(DFAOptimizer.java:164)
> org.antlr.analysis.DFAOptimizer.optimize(DFAOptimizer.java:143)
> org.antlr.codegen.CodeGenerator.genRecognizer(CodeGenerator.java:314)
> org.antlr.Tool.generateRecognizer(Tool.java:641)
> org.antlr.Tool.process(Tool.java:454)
> org.antlr.Tool.main(Tool.java:91)
> make[3]: *** [belle_sip_messageParser.c] Error 1
> make[3]: Leaving directory `/home/pi/belle-sip-1.3.0/src/grammars'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/home/pi/belle-sip-1.3.0/src'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/pi/belle-sip-1.3.0'
> make: *** [all] Error 2
>
>
> Antlr version:
> antlr3 - version 3.2-7
>
>
>
> How I can install belle-sip on raspberry-pi?
>
> Thank you
>
>
> ___
> 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


Re: [Linphone-users] change the port

2014-04-04 Thread Guillaume Beraudo
Hello,

Indeed you can reach sip.linphone.org on other ports:
- SIP: 5060, 5228
- SIPS: 5061, 5223, 587.

Better use SIPS to prevent your router or provider to mess with your
messages.


Guillaume


On Fri, Apr 04, 2014 at 09:16:26AM +0200, 4bt2...@orange.es wrote:
> Hello,
> 
> Is there a way to change the port configuration to connect to 
> sip.linphone.org ?
> 
> Indeed, come ISP providers block ports to prevent the use of SIP sytems 
> (strangely, Skype is not affeted by that).
> 
> For example, from my SIP internet binding in Belgium and in Spain i cannot 
> connect neither to sip.linphone.org meither to sip.ekiga.net. From Belgium, 
> sip.ekiga.net is well reachable.
> 
> This theme occurs to me because of, recently, i configured emails pop and 
> smtp  
> servers thru my own web page hosted in Europe : from Belgium i could not 
> connect transmit any other server than the one of the ISP provider.
> 
> My hosting company provided the solution : change the prot when configuring 
> Your mail : done, now i can mail thru my own server from everywhere.
> 
> Is it not the same that applies when i receive the message that indicates a 
> failure to register on : no answer ??
> 
> BRgds to all
> 
> 
> ___
> 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


Re: [Linphone-users] Incoming call notification

2014-04-04 Thread Guillaume Beraudo
Hi,

You also need a notification daemon installed.
With mate: sudo aptitude install mate-notification-daemon 

Test with 'notify-send "Hi there!"'.

Then you will get the notifications on incoming calls and messages.
On featureful systems like mate or gnome2 you get buttons for directly
answering or rejecting calls.

Guillaume


On Thu, Apr 03, 2014 at 09:22:24PM -0400, A A wrote:
> Hi all,
> 
> Currently, linphone notifies the user of an incoming call through sound and
> a flashing tray icon. I was curious whether there are options available to
> have a popup notification to inform the user. This would be useful for
> users such as myself who usually mute their computers.
> 
> Best,

> ___
> 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


Re: [Linphone-users] Incoming call notification

2014-04-04 Thread Guillaume Beraudo
Hi,

Have you tried to compile with libnotify headers?


Guillaume

On Thu, Apr 03, 2014 at 09:22:24PM -0400, A A wrote:
> Hi all,
> 
> Currently, linphone notifies the user of an incoming call through sound and
> a flashing tray icon. I was curious whether there are options available to
> have a popup notification to inform the user. This would be useful for
> users such as myself who usually mute their computers.
> 
> Best,

> ___
> 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


Re: [Linphone-users] Linphone on Blackberry 9000 OS 5

2014-03-24 Thread Guillaume Beraudo
Hi,


Unfortunately, we discontinued development and support for Blackberry OS
prior to BB10.

You may try enabling/accessing logs to find out what is really
happening.


Good luck,

Guillaume Beraudo


On Sat, Mar 22, 2014 at 11:36:32AM +0100, Jürgen Dauter wrote:
> Hello,
> 
> I have installed the Linphone for Blackberry Version 1.0.0 from this link:
> 
> _http://download.savannah.gnu.org/releases/linphone/blackberry/jlinphone-1.0.0/5.0.0/jlinphone.jad_
> 
> 
> It was able to install it on my BB9000 with OS 5 and I configured the client
> with my Linphone Username and Password, Domain: sip.linphone.org and Proxy:
> sip.linphone.org.
> 
> But when I start Linphone, the whole time I see the message: Linphone
> Registration in progress.
> Calls are not possible.
> 
> Could you help me to get it in function?
> 
> Best Regards
> 
> Juergen
> 

> ___
> 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


Re: [Linphone-users] linphonecsh init not working

2014-03-10 Thread BIENKOWSKI Guillaume
Hello,

Could you try launching linphonec (not linphonecsh) from the command line
to see if it launches correctly?

Regards,

*Guillaume BIENKOWSKI*

*http://www.belledonne-communications.com/
<http://www.belledonne-communications.com/> *

*sip:g...@sip.linphone.org *


On Sun, Mar 9, 2014 at 9:46 PM, William Mitchell Jr wrote:

> Hi,
>
> When I run:
> linphonecsh init
> either as root or non-root
> all subsequent linphonecsh commands return:
>
> ERROR:  Failed to connect to pipe:  No such file or directory
>
> and there is no linphonecsh process running
> confirmed by:
> ps aux | grep linphone
>
> Debian/Sid x86
>
> William
>
>
> ___
> 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


Re: [Linphone-users] iphone TLS CA cert not trusted

2014-02-26 Thread BIENKOWSKI Guillaume
Hello,

We use the root CA provided by mozilla, which we include in our application
and Linphone SDK.
You can change it yourself in the XCode project, look for the rootca.pem
file.

*Guillaume BIENKOWSKI*

*http://www.belledonne-communications.com/
<http://www.belledonne-communications.com/> *

*sip:g...@sip.linphone.org *


On Wed, Feb 26, 2014 at 12:49 PM, Ian Hailey  wrote:

> Hi,
>
> I am trying to get Linphone (2.1.2) to work with TLS on an iPhone (iOS
> 7.0.6) together with Asterisk 11.7.0.
>
> In the console log I can see that CA certificate at depth=[1] has
> flags=[not-trusted ]
>
> My question is how does Linphone for iOS manage CA certificates, in my
> case the same CA certificate is installed in the device and happily used
> for email server verification, does Linphone also make use of the native
> certificate framework provided by the underlying iOS?
>
> If not how can I install a CA certificate in the device that Linphone can
> use?
>
> Regards,
>
> Ian.
>
> ___
> 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


Re: [Linphone-users] Problem with Account Assistant on Iphone

2014-02-14 Thread BIENKOWSKI Guillaume
Omer,

If you have access to a Mac with XCode, enable the debug traces in Linphone
Advanced settings, and kill - relaunch the app afterwards, then look in the
Device Organizer's Console while filling out the fields, and send us the
traces from there.
If not, could you send me (to my email) a test account credentials on your
domain to test the problem from our office?
(Belledonne-Communications is the company maintaining Linphone)

Guillaume

*Guillaume BIENKOWSKI*

*http://www.belledonne-communications.com/
<http://www.belledonne-communications.com/> *

*sip:g...@sip.linphone.org *


On Fri, Feb 14, 2014 at 10:56 AM, Omer Tatar  wrote:

>  Hi Guillaume,
>
> thank you for your answer. The app doesn't unlock, it keeps looking and I
> have to kill the app to continue. I have tried to cancel the wizard and go
> the settings to fill out the account fields manually, but no luck. It seems
> that app doesn't store the account infos.
>
> I don't believe it is DNS issue, cause I have entered IP address and port
> in domain. The same account infos are working without problems on Android
> device.
>
> Best,
>
> Omer
>
>
>  On 02/14/2014 10:26 AM, BIENKOWSKI Guillaume wrote:
>
>   Hello Omer,
>
>  Does it unlock at some point or do you have to quit the app to continue?
>  Also, could you try to cancel the Wizard and go to the settings to fill
> out the account fields manually?
>  I'm guessing a DNS issue but I'm not sure.
>
>  Guillaume
>
>  *Guillaume BIENKOWSKI*
>
> *http://www.belledonne-communications.com/
> <http://www.belledonne-communications.com/> *
>
> * sip:g...@sip.linphone.org  *
>
>
> On Fri, Feb 14, 2014 at 9:32 AM, Omer Tatar  wrote:
>
>>  Hi there,
>>
>> I have installed latest version of Linphone for Android (2.2.1.1) on some
>> devices and it is working great. However I have some problems with iOS on
>> iPhone (Linphone version 2.1.2). The problem is with the Account Assistant,
>> it *freezes* when I enter Username, Password and Domain fields (i have
>> some free voip accounts). The values I enter are the same as for Android
>> version. I have tried iPhone 4, iPhone 5 and iPhone 5s (all iOS versions
>> were update to latest). Unlike Android, I have no experience with iOS, and
>> help would be appreciated.
>>
>> Best,
>>
>> Omer
>>
>>
>> ___
>> Linphone-users mailing list
>> Linphone-users@nongnu.org
>> https://lists.nongnu.org/mailman/listinfo/linphone-users
>>
>>
>
>
> ___
> Linphone-users mailing 
> listLinphone-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 mailing list
Linphone-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/linphone-users


Re: [Linphone-users] Problem with Account Assistant on Iphone

2014-02-14 Thread BIENKOWSKI Guillaume
Hello Omer,

Does it unlock at some point or do you have to quit the app to continue?
Also, could you try to cancel the Wizard and go to the settings to fill out
the account fields manually?
I'm guessing a DNS issue but I'm not sure.

Guillaume

*Guillaume BIENKOWSKI*

*http://www.belledonne-communications.com/
<http://www.belledonne-communications.com/>*

* sip:g...@sip.linphone.org *


On Fri, Feb 14, 2014 at 9:32 AM, Omer Tatar  wrote:

>  Hi there,
>
> I have installed latest version of Linphone for Android (2.2.1.1) on some
> devices and it is working great. However I have some problems with iOS on
> iPhone (Linphone version 2.1.2). The problem is with the Account Assistant,
> it *freezes* when I enter Username, Password and Domain fields (i have
> some free voip accounts). The values I enter are the same as for Android
> version. I have tried iPhone 4, iPhone 5 and iPhone 5s (all iOS versions
> were update to latest). Unlike Android, I have no experience with iOS, and
> help would be appreciated.
>
> Best,
>
> Omer
>
>
> ___
> 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


Re: [Linphone-users] Account configuration - route option is ignored

2014-01-31 Thread Guillaume Beraudo
Hi,

You need to set both "server address" and "route".

Guillaume

On Thu, Jan 30, 2014 at 12:46:55PM -0800, Robert Dyck wrote:
> As of Jan 30 I have cloned linphone from git. I want to set up an account 
> with 
> an outgoing proxy. I put my proxy in the optional "route" option of an 
> account. If this is not the proper place for an outgoing proxy or if an 
> outgoing proxy is intentionally unsupported then set me straight. If "route" 
> does indeed refer to OG proxy/fixed route/next hop it appears not to be 
> working. Wireshark shows request going straight to the service provider.
> 
> ___
> 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


Re: [Linphone-users] NO VIDEO in Ubuntu 12.04

2014-01-21 Thread Guillaume Beraudo
Hi,


You may try compiling with --enable-xv.


Guillaume


On Tue, Jan 21, 2014 at 11:29:29AM +0330, mehdi shams wrote:
> thank you Guillaume,
> 
> i have rechecked and both libv4l-dev and libvpx-dev are installed, so to be
> sure i have done the recompile and this time i have added --enable-ffmpeg
> to configure. but still the same problem. oddly i see the first frame of
> webcam picture like still image... (the video device setting is
> /dev/video0).
> the graphics is "VGA compatible controller: Intel Corporation Atom
> Processor D2xxx/N2xxx Integrated Graphics Controller" as per lspci
> and i have installed iobaf/graphics-drivers not in the detail panel of
> ubuntu it shows graphics driver as "Gallium 0.4 on llvmpipe".
> 
> thanks in advance
> 
> 
> On Mon, Jan 20, 2014 at 11:10 AM, Guillaume Beraudo <
> guillaume.bera...@linphone.org> wrote:
> 
> > Hello,
> >
> >
> > Maybe you did not had v4l and vpx headers when compiling?
> >
> > Another point is that glx is broken on nvidia cards with nvidia
> > proprietary driver. Oddly, i works fine with nouveau driver.
> >
> >
> > Cheers,
> >
> > Guillaume
> >
> > On Sat, Jan 18, 2014 at 01:30:51PM +0330, mehdi shams wrote:
> > > Hello,
> > >
> > > I have tried to use linphone (3.6.1) command line in ubuntu 12.04 to make
> > > video call with my linphone client on windows. calls are routed through
> > > freeswitch as sip server. my webcam seems OK on cheese and vlc stream.
> > but
> > > when i want to make a call i get following error and all i see is a black
> > > window:
> > >
> > > linphonec> ortp-error-no such method on filter MSV4L2Capture, fid=16390
> > > method index=0
> > > ortp-error-no such method on filter MSVp8Enc, fid=16392 method index=0
> > >
> > > i have tried  LIBGL_ALWAYS_SOFTWARE=1 linphonec -C, no result.
> > > also I have installed linphone from source:   ./configure
> > --disable-static
> > > --enable-alsa --enable-truespeech --enable-video --enable-glx
> > > but still no result.
> > >
> > > I installed latest mesa from oibaf/graphics-drivers, still no result.
> > > please note i can make video calls with other sip clients on the same
> > > freeswitch server.
> > > it's few days I am trying to make it work, any help is highly
> > appreciated.
> > >
> > > here is paste of following command:
> > > sudo LIBGL_ALWAYS_SOFTWARE=1 linphonec -C -d 6
> > >
> > > http://paste.debian.net/77019/
> > >
> > > regards
> >
> > > ___
> > > 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 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


Re: [Linphone-users] NO VIDEO in Ubuntu 12.04

2014-01-20 Thread Guillaume Beraudo
Hi,

With linphonec, there is an option on the command line for not
displaying own or remote video. You should have a look to see how
it is done.


Guillaume


u On Mon, Jan 20, 2014 at 11:47:13AM -0200, Martín Miodosky wrote:
> Hi, I´ve had similar problem. In my case I just installed with apt-get
> install linphone-nox.
> 
> I´ve solved it enabling X into ubuntu. Since linphonecsh open a windows
> with it own video, and X is not running iit gives an error and linphone
> doesnt start.
> 
> I´ve tried several configuration into .linphonerc  disabling own image, etc
> with none result.
> 
> I only need the other party to see my video but I dont have a display to
> show other parte video, that´s why I dont need X.
> 
> Does anyone know how to run video withput X?
> 
> Regards
> 
> Martin
> 
> 
> 2014/1/20 Guillaume Beraudo 
> 
> > Hello,
> >
> >
> > Maybe you did not had v4l and vpx headers when compiling?
> >
> > Another point is that glx is broken on nvidia cards with nvidia
> > proprietary driver. Oddly, i works fine with nouveau driver.
> >
> >
> > Cheers,
> >
> > Guillaume
> >
> > On Sat, Jan 18, 2014 at 01:30:51PM +0330, mehdi shams wrote:
> > > Hello,
> > >
> > > I have tried to use linphone (3.6.1) command line in ubuntu 12.04 to make
> > > video call with my linphone client on windows. calls are routed through
> > > freeswitch as sip server. my webcam seems OK on cheese and vlc stream.
> > but
> > > when i want to make a call i get following error and all i see is a black
> > > window:
> > >
> > > linphonec> ortp-error-no such method on filter MSV4L2Capture, fid=16390
> > > method index=0
> > > ortp-error-no such method on filter MSVp8Enc, fid=16392 method index=0
> > >
> > > i have tried  LIBGL_ALWAYS_SOFTWARE=1 linphonec -C, no result.
> > > also I have installed linphone from source:   ./configure
> > --disable-static
> > > --enable-alsa --enable-truespeech --enable-video --enable-glx
> > > but still no result.
> > >
> > > I installed latest mesa from oibaf/graphics-drivers, still no result.
> > > please note i can make video calls with other sip clients on the same
> > > freeswitch server.
> > > it's few days I am trying to make it work, any help is highly
> > appreciated.
> > >
> > > here is paste of following command:
> > > sudo LIBGL_ALWAYS_SOFTWARE=1 linphonec -C -d 6
> > >
> > > http://paste.debian.net/77019/
> > >
> > > regards
> >
> > > ___
> > > 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 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


Re: [Linphone-users] NO VIDEO in Ubuntu 12.04

2014-01-19 Thread Guillaume Beraudo
Hello,


Maybe you did not had v4l and vpx headers when compiling?

Another point is that glx is broken on nvidia cards with nvidia
proprietary driver. Oddly, i works fine with nouveau driver.


Cheers,

Guillaume

On Sat, Jan 18, 2014 at 01:30:51PM +0330, mehdi shams wrote:
> Hello,
> 
> I have tried to use linphone (3.6.1) command line in ubuntu 12.04 to make
> video call with my linphone client on windows. calls are routed through
> freeswitch as sip server. my webcam seems OK on cheese and vlc stream. but
> when i want to make a call i get following error and all i see is a black
> window:
> 
> linphonec> ortp-error-no such method on filter MSV4L2Capture, fid=16390
> method index=0
> ortp-error-no such method on filter MSVp8Enc, fid=16392 method index=0
> 
> i have tried  LIBGL_ALWAYS_SOFTWARE=1 linphonec -C, no result.
> also I have installed linphone from source:   ./configure --disable-static
> --enable-alsa --enable-truespeech --enable-video --enable-glx
> but still no result.
> 
> I installed latest mesa from oibaf/graphics-drivers, still no result.
> please note i can make video calls with other sip clients on the same
> freeswitch server.
> it's few days I am trying to make it work, any help is highly appreciated.
> 
> here is paste of following command:
> sudo LIBGL_ALWAYS_SOFTWARE=1 linphonec -C -d 6
> 
> http://paste.debian.net/77019/
> 
> regards

> ___
> 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


Re: [Linphone-users] [Beta] Linphone 3.7.0

2014-01-08 Thread Guillaume BIENKOWSKI
Hey Charles,

Thanks for the congratulations!
I have a BB Black at home as well, so if you are successful with it, I’ll be 
happy to try at home as well.
Feel free to drop me a mail if you need help on this.

Cheers,
Guillaume

Le 8 janv. 2014 à 20:09, Charles Hamilton  a écrit :

> Congratulations on the new release! 
> 
> After a quick install and review of the new MacOS (linphone-latest.app.zip) 
> version, I'm happy to report that it appears far more stable on a MacBook 
> Pro. 
> 
> Over the next few days, I'll be testing Linphone on the Beaglebone Black, my 
> main area of development. Since I had little success with the prior releases, 
> I"ll be very eager to report back with results on the following (all Armv7 
> environments) :
> 
> - Debian 7.2
> - Ubuntu 12.04
> - Ubuntu 13.10
> - Arch Linux
> - Android
> 
> Thanks and congrats again on the new release.
> 
> Charles Hamilton
> HudsonWerks
> http://www.hudsonwerks.com
> 
> 
> 
> 
> On Wed, Jan 8, 2014 at 11:55 AM, Margaux Clerc 
>  wrote:
> Dear developers and users,
> 
> A preview release for the next version of Linphone is available here :
> 
> http://download.savannah.gnu.org/releases-noredirect/linphone/unstable/source/linphone-3.6.99-beta.tar.gz
> 
> This new version brings signifiants improvements and a new SIP stack, 
> Belle-Sip.
> A tarball version if Belle-sip is available :
> 
> http://download.savannah.gnu.org/releases-noredirect/linphone/unstable/source/belle-sip-1.2.4.tar.gz
> 
> 
> +Application level improvements:
>   * It is now possible to configure multiple proxy accounts with 
> different transports (UDP, TCP, TLS)
>   * can work with IPv6 and IPv4 simultaneously
>   * User can choose video rendering method on Linux
>   * Video HD formats support added, leveraging on multiple cores for 
> encoding if available
>   * Keyboard can be used for DTMF input
>   * Faster and highly responsive UI thanks to fully asynchronous 
> operation of the liblinphone.
>   * Add-on of opus codec
> 
> +Liblinphone level improvements thanks to new "belle-sip" SIP stack:
>   * multiple SIP transports simultaneously now allowed
>   * IP dual stack: can use IPv6 and IPv4 simultaneously
>   * fully asynchronous behavior: no more lengthly DNS or connections 
>   * sip.instance parameter (RFC5626)
>   * alias parameter (RFC5923)
>   * better management of network disconnections
>   * SIP/TLS handled through lightweight polarssl library (instead of 
> openssl)
>   * SIP transaction state machines improved (RFC6026)
>   * Privacy API (RFC3323, RFC3325)
>   * Full support of rich presence in (RFC4480)
>   * Better handling of sips scheme in URIs.
> 
> 
> You can aslo download the daily build version of Linphone for Windows and Mac 
> :
> 
> Windows :
> https://www.linphone.org/snapshots/windows/linphone-latest.exe
> 
> Mac :
> https://www.linphone.org/snapshots/mac/linphone-latest.app.zip
> 
> 
> Don't hesitate to send translations, feedbacks or bug reports.
> 
> Cheers,
> 
> --
> Margaux CLERC
> www.belledonne-communications.com
> 
> ___
> 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 mailing list
Linphone-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/linphone-users


Re: [Linphone-users] Linphone not registering

2014-01-06 Thread Guillaume Beraudo
Matteo,

I see.
There is also a version of Linphone for every desktop OS and even
through a web plugin. All these versions share the same code base.

Maybe it can be useful for you.


Cheers,

Guillaume


On Mon, Jan 06, 2014 at 08:05:07PM +0100, Matteo Penasa wrote:
> Guillaume,
> 
> Thank you again for your message. I will indeed try that way.
> 
> Unfortunately I have to disappoint you now. My girlfriend left for a 2 month 
> trip, and took her cellphone with her.
> I was trying to get Linphone to work so that we can use it to keep in touch.
> 
> Therefore there will be a break, but I am not giving up.
> 
> For the moment, thank you a lot for your help. And happy new year!
> Matteo
> 
> On 06/01/2014 17:24, Guillaume Beraudo wrote:
> >Matteo,
> >
> >Indeed it is almost an empty log.
> >
> >As you are on linux, you may try the standalone adb.
> >On Debian it is package android-tools-adb.
> >Once installed I guess you just need to type "adb logcat".
> >
> >Cheers,
> >
> >Guillaume
> >
> >
> >On Mon, Jan 06, 2014 at 12:37:41PM +0100, Matteo Penasa wrote:
> >>Guillaume,
> >>
> >>Thank you for your reply.
> >>
> >>I used aLogCat to produce the attached log. I enabled debug mode in
> >>the Linphone settings (Advanced > Debug) and started aLogCat.
> >>During recording, I opened and closed Linphone, deleted and
> >>recreated the account, and attempted registration (with the usual
> >>negative outcome).
> >>
> >>I hoped to see some kind of error in the logs, but I fail to spot
> >>anything interesting.
> >>In particular, I do not see anything related directly to Linphone
> >>(but maybe it is just due to my untrained eye).
> >>
> >>I would appreciate if you could take a look at them, too?
> >>
> >>Many thanks
> >>Matteo
> >>
> >>On 06/01/2014 08:12, Guillaume Beraudo wrote:
> >>>Hello,
> >>>
> >>>I have a Galaxy S3 (9300) and the registration works as expected.
> >>>Could you enable debug mode and get a log using either:
> >>>- adb logcat if you are an android developer;
> >>>- alogcat.
> >>>
> >>>
> >>>Cheers,
> >>>
> >>>Guillaume
> >>>
> >>>
> >>>On Fri, Jan 03, 2014 at 10:09:51PM +0100, Matteo Penasa wrote:
> >>>>Dear users and developers,
> >>>>
> >>>>I am an owner of a Samsung Galaxy S4 and a new (and happy) Linphone user.
> >>>>I am so happy that I am convincing all my relatives to use it, and
> >>>>it works flawlessly on my brother's S4 and my mother's HTC One.
> >>>>
> >>>>Now the problem is with my girlfriend's Samsung Galaxy S3.  After
> >>>>following the same install-and-registering procedure I cannot log
> >>>>into the VoIP provider network.
> >>>>I used the "Account Setup Assistant" with my and her credentials,
> >>>>and all I get is "registration failed". I later double-checked the
> >>>>settings and they are exactly the same as in my S4.
> >>>>
> >>>>After some research in the internet I changed "Network > Transport"
> >>>>to TCP or TLS but it only gets stuck at "registration in progress".
> >>>>All other settings seems fine to me.
> >>>>
> >>>>I also tried from different WIFI routers (my and her house) and did
> >>>>reinstall Linphone.
> >>>>
> >>>>I am stuck at this point. Any help to debug this would be greatly
> >>>>appreciated.
> >>>>
> >>>>Thank you in advance
> >>>>Matteo
> >>>>
> >>>>___
> >>>>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
> >>>
> >>- beginning of /dev/log/main
> >>D/dalvikvm(15738): DexOpt: 'Landroid/annotation/SuppressLint;' has an 
> >>earlier definition; blocking out
> >>D/dalvikvm(15738): DexOpt: 'Landroid/annotation/TargetApi;' has an earlier

Re: [Linphone-users] Linphone not registering

2014-01-06 Thread Guillaume Beraudo
Matteo,

Indeed it is almost an empty log.

As you are on linux, you may try the standalone adb.
On Debian it is package android-tools-adb.
Once installed I guess you just need to type "adb logcat".

Cheers,

Guillaume


On Mon, Jan 06, 2014 at 12:37:41PM +0100, Matteo Penasa wrote:
> Guillaume,
> 
> Thank you for your reply.
> 
> I used aLogCat to produce the attached log. I enabled debug mode in
> the Linphone settings (Advanced > Debug) and started aLogCat.
> During recording, I opened and closed Linphone, deleted and
> recreated the account, and attempted registration (with the usual
> negative outcome).
> 
> I hoped to see some kind of error in the logs, but I fail to spot
> anything interesting.
> In particular, I do not see anything related directly to Linphone
> (but maybe it is just due to my untrained eye).
> 
> I would appreciate if you could take a look at them, too?
> 
> Many thanks
> Matteo
> 
> On 06/01/2014 08:12, Guillaume Beraudo wrote:
> >Hello,
> >
> >I have a Galaxy S3 (9300) and the registration works as expected.
> >Could you enable debug mode and get a log using either:
> >- adb logcat if you are an android developer;
> >- alogcat.
> >
> >
> >Cheers,
> >
> >Guillaume
> >
> >
> >On Fri, Jan 03, 2014 at 10:09:51PM +0100, Matteo Penasa wrote:
> >>Dear users and developers,
> >>
> >>I am an owner of a Samsung Galaxy S4 and a new (and happy) Linphone user.
> >>I am so happy that I am convincing all my relatives to use it, and
> >>it works flawlessly on my brother's S4 and my mother's HTC One.
> >>
> >>Now the problem is with my girlfriend's Samsung Galaxy S3.  After
> >>following the same install-and-registering procedure I cannot log
> >>into the VoIP provider network.
> >>I used the "Account Setup Assistant" with my and her credentials,
> >>and all I get is "registration failed". I later double-checked the
> >>settings and they are exactly the same as in my S4.
> >>
> >>After some research in the internet I changed "Network > Transport"
> >>to TCP or TLS but it only gets stuck at "registration in progress".
> >>All other settings seems fine to me.
> >>
> >>I also tried from different WIFI routers (my and her house) and did
> >>reinstall Linphone.
> >>
> >>I am stuck at this point. Any help to debug this would be greatly
> >>appreciated.
> >>
> >>Thank you in advance
> >>Matteo
> >>
> >>___
> >>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
> >
> 

> - beginning of /dev/log/main
> D/dalvikvm(15738): DexOpt: 'Landroid/annotation/SuppressLint;' has an earlier 
> definition; blocking out
> D/dalvikvm(15738): DexOpt: 'Landroid/annotation/TargetApi;' has an earlier 
> definition; blocking out
> D/dalvikvm(15738): DexOpt: not verifying/optimizing 
> 'Landroid/annotation/SuppressLint;': multiple definitions
> D/dalvikvm(15738): DexOpt: not verifying/optimizing 
> 'Landroid/annotation/TargetApi;': multiple definitions
> D/dalvikvm(15738): DexOpt: load 26ms, verify+opt 125ms, 772596 bytes
> I/dalvikvm(16467): Turning on JNI app bug workarounds for target SDK version 
> 11...
> D/AbsListView(16467): Get MotionRecognitionManager
> E/SpannableStringBuilder(16467): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a 
> zero length
> E/SpannableStringBuilder(16467): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a 
> zero length
> D/dalvikvm(16467): GC_CONCURRENT freed 147K, 9% free 12395K/13511K, paused 
> 72ms+2ms, total 92ms
> E/SpannableStringBuilder(16467): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a 
> zero length
> E/SpannableStringBuilder(16467): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a 
> zero length
> E/SpannableStringBuilder(16467): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a 
> zero length
> E/SpannableStringBuilder(16467): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a 
> zero length
> E/SpannableStringBuilder(16467): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a 
> zero length
> E/SpannableStringBuilder(16467): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a 
> zero length
> D/dalvikvm(16467): GC_FOR_ALLOC freed 163K, 9% free 12549K/13767K, paused 
> 17ms, t

Re: [Linphone-users] Linphone not registering

2014-01-05 Thread Guillaume Beraudo
Hello,

I have a Galaxy S3 (9300) and the registration works as expected.
Could you enable debug mode and get a log using either:
- adb logcat if you are an android developer;
- alogcat.


Cheers,

Guillaume


On Fri, Jan 03, 2014 at 10:09:51PM +0100, Matteo Penasa wrote:
> Dear users and developers,
> 
> I am an owner of a Samsung Galaxy S4 and a new (and happy) Linphone user.
> I am so happy that I am convincing all my relatives to use it, and
> it works flawlessly on my brother's S4 and my mother's HTC One.
> 
> Now the problem is with my girlfriend's Samsung Galaxy S3.  After
> following the same install-and-registering procedure I cannot log
> into the VoIP provider network.
> I used the "Account Setup Assistant" with my and her credentials,
> and all I get is "registration failed". I later double-checked the
> settings and they are exactly the same as in my S4.
> 
> After some research in the internet I changed "Network > Transport"
> to TCP or TLS but it only gets stuck at "registration in progress".
> All other settings seems fine to me.
> 
> I also tried from different WIFI routers (my and her house) and did
> reinstall Linphone.
> 
> I am stuck at this point. Any help to debug this would be greatly
> appreciated.
> 
> Thank you in advance
> Matteo
> 
> ___
> 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


Re: [Linphone-users] Very simple problem regarding a new user ID.

2014-01-02 Thread Guillaume Beraudo
Hi,

You just need to wait a few days and the unconfirmed login will be unlocked.

Cheers,

Guillaume
On Wed, Jan 01, 2014 at 06:02:56PM -0500, Admin wrote:
> I have attempted to sign up for the linphone.org free sip service but I never 
> received my confirmation email.  As a result, my preferred userID is now in 
> limbo.  I can't perform a password recovery because the account doesn't 
> exist, 
> neither can I re-apply using the same ID as that ID is already in use.  If I 
> try to manage the account I get a message saying that the account sign up has 
> not been completed and that I need to click on the confirmation link, but as 
> I 
> haven't received the email I can't do that either.
> 
> There is no other contact information for linphone.org other than the mailing 
> list, so I am hoping that a linphone admin is on here and can either delete 
> my 
> account or resend the confirmation email.
> 
> Sorry about taking up time with such a trivial problem but I can't see any 
> other way to get started.
> -- 
> John
> ad...@coconutphone.com
> 
> ___
> 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


Re: [Linphone-users] Building Linphone from SRc

2013-12-30 Thread Guillaume Beraudo
Hi,

Antlr need both a jar and a c library.

I think the two versions must match.


Guillaume



On Mon, Dec 23, 2013 at 05:47:46PM +0900, hen...@tech.email.ne.jp wrote:
> 
> Guillaume Beraudo  wrote:
> > Hi,
> > 
> > You can use antlr 3.2.
> > 
> > 
> > Guillaume
> 
> Is that a 3.2 of a C library or a Java Jar? 
> 
> 
> Regards
> 
> ___
> 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


Re: [Linphone-users] Building Linphone from SRc

2013-12-11 Thread Guillaume Beraudo
Hi,

You can use antlr 3.2.


Guillaume


On Sun, Dec 08, 2013 at 09:03:02PM +0900, hen...@tech.email.ne.jp wrote:
> 
> I used git to clone the repository.
> 
> I am using the mingw-w64 Gnu toolchain to build.
> 
> 
> Build stopped required
>   gtk   .. o.k. installed it.
>   speex  .. failed needed ogg
>   ogg.. o.k. install it
>   speex  finally built
> 
>configure dies and wanted  belle-sip
>   belle-sip failed
>failed .. "Could not find antlr3 development files. Please install 
> antlr3 vers> 3.2
> 
> 
> I went to find source for antlr3 but the source comes in multiple flavors and 
> also has newer versions which may not be compatible.
> 
>   1. Please provide a link  or information of which specific antlr3 package I 
> need.
> 
>   2. How many more dependencies are lurking until I can get a reasonable 
> complete build?
>   
> Pleae let me know.  
> Thank you 
> 
> ___
> 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


Re: [Linphone-users] WS.Reputation.1 virus

2013-12-11 Thread Guillaume Beraudo
Hello,

Thank you for your report.

I checked Norton website about this and found out that the
WS.Reputation.1 "threat" is not to be taken seriously:
http://www.symantec.com/en/uk/security_response/writeup.jsp?docid=2010-051308-1854-99

if you contact Norton about this, please do not hesitate to post here
you findings.


Cheers,

Guillaume Beraudo



On Tue, Dec 10, 2013 at 09:37:07PM +0200, Keith Bookman wrote:
> 
>   
> 
> 
>   
>   
> 
> I downloaded the latest version of Linphone for Windows (3.6.0)
> today - Norton claimed that it was infected with WS.Reputation.1
> virus !?!
> 
>   
>face="Verdana">Keith
>   
>   
> 
> 
> 
>   
>   
> 
> 

> ___
> 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


Re: [Linphone-users] Compiling with SRTP and ZRTP

2013-12-03 Thread Guillaume Beraudo
Hi,


Have you tried configure option --with-srtp=$HOME/foobar ?


Guillaume


On Tue, Dec 03, 2013 at 10:16:41AM +, Hans Georg Schaathun wrote:
> On Tue, Dec 03, 2013 at 10:20:43AM +0100, Guillaume Beraudo wrote:
> > Hi,
> > 
> > What versions of linphone and srtp are you compiling?
> > Where are you installing?
> > Where did you get the srtp sources?
> 
> I get the sources from git.linphone.org.
> I don't know how to label the the version,
> but I suppose this is unambiguous:
> 
> SRTP:
>   git://git.linphone.org/srtp.git
>   commit 1c9bd9065449ca6caeb35f464a54b87029e1a014
>   Author: root 
>   Date:   Thu May 30 15:20:46 2013 +0200
> 
> Linphone
>   git://git.linphone.org/linphone.git
>   commit 41b76330c857f0e7b6d9c23bfe18377f49427246
>   Merge: 19acd4a 7ee0e18
>   Author: Jehan Monnier 
>   Date:   Mon Dec 2 17:07:55 2013 +0100
> 
> I did not see any releases for SRTP; the install instructions
> for linphone says to install SRTP from the git repo.
> 
> I install under $HOME/foobar, with the same prefix for all libraries,
> setting LIBRARY_PATH, C_INCLUDE_PATH, and PKG_CONFIG_PATH appropriately.
> Libraries such as belle-sip installed under the same prefix appear to
> be found by configure.
> 
> After a little further research, I reckon this is linked to
> renaming functions in SRTP two commits back, to avoid name clash with
> standard libraries.  However, trying with the older SRTP version,
> I get a conflict between SRTP and polarssl.
> 
> :-- George
> 
> 
> > 
> > Cheers,
> > 
> > Guillaume
> > 
> > 
> > On Mon, Dec 02, 2013 at 09:04:33PM +, Hans Georg Schaathun wrote:
> > > Could someone please lend a little hand in getting linphone compiled?
> > > 
> > > I am trying to compile linphone (desktop, ubuntu system), but
> > > get stuck on enabling ZRTP/SRTP.  Both the ZRTP and SRTP libraries
> > > appear to compile and install as it should.  Part of the problem may
> > > be that I am installing in a user directory, although I have never
> > > seen that to cause this level of trouble before ...
> > > 
> > > And I am compiling from the git repos fresh of today.
> > > 
> > > After some iterations of fiddling, I have reduced the problem to
> > > this output from configure:
> > > (...)
> > > checking srtp/srtp.h usability... yes
> > > checking srtp/srtp.h presence... yes
> > > checking for srtp/srtp.h... yes
> > > checking for srtp_init in -lsrtp... yes
> > > checking for srtp_shutdown in -lsrtp... yes
> > > checking for sha1_update in -lsrtp... no
> > > ZRTP compilation is disabled.
> > > (...)
> > > 
> > > I have not thought much about ZRTP yet, so getting SRTP working
> > > is the focus.
> > > 
> > > I checked the srtp library archive too:
> > > % strings lib/libsrtp.a | grep sha1_u
> > > crypto_sha1_update
> > > crypto_sha1_update
> > > crypto_sha1_update
> > > 
> > > Funny, isn't it.  Seems that configure is correct that sha1_update
> > > simply isn't there ...  How can that be?
> > > 
> > > Any advice on what I should try next?  Downgrade the SRTP library?
> > > How far?
> > > 
> > > -- 
> > > :-- Hans Georg
> > > 
> > > ___
> > > 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
> 
> -- 
> :-- Hans Georg
> 
> ___
> 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


Re: [Linphone-users] Compiling with SRTP and ZRTP

2013-12-03 Thread Guillaume Beraudo
Hi,

What versions of linphone and srtp are you compiling?
Where are you installing?
Where did you get the srtp sources?

Cheers,

Guillaume


On Mon, Dec 02, 2013 at 09:04:33PM +, Hans Georg Schaathun wrote:
> Could someone please lend a little hand in getting linphone compiled?
> 
> I am trying to compile linphone (desktop, ubuntu system), but
> get stuck on enabling ZRTP/SRTP.  Both the ZRTP and SRTP libraries
> appear to compile and install as it should.  Part of the problem may
> be that I am installing in a user directory, although I have never
> seen that to cause this level of trouble before ...
> 
> And I am compiling from the git repos fresh of today.
> 
> After some iterations of fiddling, I have reduced the problem to
> this output from configure:
> (...)
> checking srtp/srtp.h usability... yes
> checking srtp/srtp.h presence... yes
> checking for srtp/srtp.h... yes
> checking for srtp_init in -lsrtp... yes
> checking for srtp_shutdown in -lsrtp... yes
> checking for sha1_update in -lsrtp... no
> ZRTP compilation is disabled.
> (...)
> 
> I have not thought much about ZRTP yet, so getting SRTP working
> is the focus.
> 
> I checked the srtp library archive too:
> % strings lib/libsrtp.a | grep sha1_u
> crypto_sha1_update
> crypto_sha1_update
> crypto_sha1_update
> 
> Funny, isn't it.  Seems that configure is correct that sha1_update
> simply isn't there ...  How can that be?
> 
> Any advice on what I should try next?  Downgrade the SRTP library?
> How far?
> 
> -- 
> :-- Hans Georg
> 
> ___
> 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


Re: [Linphone-users] Media Encryption

2013-12-02 Thread Guillaume Beraudo
Hi,


> > You can switch the encryption method in linphone android.
> 
> I see.  I am using the desktop versions, on Mac OS and on Linux.
> I could not find any reference to media encryption.  Does anyone
> know how to manage encryption with the desktop client?

If you compiled with srtp/zrtp it is available in
preferences->network->media_encryption.


> > When using ZRTP, check the presence of the lock, to make sure the stream
> > is encrypted. Note that you only need to do the manual validation once.
> 
> I would assume that you mean once per session here, but it could be
> once per correspondent.  The latter would of course be ambiguous, is
> the key linked to the SIP account, the client system, or the user account
> on the client system?  Do you have any details?

If both ends validate the SAS then all further communication between the
two endpoints will be automatically validated, without any user
interaction.


Guillaume


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


Re: [Linphone-users] Media Encryption

2013-11-26 Thread Guillaume Beraudo
Hi,

If you are confident in all the certificate issuers in the world, then
you should use what we call "SRTP" method.

If you are not confident in these and prefer to check it yourself then
use "ZRTP" method.

You can switch the encryption method in linphone android.


When using ZRTP, check the presence of the lock, to make sure the stream
is encrypted. Note that you only need to do the manual validation once.


Guillaume


On Tue, Nov 26, 2013 at 08:22:12AM +, Hans Georg Schaathun wrote:
> Hi all,
> 
> I should like to know if, how, and how well I can get my linphone
> calls encrypted.  The documentation does not appear to give any 
> answers.
> 
> My default config file clearly says `none' for encryption.  What
> are the valid alternatives?
> 
> There are some references to ZRTP, both in release notes and in the
> source code.  Is ZRTP the only key exchange option?  I am rather
> skeptical to it, because of the need for manual validation.
> 
> I shall be greatful for any pointers and hints, both technical
> and end-user oriented.
> 
> TIA
> -- 
>:-- George
> 
> ___
> 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


Re: [Linphone-users] linphonec only?

2013-11-15 Thread Guillaume Beraudo
Hi,

You should use --with-srtp=some_path.
If you do not need srtp use --with-srtp=no.

Guillaume


On Thu, Nov 14, 2013 at 11:07:52PM +0100, Lorrin wrote:
> Ok, after installing libmediastreamer-dev, things get past that, but
> i got stuck here now:
> 
> configure: error: This libsrtp version exports symbols conflicting
> with other libraries. Please use the one from
> git://git.linphone.org/srtp.git
> 
> This bug is described here:
> https://bugzilla.redhat.com/show_bug.cgi?id=956340
> 
> So i download the libsrtp source code, download the patch and apply it.
> I build the patched libsrtp, and not sure what to do with it now.
> Since libmediastreamer-dev installed its own libsrtp0, and there is
> already /usr/lib/libsrtp.a file. Not sure how to proceed here.
> 
> P.S. I tried to install patched libsrtp to a prefix folder, and then
> manually reaplace the /usr/include contents, and the
> /usr/lib/libsrtp.a file. But the same error remains, this didn't
> help.
> 
> 
> Thank you!
> 
> 
> 
> 
> On 14.11.2013 22:45, Lorrin wrote:
> >Ok, i have gone as far as to install dependencies and figure out
> >the configure options:
> >http://pastebin.com/ts3974mV
> >
> >Here is the "make" output with error at the end:
> >http://pastebin.com/Vq10ix0a
> >
> >Does anyone have any idea about this?
> >
> >
> >Thank you!
> >
> >On 14.11.2013 16:17, Lorrin wrote:
> >>I am also using rapberry pi,
> >>and I would like to loose the unnecessary packges...
> >>
> >>I will try to build and get back to you with details...
> >>
> >>Regards!
> >>
> >>On 14.11.2013 16:12, Julien Evrard wrote:
> >>>if you manage to do it,  I would be very glad to know how.
> >>>i use linphone 3.5 on my raspberry pi (ARM) and:
> >>>- I don't need the GUI
> >>>- I have a problem to call real phone number with linphonec(sh): they
> >>>are treated as sip uri, not phone numbers, and i would like to see if
> >>>3.6 solves the problem or try to solve the problem in the source code.
> >>>
> >>>2013/11/14 Lorrin :
> >>>>Thank you for quick answer Guillaume!
> >>>>
> >>>>And what about compiling linphonec(sh) only (for ARM)
> >>>>without Linphone gui
> >>>>and its dependencies like libgtk? Is this possible, and if yes, any
> >>>>pointers?
> >>>>
> >>>>Best regards!
> >>>>
> >>>>
> >>>>On 14.11.2013 14:41, Guillaume Beraudo wrote:
> >>>>>Hi,
> >>>>>
> >>>>>Indeed it would work.
> >>>>>
> >>>>>
> >>>>>Guillaume
> >>>>>
> >>>>>On Thu, Nov 14, 2013 at 01:13:05PM +0100, Lorrin wrote:
> >>>>>>Hi all.
> >>>>>>
> >>>>>>I am using Linphone in an embedded environment where i don't have a
> >>>>>>Desktop Environment nor X installed. I installed Linphone via
> >>>>>>package manager and it is working great.
> >>>>>>The issue is, it installed bunch of packages with it, like
> >>>>>>libgtk-x11, Avahi(?) and others..
> >>>>>>
> >>>>>>Since i don't use the GUI version, and i only use linphonec, I was
> >>>>>>wondering if there is a way to install only that?
> >>>>>>If not, would it work if i copy linphonec executable together with
> >>>>>>the libraries it needs (found out via `ldd /usr/bin/linphonec`)?
> >>>>>>
> >>>>>>Thank you and best regards!
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>>___
> >>>>>>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 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 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


Re: [Linphone-users] linphonec only?

2013-11-14 Thread Guillaume Beraudo
Hi,

Indeed it would work.


Guillaume

On Thu, Nov 14, 2013 at 01:13:05PM +0100, Lorrin wrote:
> Hi all.
> 
> I am using Linphone in an embedded environment where i don't have a
> Desktop Environment nor X installed. I installed Linphone via
> package manager and it is working great.
> The issue is, it installed bunch of packages with it, like
> libgtk-x11, Avahi(?) and others..
> 
> Since i don't use the GUI version, and i only use linphonec, I was
> wondering if there is a way to install only that?
> If not, would it work if i copy linphonec executable together with
> the libraries it needs (found out via `ldd /usr/bin/linphonec`)?
> 
> Thank you and best regards!
> 
> 
> 
> 
> ___
> 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


  1   2   3   >