Re: [Linphone-users] Feature Request for coloured Icon on Android

2023-10-01 Thread Sylvain Berfini
Hi,

The icon is already coloured to match the connection state : green for 
registered, orange for in progress, red for error and gray for disconnected.

Cheers,
Sylvain Berfini
Head of Mobile & Desktop Apps Department

+33 (0)9 52 63 65 05
sylvain.berf...@belledonne-communications.com

Discover our solutions in 3 minutes!

Belledonne Communications, the company behind the Linphone project
https://linphone.org

Le 1 octobre 2023 09:09:58 GMT+02:00, Sepp via Linphone-users 
 a écrit :
>In the moment, the icon in the first row of Android only shows that the App is 
>started.
>Please provide the icon in different colours for the state of the Connection.
___
Linphone-users mailing list
Linphone-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/linphone-users


Re: [Linphone-users] linphone android instant hangup

2023-06-06 Thread Sylvain Berfini

Hi Christopher,

Indeed there is no exhaustive list of all settings supported by the 
configuration file and thus the remote provisioning, but a quick grep in 
linphone source code over linphone_config_get will show you every 
supported setting by the SDK, and you can do the same in the application 
source code to see app specific config entries.


For your information I just merged in release/5.2 branch of linphone-sdk 
a fix for when no_rtp_timeout is set to 0.


Cheers,

Sylvain Berfini
*Head of Mobile & Desktop Apps Department*

+33 (0)9 52 63 65 05
sylvain.berf...@belledonne-communications.com

Discover our solutions in 3 minutes! 
<https://player.vimeo.com/video/393868225?autoplay=1>


/Belledonne Communications, the company behind the Linphone project/
https://linphone.org

Le 05/06/2023 à 14:29, Christopher Story a écrit :
Ok checked my remote xml config and it is in fact zero there.  I 
changed to 10 and it's working now.  Been using the same remote config 
for a couple years now, first time it was an issue.


Are there comprehensive details on the remote config other than:

https://wiki.linphone.org/xwiki/wiki/public/view/Lib/Features/Remote%20Provisioning/

Assuming I can reverse engineer based on the #1234# config?

Thanks for the help

Chris

On Mon, Jun 5, 2023, 07:11 Christopher Story  wrote:

It is zero.  What's the best way to change it?  I don't see a
config item for it..


[rtp]
accept_any_encryption=1
audio_rtp_port=-1
video_rtp_port=-1
text_rtp_port=-1
audio_jitt_comp=60
video_jitt_comp=60
nortp_timeout=0
audio_adaptive_jitt_comp_enabled=1
video_adaptive_jitt_comp_enabled=1


On Mon, Jun 5, 2023, 02:23 Sylvain Berfini
 wrote:

Hi Christopher,

Can you check the nortp_timeout value under [rtp] section in
your config file please?
You can dial '#1234#' from the dialer and click on 'View
config file' option.

The default value is 30, but given your logs it seems it is
very low (or even 0).
Can you confirm?

Cheers,

    Sylvain Berfini
*Head of Mobile & Desktop Apps Department*

+33 (0)9 52 63 65 05
sylvain.berf...@belledonne-communications.com

Discover our solutions in 3 minutes!
<https://player.vimeo.com/video/393868225?autoplay=1>

/Belledonne Communications, the company behind the Linphone
project/
https://linphone.org

Le 02/06/2023 à 02:23, Christopher Story a écrit :

i'm using a freepbx system with a combination of desk phones,
computer soft phones and android / IOS softphones.. all the
softphones are linphone.

when i try to dial an internal extension, it instantly hangs
up.  This happens on Android regardless of inside our outside
the NAT

its does not happen on MacOS or hard phones, from inside the
NAT or Outside

in looking at the log the terminate seems to be issued from
the phone and the only thing that it says is:

2023-06-01 18:07:32:721 [org.linphone/mediastreamer] MESSAGE
Stun packet of length 20 sent on rtcp for session [0x70658a17f0]
2023-06-01 18:07:33:218 [org.linphone/liblinphone] MESSAGE
Call [0x6fb5839cd0]: Media connectivity with
@my.active.domain:25061 is lost, call is going to be terminated
2023-06-01 18:07:33:218 [org.linphone/liblinphone] WARNING
Session [0x6f55848558] is going to be terminated because the
media has been lost
2023-06-01 18:07:33:218 [org.linphone/liblinphone] MESSAGE
Terminate CallSession [0x6f55848558] which is currently in
state [LinphoneCallOutgoingEarlyMedia]
2023-06-01 18:07:33:218 [org.linphone/liblinphone] MESSAGE
Cancelling INVITE request from ["CS"

<mailto:sip:300@my.active.domain:25061>] to
[@my.active.domain:25061]

I feel like the firewall and network stuff is solid since all
the other phones, using the same infrastructure dont have any
issues... Wondering if there are any known issues with
android these days..

any way to increase logging?

-- Chris

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




OpenPGP_0x8EEEC0B12DD64C43.asc
Description: OpenPGP public key


OpenPGP_signature
Description: OpenPGP digital signature
___
Linphone-users mailing list
Linphone-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/linphone-users


Re: [Linphone-users] Keypad tones not recognised

2023-06-05 Thread Sylvain Berfini

Hi Mark,

Are you sending the DTMFs as RFC2833 or SIP-INFO (in Network settings)?

Maybe some networks only recognize one and not the other?

Cheers,

Sylvain Berfini
*Head of Mobile & Desktop Apps Department*

+33 (0)9 52 63 65 05
sylvain.berf...@belledonne-communications.com

Discover our solutions in 3 minutes! 
<https://player.vimeo.com/video/393868225?autoplay=1>


/Belledonne Communications, the company behind the Linphone project/
https://linphone.org

Le 05/06/2023 à 10:05, Mark Stanton a écrit :

Using Linphone on my desktop computer (mostly fantastic, thank you),
using the keypad for call-centre options almost entirely doesn't work.
This has been the case on two of my computers so I don't think they're
the cause.

The tones are produced but they aren't recognised.
I'm in the UK and using the PCMA (ITU-G.711 alaw) encoder, which seems
to be the only one suitable here.

The exception to the "almost" is British Telecom calls.  There the
tones are recognised... weird!

Is there a setting I should be changing or is this expected behaviour?

Regards
Mark

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


OpenPGP_0x8EEEC0B12DD64C43.asc
Description: OpenPGP public key


OpenPGP_signature
Description: OpenPGP digital signature
___
Linphone-users mailing list
Linphone-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/linphone-users


Re: [Linphone-users] linphone android instant hangup

2023-06-05 Thread Sylvain Berfini

Hi Christopher,

Can you check the nortp_timeout value under [rtp] section in your config 
file please?
You can dial '#1234#' from the dialer and click on 'View config file' 
option.


The default value is 30, but given your logs it seems it is very low (or 
even 0).

Can you confirm?

Cheers,

Sylvain Berfini
*Head of Mobile & Desktop Apps Department*

+33 (0)9 52 63 65 05
sylvain.berf...@belledonne-communications.com

Discover our solutions in 3 minutes! 
<https://player.vimeo.com/video/393868225?autoplay=1>


/Belledonne Communications, the company behind the Linphone project/
https://linphone.org

Le 02/06/2023 à 02:23, Christopher Story a écrit :
i'm using a freepbx system with a combination of desk phones, computer 
soft phones and android / IOS softphones.. all the softphones are 
linphone.


when i try to dial an internal extension, it instantly hangs up.  This 
happens on Android regardless of inside our outside the NAT


its does not happen on MacOS or hard phones, from inside the NAT or 
Outside


in looking at the log the terminate seems to be issued from the phone 
and the only thing that it says is:


2023-06-01 18:07:32:721 [org.linphone/mediastreamer] MESSAGE Stun 
packet of length 20 sent on rtcp for session [0x70658a17f0]
2023-06-01 18:07:33:218 [org.linphone/liblinphone] MESSAGE Call 
[0x6fb5839cd0]: Media connectivity with @my.active.domain:25061 is 
lost, call is going to be terminated
2023-06-01 18:07:33:218 [org.linphone/liblinphone] WARNING Session 
[0x6f55848558] is going to be terminated because the media has been lost
2023-06-01 18:07:33:218 [org.linphone/liblinphone] MESSAGE Terminate 
CallSession [0x6f55848558] which is currently in state 
[LinphoneCallOutgoingEarlyMedia]
2023-06-01 18:07:33:218 [org.linphone/liblinphone] MESSAGE Cancelling 
INVITE request from ["CS" ] to 
[@my.active.domain:25061]


I feel like the firewall and network stuff is solid since all the 
other phones, using the same infrastructure dont have any issues...  
Wondering if there are any known issues with android these days..


any way to increase logging?

-- Chris

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


OpenPGP_0x8EEEC0B12DD64C43.asc
Description: OpenPGP public key


OpenPGP_signature
Description: OpenPGP digital signature
___
Linphone-users mailing list
Linphone-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/linphone-users


Re: [Linphone-users] May Linphone be set to work with a + symbol in front of phone number?

2023-06-05 Thread Sylvain Berfini

Hi,

Does it work if you replace the '+' by '00' with your provider?

If yes, you have a account setting to do that.

We currently don't have a setting to remove the '+'.

Cheers,

Sylvain Berfini
*Head of Mobile & Desktop Apps Department*

+33 (0)9 52 63 65 05
sylvain.berf...@belledonne-communications.com

Discover our solutions in 3 minutes! 
<https://player.vimeo.com/video/393868225?autoplay=1>


/Belledonne Communications, the company behind the Linphone project/
https://linphone.org

Le 05/06/2023 à 00:32, Allan Tépper a écrit :
May Linphone be set to work with a + symbol in front of phone number? 
For example, +1-305-555-1212 for the United States or 
+54-955-- for Argentina? My contacts all have the + symbol in 
front and Linphone is only working for me when I manually remove it 
(at least with my SIP provider).

Thank you,

Allan

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


OpenPGP_0x8EEEC0B12DD64C43.asc
Description: OpenPGP public key


OpenPGP_signature
Description: OpenPGP digital signature
___
Linphone-users mailing list
Linphone-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/linphone-users


Re: [Linphone-users] Incoming videocalls in linphone-android-5.0.8.apk are hung up after about 32 seconds by linphone app

2023-04-07 Thread Sylvain Berfini

Hi Antonio,

The difference between the two is that in the case that doesn't work, 
the ACK for the 200 OK isn't being received by the app:


2023-04-04 22:24:01:528 [org.linphone/belle-sip] ERROR Dialog 
[0x7144011f00] was not ACK'd within T1*64 seconds.
2023-04-04 22:24:01:529 [org.linphone/belle-sip] ERROR Dialog 
[0x7144011f00] it is going to be terminated automatically.


This is due to a packet loss, quite common when using UDP (which we 
don't recommend).
Why it happens in 5.0 release and not in 4.6, it may simply be because 
the 200 OK is a bit bigger in 5.0 due to RTCP info, and that may be 
enough for it to get lost.


Best regards,

Sylvain Berfini
*Head of Mobile & Desktop Apps Department*

Le 04/04/2023 à 23:13, antonio lecha.infopyme a écrit :

Dear Linphone Development Team,

The logs file "v5.0.8_videocall_incoming_nok_32sg_hangup.gz" obtained from
linphone-android-5.0.8.apk (2023-03-20 09:47) currently available on 
Google Play are attached,
where 32 seconds after the video call was picked up, the hangup 
occurs. The caller hangs up at 0 seconds.


There are also attached a logs file "v4.6.14_videocall_incoming_67sg 
OK.gz" from linphone-android-4.6.14.apk (2022-09-20 09:09)
of an incoming video call made on the same device and conditions as 
the previous one,
where the video call works perfectly beyond 65 seconds when an 
intentional hangup occurs.


Best regards,
Thanks,
Antonio.

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


OpenPGP_0x8EEEC0B12DD64C43.asc
Description: OpenPGP public key


OpenPGP_signature
Description: OpenPGP digital signature
___
Linphone-users mailing list
Linphone-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/linphone-users


Re: [Linphone-users] Incoming videocalls in linphone-android-5.0.8.apk are hung up after about 32 seconds by linphone app

2023-04-04 Thread Sylvain Berfini

Hi,

Could you send us logs (don't forget to turn them on in advanced 
settings) of the issue if you reproduce it with Linphone app from the 
Play Store please?
You can also open an issue on github (don't forget the logs) if you 
prefer we continue discussing this matter over there instead on the 
mailing list.


Best regards,

Sylvain Berfini
*Head of Mobile & Desktop Apps Department*

+33 (0)9 52 63 65 05
sylvain.berf...@belledonne-communications.com

Discover our solutions in 3 minutes! 
<https://player.vimeo.com/video/393868225?autoplay=1>


/Belledonne Communications, the company behind the Linphone project/
https://linphone.org

Le 04/04/2023 à 12:15, antonio lecha.infopyme a écrit :

Dear Linphone Development Team,

I am writing to bring to your attention an issue that we have been 
experiencing with the Linphone Android app.
Specifically, incoming video calls are being automatically 
disconnected after approximately 32 seconds by the Linphone app.


Our video call system is based on Asterisk,
and we occasionally use the Linphone Android app to receive video calls.
We have configured the Linphone app to use custom SIP accounts with 
UDP transport.


We have noticed that since the update to version 5.0.0 2022-12-06,
the app has been experiencing issues where incoming video calls are 
being disconnected after 32 seconds.


This issue is occurring consistently with versions 5.0.x,
but we have tested previous versions of the app (such as 
linphone-android-4.6.14.apk 2022-09-20)

and have not experienced this problem.

As this feature is critical to our operations,
we would appreciate any assistance that you could provide to help us 
resolve this issue.
We are confident that you will do everything possible to ensure that 
the app is functioning correctly
and would like to express our gratitude for your efforts in 
maintaining this amazing project.


Thank you in advance for your prompt attention to this matter.
We look forward to hearing from you soon.

Best regards,

Antonio.

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


OpenPGP_0x8EEEC0B12DD64C43.asc
Description: OpenPGP public key


OpenPGP_signature
Description: OpenPGP digital signature
___
Linphone-users mailing list
Linphone-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/linphone-users


Re: [Linphone-users] linphone often unavailable

2023-03-13 Thread Sylvain Berfini

Hi Kamen,

I checked your logs and I confirm the background service does it jobs, 
your device has been connected from 2023-03-08 18:36:59 to 2023-03-10 
16:19:21.
But in your logs there is no incoming call from that period of time, so 
either your logs aren't representative of the issue or the problem lies 
in the proxy server that doesn't send you the INVITE.


Cheers,

Sylvain Berfini
*Head of Mobile & Desktop Apps Department*

+33 (0)9 52 63 65 05
sylvain.berf...@belledonne-communications.com

Discover our solutions in 3 minutes! 
<https://player.vimeo.com/video/393868225?autoplay=1>


/Belledonne Communications, the company behind the Linphone project/
https://linphone.org

Le 13/03/2023 à 11:32, julien...@belledonne-communications.com a écrit :


Dear Kamen,

Supporting push notifications has become compulsory since iOS 10 and 
on most recent Android phones to receive incoming calls and messages 
when the app is not active in foreground.


To wake up a VoIP app when an incoming call or an incoming message is 
received, the server must send a push notification request to 
Apple/Google's PN server. For security reasons, Apple/Google doesn't 
allow everybody to send push notifications to their servers. There are 
private keys and certificates to protect the whole process.


We have decided not to share Linphone’s push notification ID with 
third party services, and this is why the stock Linphone app can only 
receive push notifications sent from our sip.linphone.org service.


The background mode is not a guarantee that the phone will never kill 
the app.


Best regards,

Julien Favre-Bulle

*De :* 
linphone-users-bounces+julien.fb=belledonne-communications@nongnu.org 
 
*De la part de* Kamen Tomov

*Envoyé :* vendredi 10 mars 2023 15:59
*À :* linphone-users@nongnu.org
*Objet :* [Linphone-users] linphone often unavailable

Hi,

I'm using linphone with a SIP account and I often have missed calls 
because I do not get a notification from the app. I run Android 13 on 
a Galaxy S22.


I've set-up Linphone to never sleep and to not take out permissions 
that are not used. The Linphone  Service is running all the time.


I have activated the debug logs. Here they are:

https://drive.google.com/file/d/1dOy9L86AZFjmrzrQICKegAxAaVjTEftq/view?usp=share_link

Your help will be appreciated.


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


OpenPGP_0x8EEEC0B12DD64C43.asc
Description: OpenPGP public key


OpenPGP_signature
Description: OpenPGP digital signature
___
Linphone-users mailing list
Linphone-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/linphone-users


Re: [Linphone-users] Google Crashlytics

2023-03-02 Thread Sylvain Berfini

Hi,

Linphone for Android can be built with/without Crashlytics.

You can only enable it if linphone-SDK debug libraries are found on the 
computer that does the build (which can only be the case if the SDK was 
built manually and the app configured to use that local build instead of 
using a maven artefact).
If that's the case, it depends on the flavor you ask Android Studio to 
generate: release or releaseWithCrashlytics.


Our releases on the Play Store don't have it, only some beta versions 
have Crashlytics enabled.

And of course F-Droid disables it as well when they build a new version.

Hope it clarifies.

Sylvain Berfini
*Head of Mobile & Desktop Apps Department*

+33 (0)9 52 63 65 05
sylvain.berf...@belledonne-communications.com

Discover our solutions in 3 minutes! 
<https://player.vimeo.com/video/393868225?autoplay=1>


/Belledonne Communications, the company behind the Linphone project/
https://linphone.org

Le 02/03/2023 à 11:01, bb-darlek via Linphone-users a écrit :

Hi,

I am looking to use Linphone on /e/OS AOSP (DeGoogled phone), its App 
Store (App Lounge) informs user of the Exodus Privacy rating and 
permissions and trackers, it lists Google CrashLytics as a tracker 
within Linphone.


However, Linphone on F-Droid shows no such tracker.

Can you confirm if Linphone has Googles CrashLytics Tracker embedded 
in the code.


Thanks



Sent with Proton Mail <https://proton.me/> secure email.

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


OpenPGP_0x8EEEC0B12DD64C43.asc
Description: OpenPGP public key


OpenPGP_signature
Description: OpenPGP digital signature
___
Linphone-users mailing list
Linphone-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/linphone-users


Re: [Linphone-users] preview full screen video incoming calls

2023-02-08 Thread Sylvain Berfini

Hi,

We use a system that is handled by Android operating system for the 
incoming call.
If it considers you aren't being using your device at the moment the 
incoming call is received (for example when screen is OFF) then you have 
the full incoming call screen, otherwise you only have the top 
notification as in your linphone0.png screen (so that it doesn't 
completely disturbs what your are doing).


I have no idea what the notification in the linphone1.png image is, nor 
why it that behavior recently changed for you (it is like this in 
linphone-android for a while now) unless your device got a system update 
that bring it this feature.


Cheers,

Le 02/02/2023 à 20:38, XATU PLE a écrit :

Hello,
The app was working great, until someone in my home tweaked some 
settings (or maybe an update?), and now incoming calls I get either a 
band on the top of the tablet or a square notification.

both prompt for hangup or answer.  (See screenshots on the links below)
before I could get a full preview of the incoming video on my screen.

I have an amazon tablet HD plus with the google play store installed.
linphone ver 5.
the "Early media" is on
the settings for the app are set to run on top of other apps.

any ideas, any help would be very well received.
what am I missing on the tablet settings or the app itself (I dont 
think they change anything there)


Screenshots
http://www.telnetinc.com/links/linphone0.png 
 

http://www.telnetinc.com/links/linphone1.png 
 



thank you

J. G.






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


OpenPGP_0x8EEEC0B12DD64C43.asc
Description: OpenPGP public key


OpenPGP_signature
Description: OpenPGP digital signature
___
Linphone-users mailing list
Linphone-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/linphone-users


Re: [Linphone-users] no longer able to connect to sip server

2023-01-16 Thread Sylvain Berfini

Hi,

It seems to me UDP packets are simply getting lost.
Can you try to connect using TCP or TLS instead?

Cheers,

Sylvain Berfini
*Head of Mobile & Desktop Apps Department*

+33 (0)9 52 63 65 05
sylvain.berf...@belledonne-communications.com

Discover our solutions in 3 minutes! 
<https://player.vimeo.com/video/393868225?autoplay=1>


/Belledonne Communications, the company behind the Linphone project/
https://linphone.org

Le 12/01/2023 à 19:00, linphone fan via Linphone-users a écrit :

I am running linphone on android version

Linphone android 5.0.2 (tags/5.0.2^0, release)

Linphone SDK 5.2.9 (tags/5.2.9^0, release)

Some time ago, i think after updating to this current version but I 
can;t be sure. I can no longer connect to my sip server.


Using a different client (sipdroid) does still work.

I see connection in progress which takes like 10 seconds. Then the 
little dot turns red and says connection failed


I have a debug log attached.

Can anybody please advice on what I can change in the settings to make 
it work again?



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


OpenPGP_0x8EEEC0B12DD64C43.asc
Description: OpenPGP public key


OpenPGP_signature
Description: OpenPGP digital signature
___
Linphone-users mailing list
Linphone-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/linphone-users


Re: [Linphone-users] Can't override Turn/Stun server in account settings.

2022-12-05 Thread Sylvain Berfini

Hi Warren,

This is indeed a bug, thanks for reporting it.

It will be fixed for the next release.

Cheers,

Sylvain Berfini
*Head of Mobile & Desktop Apps Department*

+33 (0)9 52 63 65 05
sylvain.berf...@belledonne-communications.com

Discover our solutions in 3 minutes! 
<https://player.vimeo.com/video/393868225?autoplay=1>


/Belledonne Communications, the company behind the Linphone project/
https://linphone.org
Le 04/12/2022 à 21:44, Warren Crossing a écrit :

Android version 4.6.14


I can type in my stun server, but it just resets back to linphone.org 
and no packets are sent to my turn server.


Is this a gui bug or a known feature?


___
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] Not connected to SIP server - how to reconnect

2022-08-28 Thread Sylvain Berfini
Hi Wes,

If clicking on "reconnect" has no effect, then there is a real network issue.
If you reproduce the issue please send logs so I can investigate the problem.

Cheers,
Sylvain Berfini
Head of Mobile & Desktop Apps Department

+33 (0)9 52 63 65 05
sylvain.berf...@belledonne-communications.com

Discover our solutions in 3 minutes!

Belledonne Communications, the company behind the Linphone project
https://linphone.org

Le 28 août 2022 22:00:17 GMT+02:00, Wes Anderson  a écrit 
:
>___
>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] Not connected to SIP server - how to reconnect

2022-08-27 Thread Sylvain Berfini
Hi Wes,

Swiping the app away from recent app will kill it (or you can use the quit 
button in side menu) and restarting it will trigger a registration process.
You can also press the "connected" label in the top bar.

Cheers,
Sylvain Berfini
Head of Mobile & Desktop Apps Department

+33 (0)9 52 63 65 05
sylvain.berf...@belledonne-communications.com

Discover our solutions in 3 minutes!

Belledonne Communications, the company behind the Linphone project
https://linphone.org

Le 27 août 2022 17:11:14 GMT+02:00, Wes Anderson  a écrit 
:
>___
>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 rejected

2022-02-24 Thread Sylvain Berfini

Hi,

We use TelecomManager to create self-managed calls, this way it's 
Android that handles bluetooth devices like it would do for a GSM call, 
so you can see an incoming call on your car dashboard, answer/decline it 
using buttons on your bluetooth headset, etc...


It's possible Chrome OS TelecomManager may be buggy, or there is 
something specific to do for such use-case, I'll dig.


Cheers,

Sylvain Berfini
*Head of Mobile & Desktop Apps Department*

+33 (0)9 52 63 65 05
sylvain.berf...@belledonne-communications.com

Discover our solutions in 3 minutes! 
<https://player.vimeo.com/video/393868225?autoplay=1>


/Belledonne Communications, the company behind the Linphone project/
https://linphone.org
Le 24/02/2022 à 15:09, René Kockisch a écrit :

Hi Sylvain,

yes this fix the issue, thank you very much. What is this feature for? 
Is this a bug in using the telecom manager API or a bug in bluetooth 
handling in chrome os?


BR

René


Am 24.02.2022 um 15:00 schrieb Sylvain Berfini:
Can you try to disable "Improve interactions with bluetooth devices" 
setting under "Call" section and tell me if it fixes your issue please?


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

2022-02-24 Thread Sylvain Berfini

Hi,

Can you try to disable "Improve interactions with bluetooth devices" 
setting under "Call" section and tell me if it fixes your issue please?


Cheers,

Sylvain Berfini
*Head of Mobile & Desktop Apps Department*

+33 (0)9 52 63 65 05
sylvain.berf...@belledonne-communications.com

Discover our solutions in 3 minutes! 
<https://player.vimeo.com/video/393868225?autoplay=1>


/Belledonne Communications, the company behind the Linphone project/
https://linphone.org
Le 24/02/2022 à 14:47, René Kockisch a écrit :

I do some debugging and found the following documentation:

https://docs.microsoft.com/en-us/dotnet/api/android.telecom.telecommanager.isincomingcallpermitted?view=xamarin-android-sdk-12 



so there is a function that block every incoming Call:

```
fun isIncomingCallPermitted(): Boolean {
    val incomingCallPermitted = 
telecomManager.isIncomingCallPermitted(account.accountHandle)
    Log.i("[Telecom Helper] Is incoming call permitted? 
$incomingCallPermitted")

    return incomingCallPermitted
    }

```

its look like a bug in account handling maybe. I also try diffrent SIP 
Provider and there is also this Call is not permited.


BR

René


Am 24.02.2022 um 13:46 schrieb René Kockisch:

Hello @all,

on a new chromebook with linphone installed in version 4.6.1 I cannot 
get any incoming call, in the logfiles I found following lines:


 [org.linphone/liblinphone] MESSAGE Linphone core [0xd83cd000] 
notified [first_call_started]
 [org.linphone/linphone-android] MESSAGE [Context] Call state changed 
[IncomingReceived]
 [org.linphone/linphone-android] MESSAGE [Telecom Helper] Is incoming 
call permitted? false
 [org.linphone/linphone-android] WARNING [Context] Refusing the call 
with reason busy because Telecom Manager will reject the call


It looks like there is any ACL or something like that who block the 
call, what is new in this version or is this a bug?


BR

René



___
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] Service running constantly

2022-02-14 Thread Sylvain Berfini
That's already fixed in 4.6.0, make sure you have enabled background 
mode setting in advanced parameters.


Cheers,

Sylvain Berfini
*Head of Mobile & Desktop Apps Department*

+33 (0)9 52 63 65 05
sylvain.berf...@belledonne-communications.com

Discover our solutions in 3 minutes! 
<https://player.vimeo.com/video/393868225?autoplay=1>


/Belledonne Communications, the company behind the Linphone project/
https://linphone.org
Le 14/02/2022 à 14:14, David D a écrit :

Hi!

Glad you know that!

Can you also fix that it does not start until I make a call?

Thanks,

David

On Feb 14, 2022 05:12, Sylvain Berfini 
 wrote:


Hi David,

Yes if you are using 4.6.0 release the Quit button no longer stops
the foreground service, but that's a regression.

Issue will be fixed with 4.6.1 release.

Cheers,

    Sylvain Berfini
*Head of Mobile & Desktop Apps Department*

+33 (0)9 52 63 65 05
sylvain.berf...@belledonne-communications.com

Discover our solutions in 3 minutes!
<https://player.vimeo.com/video/393868225?autoplay=1>

/Belledonne Communications, the company behind the Linphone project/
https://linphone.org
Le 13/02/2022 à 13:47, David D a écrit :

Hi.

I have been using linphone (for Android) for some time. All good.

I had an issue, when I enabled it the icon on the top did not
show until I dialed something. Then it stayed there. Until I
disabled it and hit Quit.

Now I have the opposite issue. I Disable my account and Quit,
and the icon stays there indicating the service is running.

I force stop it and it goes away then comes back.

I want to keep it off all times, then have it on when I enable
my account.

It's this a new bug or option?

Thanks

David

___
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] Service running constantly

2022-02-14 Thread Sylvain Berfini

Hi David,

Yes if you are using 4.6.0 release the Quit button no longer stops the 
foreground service, but that's a regression.


Issue will be fixed with 4.6.1 release.

Cheers,

Sylvain Berfini
*Head of Mobile & Desktop Apps Department*

+33 (0)9 52 63 65 05
sylvain.berf...@belledonne-communications.com

Discover our solutions in 3 minutes! 
<https://player.vimeo.com/video/393868225?autoplay=1>


/Belledonne Communications, the company behind the Linphone project/
https://linphone.org
Le 13/02/2022 à 13:47, David D a écrit :

Hi.

I have been using linphone (for Android) for some time. All good.

I had an issue, when I enabled it the icon on the top did not show 
until I dialed something. Then it stayed there. Until I disabled it 
and hit Quit.


Now I have the opposite issue. I Disable my account and Quit, and the 
icon stays there indicating the service is running.


I force stop it and it goes away then comes back.

I want to keep it off all times, then have it on when I enable my account.

It's this a new bug or option?

Thanks

David

___
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] Linphone Android 4.6 release

2021-11-16 Thread Sylvain Berfini

Hello everyone,

We're in the process of stabilizing the next release of linphone-android 
(4.6.0).
As always we are counting on all the good wills to help translate the 
app, and I thank all of you who already helped in the past and/or will 
continue to help us.
Some translations are really close to be completed (Spanish is currently 
at 96%, Russian at 99%), others have been started but need more work 
(German is at 38%, Dutch at 22%).
Of course if you language doesn't exists yet you can add it and start 
the translation process (there is currently 604 strings to translate per 
language).


You may have missed the information that we switched from Transifex to 
Weblate, so here's the link: 
https://weblate.linphone.org/projects/linphone/linphone-android-release-4-6/
You simply need to create an account (that's free) before being able to 
translate.


Thanks in advance to everyone!

Best regards,

--
Sylvain Berfini
*Head of Mobile Apps Department*

+33 (0)9 52 63 65 05
sylvain.berf...@belledonne-communications.com

Discover our solutions in 3 minutes! 
<https://player.vimeo.com/video/393868225?autoplay=1>


/Belledonne Communications, the company behind the Linphone project/
https://linphone.org___
Linphone-users mailing list
Linphone-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/linphone-users


Re: [Linphone-users] Linphone Android / IOS setting nortp_timeout value via XML

2021-11-16 Thread Sylvain Berfini

Hi Chris,

Try to add overwrite="true"to the entry.
See 
https://wiki.linphone.org/xwiki/wiki/public/view/Lib/Features/Remote%20Provisioning/ 
for more information about remote provisioning.


Cheers,

Sylvain Berfini
*Head of Mobile Apps Department*

+33 (0)9 52 63 65 05
sylvain.berf...@belledonne-communications.com

Discover our solutions in 3 minutes! 
<https://player.vimeo.com/video/393868225?autoplay=1>


/Belledonne Communications, the company behind the Linphone project/
https://linphone.org
Le 16/11/2021 à 00:52, Christopher Story a écrit :
i have a working Linphone / FrePBX system.  Due to the famous 30 
second disconnect issue, I would like to add the value nortp_timeout 
to the XML config.


I have a working XML config setup that are used to provision many 
phones.. when i add the following, it is not used..



    300
  


I manually added the same value to desktop linphone apps and it works 
fine...


[rtp]
audio_rtp_port=7078
video_rtp_port=9078
text_rtp_port=11078
audio_jitt_comp=60
video_jitt_comp=60
nortp_timeout=300
audio_adaptive_jitt_comp_enabled=1
video_adaptive_jitt_comp_enabled=1


ideas?

Chris

___
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 4.5.2 (tags/4.5.2^0, releaseAppBundle) Android contacts database integration

2021-09-23 Thread Sylvain Berfini

Hi Tom,

Check in your account params that you have correctly filled the 
"international prefix" field.


Cheers,

Sylvain Berfini
Software Engineer @ Belledonne Communications

Le 23/09/2021 à 15:02, Tom's Bike Shed a écrit :

Hi all,

I'm running Linphone Android 4.5.2 (tags/4.5.2^0, releaseAppBundle). 
If I understand correctly, my Android contacts database should 
populate into Linphone- i.e. when I receive a SIP call in the app, 
Linphone should display the name of the calling contract if the caller 
has an entry in my Android contacts. This functionality is currently 
not working and all I see is the calling party number for the incoming 
call, even though the caller number is in my Android contacts with an 
associated name.


Please can you assist me with resolving this so that Linphone displays 
the name of the calling party from my Android contacts database.


Kind regards, Tom

Tom's Bike Shed

tomsbikes...@gmail.com
www.facebook.com/tomsbikeshed <http://www.facebook.com/tomsbikeshed>
Telephone: 01460 455301
SMS/WhatsApp: 07948 326593

___
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] setup proxyconfig

2021-07-13 Thread Sylvain Berfini

Hi Manthan,

You can check our tutorials 
(https://gitlab.linphone.org/BC/public/tutorials), there is one 
specifically about that (Account Login).


Cheers,

Sylvain Berfini
Software Engineer @ Belledonne Communications

Le 13/07/2021 à 08:39, Manthan Patel via a écrit :

hey there,
               how can we register to our sip server , i was looking 
for any possible way of doing it with android sdk but could not find 
how this works , it is getting register to an server which is in 
production but i want to connect to development server how can i do 
that , even by passing the domain for dev-server it is registering to 
production one.


is there any function of sdk which i can use to set server ip in 
android sdk , please help with example code.

--
*Manthan Patel | Android Developer*
*Appitsimple
*CallHippo <https://callhippo.com/>

Disclaimer: The information in this email is strictly confidential and 
may be legally privileged. If you are not the intended recipient, any 
use of this email or the information contained therein or disclosure 
or any action taken or omissions made including but not limited to 
copying, distribution or placing reliance on it, is expressly 
prohibited and may be unlawful. This email is intended solely for the 
addressee, access to this email by anyone else is unauthorized, the 
recipient is requested to notify CallHippo and delete this email from 
their system immediately.


___
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 for Android rings in Do Not Disturb

2021-07-09 Thread Sylvain Berfini

Hi,

What version of linphone-android are you using?
This should not happen in current release (4.5.0).

Cheers,

Sylvain Berfini
Software Engineer @ Belledonne Communications

Le 09/07/2021 à 12:22, dahxo...@aingunox.e4ward.com a écrit :

I had my Android phone in Do Not Disturb and I got a spam call, ringing, in the
middle of the night, from the other side of the world.

Please fix this.  It wakes me up in the middle of the night.

--


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

2021-06-30 Thread Sylvain Berfini

Hi Giacomo,

Can you be a bit more explicit about the issue please? Is your issue on 
Android, iOS or desktop? Can you make a screen recording of the problem?


Cheers,

Sylvain Berfini
Software Engineer @ Belledonne Communications

Le 29/06/2021 à 09:27, giac...@citypasstravel.it a écrit :



Hello, I'm in trouble, despite my preference, calls and chat flag 
making the keyboard visible, this is not visible, and I can't call the 
stored numbers, how can I show the phone keyboard always in the 
foreground?


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] Linphone android, GSM VoLTE incoming call - hold

2021-06-02 Thread Sylvain Berfini
I mean this file in linphone-android project: 
https://gitlab.linphone.org/BC/public/linphone-android/-/blob/release/4.4/app/src/main/res/raw/linphonerc_factory


Sylvain Berfini
Software Engineer @ Belledonne Communications

Le 02/06/2021 à 10:45, Vojtěch Brothánek a écrit :


Hi,

Thanks for such a quick reply.

By factory config file you mean andoird cfg or Linphone code?

Thank you.

Vojtech Brothanek

vbrotha...@brotel.cz

*Od: *Sylvain Berfini 
*Datum: *středa 2. června 2021 10:15
*Komu: *"linphone-users@nongnu.org" , 
Vojtěch Brothánek 
*Předmět: *Re: [Linphone-users] Linphone android, GSM VoLTE incoming 
call - hold


Hi,

This is caused by the loss of audio focus. When that happens, Google 
recommends to pause any ongoing VoIP call.


You can disable this behavior by adding the following in your factory 
config file:

[audio]
android_pause_calls_when_audio_focus_lost=0

There will be an in-app setting in 4.5.0 release to disable this behavior.

Cheers,

Sylvain Berfini
Software Engineer @ Belledonne Communications

Le 02/06/2021 à 09:02, Vojtěch Brothánek a écrit :

Hello,

We recently installed linphone on multiple devices - Samsung J3
(2017), Android 9, Linphone Android 4.4.3 (release), Linphone SDK
4.5.7 (tags/4.5.7ˆ0).

We are having problem, when SIP call is established and a GSM or
VoLTE call comes in to the SIP call, the SIP call is automatically
paused (on hold). Customer (in our case) on SIP line is waiting on
hold, listening a music and on Samsung pohone is incoming GSM call.
In our case We must wait until GSM call ends and afterwards We can
resume the SIP call.

Is there an option to disable that? We want in the that we have
notifications about incoming GSM calls but dont want to hold SIP
call..

Thanks a lot,

Best Regards.
Vojtech Brothanek

vbrotha...@brotel.cz <mailto:vbrotha...@brotel.cz>



___

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] Linphone android, GSM VoLTE incoming call - hold

2021-06-02 Thread Sylvain Berfini

Hi,

This is caused by the loss of audio focus. When that happens, Google 
recommends to pause any ongoing VoIP call.


You can disable this behavior by adding the following in your factory 
config file:

[audio]
android_pause_calls_when_audio_focus_lost=0

There will be an in-app setting in 4.5.0 release to disable this behavior.

Cheers,

Sylvain Berfini
Software Engineer @ Belledonne Communications

Le 02/06/2021 à 09:02, Vojtěch Brothánek a écrit :


Hello,

We recently installed linphone on multiple devices - Samsung J3 
(2017), Android 9, Linphone Android 4.4.3 (release), Linphone SDK 
4.5.7 (tags/4.5.7ˆ0).


We are having problem, when SIP call is established and a GSM or VoLTE 
call comes in to the SIP call, the SIP call is automatically paused 
(on hold). Customer (in our case) on SIP line is waiting on hold, 
listening a music and on Samsung pohone is incoming GSM call.
In our case We must wait until GSM call ends and afterwards We can 
resume the SIP call.


Is there an option to disable that? We want in the that we have 
notifications about incoming GSM calls but dont want to hold SIP call..


Thanks a lot,

Best Regards.
Vojtech Brothanek

vbrotha...@brotel.cz


___
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] Calls to 10 digit phone number failing (User not found)

2021-05-20 Thread Sylvain Berfini

Simply empty the prefix field, it won't prepend it nor the '+' when dialing.

Another way is for you to enter the full SIP URI instead of just the ten 
digits of the username, like sip:num...@domain.tld


Sylvain Berfini
Software Engineer @ Belledonne Communications

Le 20/05/2021 à 16:58, Trent Creekmore a écrit :

Actually, looking in the Linphone logs more closely, it is not a FreePBX
problem, but a Linphone problem.

I can see by default, Linphone is adding a '+' before the telephone number.
That is incorrect for dialing within the USA.

Looking in the account settings, I see I can only replace the + with 00
which is also incorrect.

I just need to send ten digits to FreePBX, and nothing else.

Looking in the various settings, I see no means to disable Linphone from
adding digits, or the +





-Original Message-
From: a-linphone...@mikus.sk 
Sent: Thursday, May 20, 2021 9:32 AM
To: Trent Creekmore 
Cc: linphone-users@nongnu.org
Subject: Re: [Linphone-users] Calls to 10 digit phone number failing (User
not found)

Hi,

This is FreePBX configuration problem, nothing to do with the client.

Check your outbound routes, asterisk debug and relevant forums involved with
FreePBX.

Amk


Date: Thu, 20 May 2021 09:06:15 -0500
From: "Trent Creekmore" 
To: "'Sylvain Berfini'"
,

Subject: Re: [Linphone-users] Calls to 10 digit phone number failing
(User not found)
Message-ID: <005401d74d81$4d7badf0$e87309d0$@lindows.org>
Content-Type: text/plain; charset="utf-8"

I am using FreePBX, thus we have set the dialing plan with 10 digits for

calling within the USA.

I will send a more complete log soon



___
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] Calls to 10 digit phone number failing (User not found)

2021-05-20 Thread Sylvain Berfini

Hi Trent,

Your log is incomplete, please attach from the moment INVITE is sent.

Also most PBX providers use phone numbers starting with international 
prefix (like +33 for France).
Ensure the URI you are dialing either contains the prefix or you have 
configured it in your account settings.


Cheers,

Sylvain Berfini
Software Engineer @ Belledonne Communications

Le 18/05/2021 à 00:31, Trent Creekmore a écrit :


This is version 4.4.3 for Android

I am connected to a PBX, so I can dial all the feature codes of
the PBX when I dial them.

However, when calling an actual phone number, I am getting “User
not found” and call is never started.

Here is some of the log which says nearly the same thing:

2021-05-17 17:16:57:882 [org.linphone/linphone-android] MESSAGE
[Context] Call state is [Error]

2021-05-17 17:16:57:883 [org.linphone/linphone-android] MESSAGE
[Notifications Manager] Call notification notifiable is Id: 25,
local identity: null, myself: null, isGrouped: false, pending
intent class org.linphone.call.CallActivity

  * 2021-05-17 17:16:57:884 [org.linphone/linphone-android]
WARNING [Contacts Manager] Couldn't find friend...

2021-05-17 17:16:57:885 [org.linphone/linphone-android] MESSAGE
[Notifications Manager] Notifying 25

2021-05-17 17:16:57:887 [org.linphone/linphone-android] MESSAGE
[Service] Destroying video overlay

2021-05-17 17:16:57:887 [org.linphone/linphone-android] MESSAGE
[Manager] Call state is [Error]

2021-05-17 17:16:57:894 [org.linphone/liblinphone] MESSAGE
Linphone core [0x9a40bc00] notified [call_state_changed]

2021-05-17 17:16:57:894 [org.linphone/liblinphone] MESSAGE
[ToneManager] [0x804c52e4] state changed : [None, LinphoneCallError]

2021-05-17 17:16:57:894 [org.linphone/liblinphone] MESSAGE
[ToneManager] stop

2021-05-17 17:16:57:894 [org.linphone/liblinphone] MESSAGE
[ToneManager] nothing to stop

2021-05-17 17:16:57:894 [org.linphone/liblinphone] MESSAGE
[ToneManager] [0x804c52e4] state changed : [None, LinphoneCallError]

2021-05-17 17:16:57:894 [org.linphone/liblinphone] MESSAGE
[ToneManager] doStopToneToPlaySomethingElse

2021-05-17 17:16:57:894 [org.linphone/liblinphone] MESSAGE
[ToneManager] doStartErrorTone [4]

2021-05-17 17:16:57:894 [org.linphone/liblinphone] MESSAGE
CallSession [0x804c52e4] moving from state LinphoneCallError to
LinphoneCallReleased

  2021-05-17 17:16:57:894 [org.linphone/liblinphone]
MESSAGE [ToneManager] [0x804c52e4] state changed : [None,
LinphoneCallReleased


___
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] Upcoming linphone-android 4.5.0 release

2021-05-05 Thread Sylvain Berfini

Hello everyone,

We are entering public beta stage for our upcoming 4.5.0 
linphone-android release.


This version is a complete rewrite of the app using Kotlin (with 
coroutines) and modern Android components such as navigation, view 
models, data-binding, etc...
The full list of changes is available in our CHANGELOG file: 
https://gitlab.linphone.org/BC/public/linphone-android/-/blob/release/4.5/CHANGELOG.md 
<https://gitlab.linphone.org/BC/public/linphone-android/-/blob/release/4.5/CHANGELOG.md>


The only downside is that for improvement sake, the current translations 
made by our community on Transifex can no longer be used,
and because of the "Doctype Entity" feature we now use in our 
strings.xml files we can no longer use Transifex as traduction tool.
That's why we have created our instance of Weblate, another web tool to 
simplify translation process, and it's available there: 
https://weblate.linphone.org/ <https://weblate.linphone.org/>


Currently English & French are fully translated by us, and Chinese & 
Spanish have been started but aren't complete.
And since our Weblate instance has been made public yesterday, I see 
someone already started the Dutch translation, so thanks a lot to that 
person.


We plan on releasing the new version by the end of the month, and all 
translations started by then will be included in it, so if you are 
motivated to help us we'll gladly accept all contributions.


Thanks in advance.

Cheers,

--
Sylvain Berfini
Software Engineer @ Belledonne Communications


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


Re: [Linphone-users] Are Linphone chat communications encrypted?

2021-05-05 Thread Sylvain Berfini

Hi Greg,

Actually for the chat it's not ZRTP that is being used (as it indeed 
would require a call to send data in a RTP stream, which we do but only 
for real time text).


We have developped an IM E2E encryption module named LIME (Linphone 
Instant Messaging Encryption) but which is related to ZRTP: 
https://www.linphone.org/technical-corner/lime


Cheers,

Sylvain Berfini
Software Engineer @ Belledonne Communications

Le 04/05/2021 à 15:50, Greg Troxel a écrit :

Sylvain Berfini  writes:


Indeed you can use Linphone for E2E encrypted chat if both
participants are using Linphone and if you are using our
sip.linphone.org proxy server.

In the app, simply toggle the green shield on to enable E2E encrypted chat.

Check our website for more infos: https://linphone.org/secure-communications

I am not following this explanation and data flow.

If you mean that clicking on shield turns on ZRTP, that makes sense.  As
I understand it, that not only applies to the media stream but the key
negotiation is inband within RTP so the intermediate SIP entities do not
have to have any support for ZRTP, just the two endpoints.

As I understand it, chat is carried in the signaling channel, and thus
two people each of whom is using Linphone as client and sip.linphone.ort
as proxy server will each have a TLS connection to the proxy, but the
chat will exist in cleartext within the proxy.   This is analogous to
XMPP where each person connects over TLS (to the same server).

(I'm ignoring VPN approaches, because while they have a lot of merit,
"Run app X over host-based VPN and now X is e2e encrypted" isn't about
app X,.  Also, it isn't really on point for people that don't want to or
can't pivot their entire world -- and the worlds of everyone they talk
to -- to always-p2-VPN.  In the real world, I find getting others to
install Signal instead of using SMS to be difficult.)

For SIP chat, the only methods I am aware of for e2e encryption are OTR
an OMEMO, both of which perform key negotiation within the chat channel
and send ciphertext using that channel.

So Sylvain: can you clarify:  Do you really mean chat being end-to-end
encrypted, with no plaintext appearing at any intermediate node, for
chat?   If so, do you mean that the chat is somehow encrypted with ZRTP,
or uses some other protocol?

   https://linphone.org/secure-communications

It would be nice to update this page to have a nerd-facing accurate
discussion of the crypto situation, specifically addressing ZRTP and the
scope of what it covers.  Perhaps the only point of confusion in my mind
is about how chat is handled.

Greg


___
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] Are Linphone chat communications encrypted?

2021-05-04 Thread Sylvain Berfini

Hi,

Indeed you can use Linphone for E2E encrypted chat if both participants 
are using Linphone and if  you are using our sip.linphone.org proxy server.


In the app, simply toggle the green shield on to enable E2E encrypted chat.

Check our website for more infos: https://linphone.org/secure-communications

Cheers,

Sylvain Berfini
Software Engineer @ Belledonne Communications

Le 04/05/2021 à 02:06, Eric Shields | #MassTransitHonchkrow via 
Linphone-users a écrit :


E2E Encryption when it comes to chats requires both participants to be 
using the same setup. If you send a message that's encrypted to a DID 
endpoint that doesn't support it, they'll get gibberish.






 Original Message 
On May 3, 2021, 4:47 PM, Stuart D Gathman < stu...@gathman.org> wrote:


On Mon, 3 May 2021, Greg Troxel wrote:

> Maciej Morycinski  writes:
>
>> ...although that is not the same as "end-to-end encrypted". I
am not
>> sure, but I don't believe they are end-to-end encrypted.
>
> Indeed, a good point.

If you use linphone in P2P mode - over a mesh VPN (where there is
no "VPN server"), then it is e2e encrypted thanks to the VPN.

You add the raw IP6 to your address book on linphone just as
easily as a
phone number or domain based sip address.

An article about using Cjdns as the VPN:
https://fedoramagazine.org/decentralize-common-fedora-apps-cjdns
<https://fedoramagazine.org/decentralize-common-fedora-apps-cjdns>/

___
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] can't find certain settings

2021-03-04 Thread Sylvain Berfini

Hi,

This means push notifications aren't available on your phone, for some 
reason.


Can you enable the debug log toggle in advanced settings, kill & restart 
the app and then send logs using the button in the About page?


Cheers,

Sylvain Berfini
Software Engineer @ Belledonne Communications

Le 04/03/2021 à 15:17, Znoteer via Linphone-users a écrit :

Hello Sylvain,

I found the menu, but there is nothing about push notifications there.  "Link your 
account" is the last thing on the menu.  See this screenshot 
https://dl.zici.fr/1616163143-22/Screenshot_20210304-090753.png

That allowed me to change the expiration time, which my provider suggested, but 
I still need to allow push.  Do I need to do more than to register or something 
maybe?

Thank you,

znoteer

On Thu, Mar 04, 2021 at 02:48:30PM +0100, Sylvain Berfini wrote:

Hi,

The "Allow push notification" setting is at the bottom of the account
settings page.
To go there, click on your account either in the side panel or at the top of
the settings list.

Cheers,

Sylvain Berfini
Software Engineer @ Belledonne Communications

Le 03/03/2021 à 03:40, Znoteer via Linphone-users a écrit :

Hello list,

My VOIP provider gives a configuration sample for Linphone.  See 
https://dl.zici.fr/1617329378-29/Screenshot_Linphone-settings_2021-03-02_21-11-02.png

The Settings menu in my instance of Linphone (Android 4.3.1 (release), SDK 
4.4.2 (tags/4.4.2^0), running on Android 11) looks like this, however, 
https://dl.zici.fr/1616034271-22/Screenshot_20210302-211202.png

I found some STUN and ICE stuff under the Network tab of the second 
screenshoot, but nothing about push notifications (and many other of the 
options my provider's example shows).

Similarly, my provider shows this Network menu, 
https://dl.zici.fr/1616034271-22/Screenshot_Linphone-settings_2021-03-02_21-31-31.png,
 whereas my Network menu looks like this, 
https://dl.zici.fr/1616034271-22/Screenshot_20210302-213240.png.

As you can see, I was able to disable random ports, and assign to port 5060 as 
my fournisseur suggests, but once again there is nothing about push 
notifications.

Can someone point me in the right direction?

Much obliged,



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


Re: [Linphone-users] can't find certain settings

2021-03-04 Thread Sylvain Berfini

Hi,

The "Allow push notification" setting is at the bottom of the account 
settings page.
To go there, click on your account either in the side panel or at the 
top of the settings list.


Cheers,

Sylvain Berfini
Software Engineer @ Belledonne Communications

Le 03/03/2021 à 03:40, Znoteer via Linphone-users a écrit :

Hello list,

My VOIP provider gives a configuration sample for Linphone.  See 
https://dl.zici.fr/1617329378-29/Screenshot_Linphone-settings_2021-03-02_21-11-02.png

The Settings menu in my instance of Linphone (Android 4.3.1 (release), SDK 
4.4.2 (tags/4.4.2^0), running on Android 11) looks like this, however, 
https://dl.zici.fr/1616034271-22/Screenshot_20210302-211202.png

I found some STUN and ICE stuff under the Network tab of the second 
screenshoot, but nothing about push notifications (and many other of the 
options my provider's example shows).

Similarly, my provider shows this Network menu, 
https://dl.zici.fr/1616034271-22/Screenshot_Linphone-settings_2021-03-02_21-31-31.png,
 whereas my Network menu looks like this, 
https://dl.zici.fr/1616034271-22/Screenshot_20210302-213240.png.

As you can see, I was able to disable random ports, and assign to port 5060 as 
my fournisseur suggests, but once again there is nothing about push 
notifications.

Can someone point me in the right direction?

Much obliged,



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


Re: [Linphone-users] Linphone for Android notifications beep in Do Not Disturb

2021-01-04 Thread Sylvain Berfini

Hi,

Indeed the fix was made, but there was no official release of the 
linphone-android app since, and F-Droid only build & publish when a 
release is made.


So wait until we release the 4.4.0 version of linphone-android (should 
happen this month), and then F-Droid should publish it's own.


Cheers,

Sylvain Berfini
Software Engineer @ Belledonne Communications

Le 04/01/2021 à 07:40, dahxo...@aingunox.e4ward.com a écrit :

On Thu, Dec 31, 2020 at 01:29:36AM +, Eric Shields | Mass Transit Honchkrow 
wrote:

the Do Not Disturb setting must be ignored. If it asks you, click Cancel.

As it currently stands, version 4.2.2 is the latest version I have found.

If you enable DND, calls will NOT ring. Make sure that Linphone has the
ability to draw over other apps so that when a call DOES come in, it
will show. If you are using another app and a call comes in, it will
show as a banner atop the screen.

Thanks, I changed the setting for drawing over other apps.

But the problem, as explained in my original email, is that although the call
doesn't ring, the alert for the missed call *does* beep in Do Not Disturb.

That's because Linphone is setting its notifications as calendar notifications.
This forces me to block calendar notifications, which I don't want to do.

Having calendar notifications on in DND makes sense because I don't want to
miss an appointment.  But a robocall received through Linphone isn't a calendar
event.

Linphone sometimes beeps, because of a missed spam robocall, in the middle of
the night, because the number receiving the call is from a country whose
timezone is half a world away.

When I send my original email below a month ago, a couple of developers replied
to this list and fixed the bug.  But the version I get from F-Droid is still
the broken one, and that's why I'm bumping this.


On Tue, Dec 08, 2020 at 01:10:34AM +:

In my LineageOS settings, I select Sound → Advanced → Do Not Disturb → 
Notifications → No sound from notifications.

But still, when I get a call in Linphone while in Do Not Disturb, the call 
won't ring, but afterwards the notification for the missed call beeps.

Linphone is the only app giving me this problem. I think Linphone might be categorizing tits 
notification as "reminder" or "event". That would explain that it bypasses Do 
Not Disturb.

Is there a way to make Linphone behave?

PS: I believe this is a bug and I tried to report it in the gitlab instance at
https://gitlab.linphone.org/BC/public/linphone-android , but there is no Sign
Up button, only Sign In.


___
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 for Android notifications beep in Do Not Disturb

2020-12-08 Thread Sylvain Berfini

Hi Greg,

Thanks to your link I came across this: 
https://developer.android.com/training/notify-user/build-notification#system-category


So I'll remove the category for the missed calls notifications. And I'll 
also create a dedicated channel for them, with a lower priority.


Cheers,

Sylvain Berfini
Software Engineer @ Belledonne Communications

Le 08/12/2020 à 16:02, Greg Troxel a écrit :

Sylvain Berfini  writes:


Indeed we use the category Event for missed calls.

Reading:

   https://material.io/design/platform-guidance/android-notifications.html

Event is defined as "calendar event".  Missed calls are not calendar
events so this is incorrect :-)

However there isn't a missed call category.  I'd pick MESSAGE.  But the
docs

   https://developer.android.com/training/notify-user/build-notification

say not to set one if it doesn't match, and missed call does not match.


However, given that calls are supposed to ring, I'd say missed call
notifications should be preconfigured to be silent.  There's no need to
make noise twice.  So the channel for missed call should default to
IMPORTANCE_LOW.


However on my device there is no issue in do not disturb mode, so it
may be an issue in Lineage OS (I don't have one to test).

It sounds like Lineage is choosing to have Calendar events override DND,
or the user has set it up that way.  Not a bug in lineage, I'd say, or
certaily a separate issue.

___
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 for Android notifications beep in Do Not Disturb

2020-12-08 Thread Sylvain Berfini

Hi,

Indeed we use the category Event for missed calls.

However on my device there is no issue in do not disturb mode, so it may 
be an issue in Lineage OS (I don't have one to test).


Cheers,

Sylvain Berfini
Software Engineer @ Belledonne Communications

Le 08/12/2020 à 02:10, dahxo...@aingunox.e4ward.com a écrit :

In my LineageOS settings, I select Sound → Advanced → Do Not Disturb → 
Notifications → No sound from notifications.

But still, when I get a call in Linphone while in Do Not Disturb, the call 
won't ring, but afterwards the notification for the missed call beeps.

Linphone is the only app giving me this problem. I think Linphone might be categorizing tits 
notification as "reminder" or "event". That would explain that it bypasses Do 
Not Disturb.

Is there a way to make Linphone behave?

PS: I believe this is a bug and I tried to report it in the gitlab instance at
https://gitlab.linphone.org/BC/public/linphone-android , but there is no Sign
Up button, only Sign In.


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

2020-08-24 Thread Sylvain Berfini

Hi Sofia,

Please open a ticket on github (either 
https://github.com/BelledonneCommunications/linphone-android/issues or 
https://github.com/BelledonneCommunications/linphone-iphone/issues) with 
the logs from the application (to enable in advanced settings, then 
restart the app, reproduce the issue and use the send logs button in 
About page).


Best regards,

Sylvain Berfini
Software Engineer @ Belledonne Communications

Le 24/08/2020 à 09:37, Sofia Kalatha via Linphone-users a écrit :

Good Morning,

I have a problem regarding the usage of linphone in my mobile phone.

I can receive calls while I am connecting to internet with Wi-Fi , but 
I can not receive calls while I use my mobile data. My mobile device 
is Huawei P10 lite.


Could you help me please with this problem?

Thank you in advance.

Best Regards,
Sofia

___
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] APK for Android

2020-08-19 Thread Sylvain Berfini

Hi,

Every release we make of the linphone-android application is available 
on our website as an APK (signed by us): 
https://linphone.org/releases/android/


The most recent is 
http://linphone.org/releases/android/linphone-android-4.3.0.apk


Cheers,

Sylvain Berfini
Software Engineer @ Belledonne Communications

Le 19/08/2020 à 14:27, Lee Saunders a écrit :

Hello,

Is there an APK file for Android available or an alternative to Google 
Play?


I'm in China, so my phone does not have any Google services.

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] Linphone Android 4.2.3 removes digit from phone call

2020-04-02 Thread Sylvain Berfini

Hi,

I just opened a merge request to fix our Austrian dial plan that is 
indeed incorrect.

Fix will be available in the next release.

Thanks for reporting it.

Cheers,

Sylvain Berfini
Software Engineer @ Belledonne Communications

Le 02/04/2020 à 11:51, Dr. Karl Heinz Grube a écrit :

Hello!

When I try to make a phone call (currently in Austria, which means 
+43) it removes the first digit.


For example 0654 turns into 654, which causes the call 
to fail. Dialing +43 654 turns into +43 54 which fails 
too naturally.


Linphone for Android Version 4.2.3

I would categorize this bug as critical, as it causes a huge number of 
calls to simply fail, because Linphone changes the dialed numbers... I 
remember this bug as not being present in some older version from last 
year, but perhaps I am mistaken.



___
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 Linphone - Wrongly adding +1 in front of numbers

2020-03-23 Thread Sylvain Berfini

Hi,

Indeed there is a way to remove the auto prefix.

In your account settings, empty the "prefix" setting field.

Cheers,

Le 23/03/2020 à 15:01, Shurbann Martes a écrit :

Dear Linphone-users,

I have installed Linphone Android version 4.2.3 on my Motorola G6 
phone. Everything works fine. I have only 1 SIP account connecting to 
our SIP server here at the office.


The only problem I have is the fact that I have to call using the i.e. 
100@domain-IP instead of 100. If I use the latter one, Linphone will 
call +1100@domain-IP, in other words, it is adding (wrongly) a +1 in 
front.


Is there an option to remove the +1 that it is adding automatically 
when I type 100 so that it will call 100@domain-IP.


Thank you for your help.

Regards,
Shurbann Martes


___
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] Install on Android 6 - OnePlus One

2020-03-19 Thread Sylvain Berfini

Hi,

No, the APK is the same. The only difference is for the Play Store we 
upload an App Bundle and Google generates the APK with only the required 
components to have a smaller APK.


The weird thing is, as I showed previously, is that Google considers 
your device to be compatible with the App Bundle we uploaded. Maybe it's 
a bug on their side?


Cheers,

Sylvain Berfini
Software Engineer @ Belledonne Communications

Le 18/03/2020 à 22:08, Olivier FAURAX via Linphone-users a écrit :

That is the sense of my question : why can I install the 4.2.3 from the
APK without problem when Google Play says it's not compatible ?
Is it a different version on Google Play ?
Olivier

Le 18/03/2020 à 21:55, james pruett a écrit :

if you dont see it, its not compatible with your phone

On Wed, Mar 18, 2020 at 3:36 PM Olivier Faurax via Linphone-users
mailto:linphone-users@nongnu.org>> wrote:

 Thanks, I managed to install it.
 However, it's strange that I can't see it on Google Play.
 It seems that it's not available if I search for it.
 Is it the same apk on the Google play?
 Olivier FAURAX

 Le 17 mars 2020 15:37:26 GMT+01:00, Sylvain Berfini
 mailto:sylvain.berf...@belledonne-communications.com>> a écrit :

 Hi,

 Actually it is compatible.

 Are you sure you are trying to install the right application?

 You can also try to install the APK directly from here:
 http://linphone.org/releases/android/linphone-android-4.2.3.apk

 Cheers,

 Sylvain Berfini
 Software Engineer @ Belledonne Communications

 Le 16/03/2020 à 17:09, olivier--- via Linphone-users a écrit :

 Hello,
 I try to install Linphone on my Oneplus One (Android 6), but
 Google Play tells me it's incompatible with my device.
 Can you explain why?
 I can't understand why my smartphone can't be used as a...
 phone ;)
 Thanks in advance
 Olivier FAURAX

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


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


Re: [Linphone-users] Install on Android 6 - OnePlus One

2020-03-17 Thread Sylvain Berfini

Hi,

Actually it is compatible.

Are you sure you are trying to install the right application?

You can also try to install the APK directly from here: 
http://linphone.org/releases/android/linphone-android-4.2.3.apk


Cheers,

Sylvain Berfini
Software Engineer @ Belledonne Communications

Le 16/03/2020 à 17:09, olivier--- via Linphone-users a écrit :

Hello,
I try to install Linphone on my Oneplus One (Android 6), but Google 
Play tells me it's incompatible with my device.

Can you explain why?
I can't understand why my smartphone can't be used as a... phone ;)
Thanks in advance
Olivier FAURAX

___
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] Is it possible to provide the linphone-sdk release 4.3 maven repository address?

2020-02-03 Thread Sylvain Berfini

Hi,

New maven repository is available here: 
https://linphone.org/maven_repository/org/linphone/linphone-sdk-android/


Cheers,

Sylvain Berfini
Software Engineer @ Belledonne Communications

Le 03/02/2020 à 04:32, 俞文哲 a écrit :
I can't find it Linphone SDK 4.3 release. I integrated the linphone 
SDK of the repository at 
http://linphone.org/releases/maven_repository/org/linphone/linphone-sdk-android/4.2-27-g2954055/
 Only 4.3.0 beta here, Hope you can give me a sdk dependent 
address.Thanks so much. The gitlab address requires me to compile the 
source library myself. I'm not very familiar with compiling source 
code libraries.


___
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] Privacy matters?

2019-12-02 Thread Sylvain Berfini

Hi Roland,

There is no option to enable or disable LIME at app level, it is just a 
matter of enabling the "shield" toggle while creating a chat room.


Cheers,

Le 30/11/2019 à 17:23, Roland Häder a écrit :

On 11/28/2019 05:23 PM, Sylvain Berfini wrote:

Hi,

Indeed if you transfer sensible information we recommend you to use
LIME for end-to-end encryption of messages and files.

Also for information files are stored for 1 month on our server but
links are only valid for 1 week.

Cheers,


Bonjur Sylvain,

my partner doesn't have the option for LIME to enable. :-( At least our
video call is encrypted (TLS + ZSRP, I see a lock symbol with a checkbox
in it).

Greetings,
Roland


___
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] Privacy matters?

2019-11-28 Thread Sylvain Berfini

Hi,

Indeed if you transfer sensible information we recommend you to use LIME 
for end-to-end encryption of messages and files.


Also for information files are stored for 1 month on our server but 
links are only valid for 1 week.


Cheers,

Le 17/11/2019 à 15:03, Roland Häder a écrit :

On 11/17/2019 12:01 PM, Сергей Жигарь wrote:

The Wikipedia article is not relevant to your question. A long random
file name is no worse than a username/password pair. I assume that on
the server the data is stored no more than a week. if your file is
protected by LIME technology, then you have nothing to worry about.

Okay, and brute-forcing takes to much time to go through all + Trillion
(wrong maybe) possibilities.


___
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] Unassigned yet urgent bug

2019-10-31 Thread Sylvain Berfini

Hi David,

Thanks for the report, it has been fixed.

Cheers,

Le 31/10/2019 à 10:48, David Pirotte a écrit :

Hello Sylvain,


As for the connection issue, it should be fixed now.

It is broken again, since yesterday night +/- 20h utc-3, it is
impossible, for me at least, to connect using the desktop version:

Desktop 4.1.1 - Qt5.9.0
Core 3.12.0

[ the android version seems fine ...

Thanks (to fix it again),
David


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


Re: [Linphone-users] Unassigned yet urgent bug

2019-08-31 Thread Sylvain Berfini

Hi,

Le 31/08/2019 à 09:28, ael a écrit :

On Sat, Aug 31, 2019 at 12:43:29AM +0100, nev...@iprimus.com.au wrote:

Hi,
Authentication fails on Linphone-Desktop.
Please will some one get assigned to fix this important issue.
It is similar to
gitlab.linphone.org/BC/public/linphone-desktop/issues/3
which is still unassigned a fixer too.

We suspect that no one from Linphone reads this list, so you are
probably wasting your breath/characters!


No, we do read it.

As for the connection issue, it should be fixed now.



Surely you have seen the threads on this list discussing exactly this
problem? Why start another?

ael


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

Cheers,

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


Re: [Linphone-users] SIP Registration rejecting username/password with 401

2019-08-31 Thread Sylvain Berfini

Hi guys,

Indeed this week we have updated flexisip to be able to handle SHA-256 
algorithm but it seems to break the register in the old desktop client.


Until we have a fix for this we disabled SHA-256, it should be working 
again now.


Cheers,

Le 30/08/2019 à 20:58, Echedey a écrit :
Are you using the last version of FlexiSIP server and 4.1.1 version of 
the desktop client?


Could you test that client with an account on the Linphone SIP service?

I attached my log trying registration on the main service.

30 de agosto de 2019 19:52, "Russell Treleaven" 
> 
escribió:


Latest client on osx is working fine with my own sip server.
On Fri, Aug 30, 2019, 2:45 PM Echedey López Romero
mailto:e...@disroot.org>> wrote:

It is strange, this issues only happen on desktop client for
some people here. No problem on mobile client.

If its related with the FlexiSIP server from Linphone free SIP
service I would prefer wait on a report in the desktop client
repo for devs confirmation if its is an issue from server side
or client side. It is true that maybe they changed something
in the server but that could be a "good change" that mobile
clients from them already supported and they must update the
desktop client now.

Regards,
Echedey, López RomeroEl 30 ago. 2019 19:25, El Pato
mailto:heyp...@gmail.com>> escribió:
>
> I have 2 PJSIP clients that worked fine for months. They
both started failing auth on August 28 around 1:30 in the
morning Pacific Daylight Time.
>
> My logs captured the event:
>
> 2019-08-28:2019-08-29,01:34:02.457 WARNING MainThread
account.onRegState 0 171100 401
sip:sip6ser...@sip.linphone.org
 Unauthorized
>
> 2019-08-28:2019-08-29,01:25:57.602 WARNING MainThread
onRegState 0 171100 Unauthorized 401
>
> After this event, every subsequent registration fails with
"server rejected with stale=false". This has been going on for
over 2 days now.
>
> PJSIP Status 171100 = PJSIP_EFAILEDCREDENTIAL.
>
> The docs for PJSIP_EFAILEDCREDENTIAL say
> "Credential failed to authenticate. For this failure, right
credential for the realm has been found and used to
authenticate against the challenge, but the server has
rejected the authorization request with 401/407 response
(either with no stale parameter or with "stale=false"
parameter). In most cases, this indicates that the
username/password combination is incorrect. "
>
> Something is broken with the linphone sip server, it is
rejecting valid username/password combinations.
>
___
Linphone-users mailing list
Linphone-users@nongnu.org 
https://lists.nongnu.org/mailman/listinfo/linphone-users



--
Regards,
Echedey, López Romero

___
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] minimal flexisip proxy configuration?

2019-06-01 Thread Sylvain Berfini

Hi,

Have you checked our wiki page about push gateway with flexisip ?

https://wiki.linphone.org/xwiki/wiki/public/view/Flexisip/Push%20Gateway/

Cheers,

Le 01/06/2019 à 13:28, Brian J. Murrell a écrit :

On Fri, 2019-05-31 at 08:04 -0400, Greg Troxel wrote:

Not answering your question, but could you either explain the theory
of
why one needs a proxy in front of a PBX,

Because currently most PBXes (Asterisk included) have no concept of
transient/mobile devices that will sleep and disconnect themselves from
the network and need a "push" to be woken up before they will be ready
to receive an INVITE.

And yes, I am aware of the IETF's work in this area but TTBOMK there
are no actual implementations on either the SIP server/proxy side or
the client side, so for practical purposes, it's still just "a paper".

While I have hacked up some pretty decent (IMHO) push handling for my
Asterisk instance, it needs a customized build[1] of linphone to work
reliably and even then there is a high latency (2-4 rings heard by the
caller) before my mobile phone even starts ringing.

Whereas my experience with sip.linphone.org, which uses flexisip, is
that it's much more responsive with much lower latencies between the
call being sent to it and the mobile phone ringing.  They have already
done all of the heavy lifting of figuring out the handling of mobile
phones with push, etc. in a reliable manner that I simply want to take
advantage of that and not re-invent that wheel (even though I have for
the most part, but that was more out of interest and learning than a
desire to maintain such a thing on my own).


I am not entirely up to speed on SIP practices, but
it
seems like there is a culture of having lots of proxies far more than
I
would have thought necessary.

I don't think that's particularly true, particularly if you consider
that "SIP server" and "SIP proxy" are pretty much the same thing, as I
understand it.  So many people referring to SIP proxies are just
talking about PBXes through which they bridge SIP clients rather than
having the SIP clients talk to each other directly.


A parallel puzzling web notion would be
that you can't use a browser to look at a website without a local
squid
and a remove

Remote?


nginx front end.

I'm not sure I see where the "remote nginx front end" is in the:

mobile_phone <-> flexisip <-> PBX

analogy.

But even otherwise, your analogy might be more accurate if you thought
about it as:

web_browser <-> HTTP2-to-HTTP1_proxy <-> HTTP1_website

where you stand up an HTTP2 proxy so that your browser enjoys the
benefits of version 2 of the HTTP protocol and lets the proxy handles
all of the "old crufty" version 1 HTTP interactions.

Not a very strong argument, given that all browsers that support HTTP 2
still handle version 1, but imagine a time in the future where a
browser drops support for version 1.  In any case it's just a more
parallel example of why one needs something like flexisip to handle the
complications of devices that most PBXes were just never designed to
handle.

Cheers,
b.

[1] A build of linphone that re-registers when it's woken by a push
message, even if it's already registered and within it's expiry, simply
to notify the PBX that it is awake and ready to receive the INVITE so
that the PBX doesn't send the INVITE too early and linphone misses it.

___
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] log_collection_upload_server_url in linphonerc_default?

2019-03-26 Thread Sylvain Berfini
The linphonerc_default file isn't rewritten on each start, just one time 
at install time.


If you made changes in it, it won't be applied. Instead use the 
linphonerc_factory that is overwritten at each start.


Le 25/03/2019 à 16:50, Brian J. Murrell a écrit :

Is log_collection_upload_server_url=
https://www.linphone.org:444/lft.php in
app/src/main/res/raw/linphonerc_default the right place to change the
URL of the logfile uploader tool?

I ask because I changed that to my own server (with an lft.php on it of
course) and rebuilt/installed but I see logs are still being sent to
the https://www.linphone.org:444/lft.php server.

Cheers,
b.


___
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] what is "Enable service notification" exactly?

2019-03-26 Thread Sylvain Berfini


Le 26/03/2019 à 11:02, Brian J. Murrell a écrit :

On Mon, 2019-03-25 at 23:07 +, Christopher Woods wrote:

Yep, that's right - it's a helper service which runs as a keep-alive
and
prevents Android from suspending / killing the core Linphone process
while
it's backgrounded.

But I thought that was OK to happen if there was a push notification
available to wake it up when it was needed again.


Push notifications and background services were a bit of a mess a
while ago
(
https://medium.freecodecamp.org/why-your-push-notifications-never-see-the-light-of-day-3fa297520793)
and unfortunately on some flagship devices are still a mess without
an
active notification service handling the background tasks.

Yes.  I see.  Interesting article.  Indeed, I have one of these phones
(Huawei Honor 8 with Oreo) with an aggressive battery manager.  It does
have settings to except applications from the aggressive power
management features.

I'm still trying to figure out what the right combination of Linphone
options and battery manager options are necessary though.

So maybe a good starting point is to understand with phones that don't
have these aggressive battery managers, which linphone settings are
normally needed to allow linphone to always (i.e. screen on, off, in
doze mode, etc.) receive push notifications and be nice on battery?

Obviously Account->Allow push notification.  What about Settings-

Advanced->Background mode?  Is that necessary?  Or Enable service

notifications?  Is that necessary on a phone without aggressive battery
management?

Maybe I need to dig out my Nexus 5 with Lineage 15.1 on it to
understand functionality without aggressive battery management.  But
would appreciate input from the experienced folks here too.

Also, why isn't Enable service notification sticky across linphone
restarts?  Bug?


Yes that's a bug caused by these 3 lines of code in 
NotificationsManager.java that automatically resets the setting to false:


// Disable service notification for Android O if 
(Version.sdkAboveOrEqual(Version.API26_O_80)) {
LinphonePreferences.instance().setServiceNotificationVisibility(false); }



Cheers,
b.


___
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] consuming huge amount of battery on Android even with push

2019-03-25 Thread Sylvain Berfini

Hi,

I'd be interested to see your logs to understand why you have such a 
battery consumption.


I'm also using the feature/release-4.1 and my battery usage is less than 1%.

By the way, push or no push it's Android that decides when to kill an 
app even if you can kill it manually yourself.


Cheers,


Le 25/03/2019 à 11:08, Brian J. Murrell a écrit :

I am running the latest feature/release-4.1 branch on an Android phone
with push enabled

Looking at battery stats, Linphone is consuming by far the most amount
of battery at 33% currently.

I thought the whole point of push was to allow the app to be much
easier on battery and only use battery once a push arrives and it is
woken up to handle the push.

Doesn't push allow Android to kill the app when it's running in the
background even, waking it back up when the push arrives?

Cheers,
b.



___
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] Call failed to certain numbers

2019-01-08 Thread Sylvain Berfini

Hi Soko,

Can you attach the logs starting from the INVITE sent to the server at 
peoplephone.at to the moment you have the media description syntax error 
please ?


Thanks.


Le 08/01/2019 à 09:39, Andi Soko a écrit :

Hey guys,

I have linphone installed and using the a SIP line from peoplephone.at.

I mainly call customers in Germany and when I call their official/main 
number "+4935...9926" everything works.
But when I call an extension-number to get to a specific person 
(+4935...9915) I get the following error:


Call failed
Cannot call + +4935...9915
Reason was: Not Acceptable Here
[Media Descriptions Syntax error while parsing the SDP]


When I use another SIP client app (i.e. Zioper) with the same SIP line 
all numbers are working. But I like linphone interface and would like 
to use it :)


can anyone give me some hints were to look at or which option to change?

thanks
Soko

___
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 fails when generating APK

2018-11-12 Thread Sylvain Berfini

Do a git pull, this issue has been fixed.

Le 12/11/2018 à 17:30, pK a écrit :
*Problem solved*. (changed path to /ANDROID_HOME/ from relative to 
absolute)


Soon after I posted about my issue yesterday, it occured to me (after 
reading some reports on the internet), that I'll look for /classpath/ 
in _./gradlew assembleDebug --debug_ output. I found that 
/-bootclasspath/ was looking for /android-sdk/ inside the 
/linphone-android/ folder, instead of outside (where it should). While 
changing the path in /ANDROID_HOME/ fixed the problem, it also 
resulted in another error:


> Task :compileDebugJavaWithJavac

/media/trisquel/Samsung_1TB/Downloads/linphone-android/src/android/org/linphone/chat/GroupChatFragment.java:611:
error: cannot find symbol
mChatRoomSecurityLevel.setVisibility(View.GONE);
^
symbol: variable mChatRoomSecurityLevel
location: class GroupChatFragment
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error

> Task :compileDebugJavaWithJavac FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':compileDebugJavaWithJavac'.
> Compilation failed; see the compiler error output for details.

* Try:
Run with --stacktrace option to get the stack trace. Run with
--info or --debug option to get more log output. Run with --scan
to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 46s
29 actionable tasks: 27 executed, 2 up-to-date
Makefile:141: recipe for target 'generate-apk' failed
make: *** [generate-apk] Error 1


This turned out to be affecting the /master/ branch only, however, I'm 
using the tagged releases anyway.


November 11, 2018 7:47 AM, "pK" > wrote:


Output of _make_:

> Task :liblinphone-sdk:compileDebugJavaWithJavac FAILED
Fatal Error: Unable to find package java.lang in classpath or
bootclasspath

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task
':liblinphone-sdk:compileDebugJavaWithJavac'.
> Compilation failed; see the compiler error output for details.

* Try:
Run with --stacktrace option to get the stack trace. Run with
--info or --debug option to get more log output. Run with
--scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 49s
26 actionable tasks: 24 executed, 2 up-to-date
Makefile:141: recipe for target 'generate-apk' failed
make: *** [generate-apk] Error 1


_./gradlew assembleDebug --info_ further reveals

> Task :liblinphone-sdk:compileDebugJavaWithJavac FAILED
file or directory

'/media/trisquel/Samsung_1TB/Downloads/linphone-android/liblinphone-sdk/build-types/debug/java',
not found
Task ':liblinphone-sdk:compileDebugJavaWithJavac' is not
up-to-date because:
Task has failed previously.
All input files are considered out-of-date for incremental
task ':liblinphone-sdk:compileDebugJavaWithJavac'.
Compiling with source level 1.7 and target level 1.7.
:liblinphone-sdk:compileDebugJavaWithJavac - is not
incremental (e.g. outputs have changed, no previous execution,
etc.).
file or directory

'/media/trisquel/Samsung_1TB/Downloads/linphone-android/liblinphone-sdk/build-types/debug/java',
not found
Compiling with JDK Java compiler API.
Fatal Error: Unable to find package java.lang in classpath or
bootclasspath
:liblinphone-sdk:compileDebugJavaWithJavac (Thread[Task worker
for ':',5,main]) completed. Took 0.345 secs.


Compilation used to work, but (since the last boot) it doesn't
anymore, and I can't find out why. I'm booting Trisquel 8.0
(Ubuntu 16.04 based) 64-bit from LiveDVD (internal OS is old).

--
I prefer to use encrypted email. My public key fingerprint is 97AA
0B87 C4E2 6140 BD12 2371 EEB0 D33D DA60 DF3E

.
Learn how to encrypt your email with the Email Self-Defense guide
.

Preferujem použitie šifrovaného emailu. Môj odtlačok verejného
kľúča je 97AA 0B87 C4E2 6140 BD12 2371 EEB0 D33D DA60 DF3E

.
Naučte sa ako šifrovať svoj email so Sprievodcom dedinčana svetom
IT
.

Preferuji použití šifrovaného emailu. Můj otisk veřejného klíče je
97AA 0B87 C4E2 6140 BD12 2371 EEB0 D33D DA60 DF3E


Re: [Linphone-users] Lin Phone Android SDK Implementation

2018-09-26 Thread Sylvain Berfini

Hi,

I recommend you use one of our pre-compiled SDK, it will be easier to 
integrate with your app. You can see how here: 
https://wiki.linphone.org/xwiki/wiki/public/view/Lib/Getting%20started/Android/


If you still want to build our app, please check the README file, you'll 
have the list of all dependencies you'll need.


Cheers,


Le 26/09/2018 à 11:43, Manish Dutta a écrit :

Hi,

I want to use your LinPhone SDK to make our application with video 
call functionality.


I got your demo source code from github : 
https://github.com/BelledonneCommunications/linphone-android


But using that code, I'm getting an error "Cause: path may not be null 
or empty string. path=''".


Please help us to implement your source code and guide us to implement 
your SDK


Thanks

Manish


___
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:Linphone on Android does not send audio stream

2017-12-04 Thread Sylvain Berfini

Hi Robert,

In your logs I found this: ERROR AudioRecord is not initialized 
properly. It may be caused by RECORD_AUDIO permission not granted


If you didn't granted the audio record permission it would explain why 
you don't send audio out.


Best regards.

Sylvain Berfini
Software Engineer @ Belledonne Communications

On 04/12/2017 00:24, Robert Dyck wrote:


About the phone - Android 8 on Nexus-6p

About Linphone - 3.3.1, core 3.12.0-273-g20efb4ad4

I collected the debug log and there was nothing that jumped out at me 
other than the call statistics. Of course the party on the phone 
cannot be heard. Rtpc is OK. Full debug is attached. I tried 
re-installing Linphone. It didn't help.


Rob

The statistics say it all

2017-12-03 14:30:40:115 [ortp] MESSAGE 
=== 2017-12-03 
14:30:40:115 [ortp] MESSAGE  AUDIO SESSION'S RTP 
STATISTICS 2017-12-03 14:30:40:115 [ortp] MESSAGE 
--- 2017-12-03 
14:30:40:115 [ortp] MESSAGE sent 
 0 packets 2017-12-03 
14:30:40:115 [ortp] MESSAGE 
  0 duplicated packets 
2017-12-03 14:30:40:115 [ortp] MESSAGE 
  0 bytes 2017-12-03 
14:30:40:116 [ortp] MESSAGE received 
   469 packets 2017-12-03 14:30:40:116 
[ortp] MESSAGE   0 
duplicated packets 2017-12-03 14:30:40:116 [ortp] MESSAGE 
  80668 bytes 2017-12-03 
14:30:40:116 [ortp] MESSAGE incoming delivered to the app 
79636 bytes 2017-12-03 14:30:40:116 [ortp] MESSAGE 
incoming cumulative lost  0 packets 2017-12-03 
14:30:40:116 [ortp] MESSAGE incoming received too late 
   1 packets 2017-12-03 14:30:40:116 [ortp] MESSAGE 
incoming bad formatted    0 packets 2017-12-03 
14:30:40:116 [ortp] MESSAGE incoming discarded (queue overflow) 
  0 packets 2017-12-03 14:30:40:116 [ortp] MESSAGE sent rtcp 
1 packets 2017-12-03 14:30:40:116 
[ortp] MESSAGE received rtcp 1 packets 
2017-12-03 14:30:40:116 [ortp] MESSAGE 
===




___
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] How do I enable LIME encryption?

2016-11-23 Thread Sylvain Berfini

Hi Anthony,

To enable lime, set lime=1 in the [sip] section of your linphonerc file.

On Android, it isn't enabled by default neither: go to the settings, and 
in chat section you'll find the LIME setting.


Cheers,

Sylvain Berfini
Software Engineer @ Belledonne Communications

Le 22/11/2016 à 21:46, Anthony Papillion a écrit :

I asked this a few months ago and got an answer but can't seem to find
that message in the archives. Please forgive me for asking it again.

How do I enable LIME encryption in the desktop client? Also, as I
remember it, LIME is automatically enabled on Android. Am I correct?

Thank You,
Anthony Papillion



___
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] ZRTP in Linphone

2016-11-23 Thread Sylvain Berfini

Hi Nabeel,

In the linphonerc, in the [sip] section, put media_encryption=zrtp.

Cheers,

Sylvain Berfini
Software Engineer @ Belledonne Communications

Le 23/11/2016 à 08:27, Nabeel a écrit :


Thanks, but is there a way to enable this by default in the Android 
source, like in the linphonerc file?


Nabeel


On 23 Nov 2016 5:50 a.m., "Russell Treleaven" <rtrelea...@bunnykick.ca 
<mailto:rtrelea...@bunnykick.ca>> wrote:


Via the gui navigate and set settings->call->media encryption=zrtp
Your peer needs to have zrtp enabled also.
When you make a call that can have the media encrypted you will be
prompted to accept a token.

And Bob is your uncle.



___
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] Announce linphone-desktop 3.10 new release

2016-09-29 Thread Sylvain Berfini

Hello Mark,

As stated in the log, try to install yasm: sudo apt-get install yasm

Cheers.

Sylvain Berfini
Software Engineer @ Belledonne Communications

Le 29/09/2016 à 17:29, mark a écrit :

Hi,

I'm on Debian Jessie. I wanted to compile the new rev as what is 
available in the Debian repository is old and I'm having problems 
getting it to talk to my asterisk server.


I followed these instructions:

*git clone git://git.linphone.org/linphone-desktop --recursive*


*./prepare.py ; make;*

but the process seemed to fail at the end. I am attaching the last few 
lines. Can you tell me what I am doing wrong?


Thanks!
Mark



**
*[100%] Built target bzrtpTest
make[5]: Leaving directory 
'/home/mark/lph2/linphone-desktop/WORK/desktop/Build/bzrtp'
make[4]: Leaving directory 
'/home/mark/lph2/linphone-desktop/WORK/desktop/Build/bzrtp'

[ 47%] Performing install step for 'EP_bzrtp'
make[4]: Entering directory 
'/home/mark/lph2/linphone-desktop/WORK/desktop/Build/bzrtp'
make[5]: Entering directory 
'/home/mark/lph2/linphone-desktop/WORK/desktop/Build/bzrtp'
make[6]: Entering directory 
'/home/mark/lph2/linphone-desktop/WORK/desktop/Build/bzrtp'
make[6]: Leaving directory 
'/home/mark/lph2/linphone-desktop/WORK/desktop/Build/bzrtp'

[ 37%] Built target bzrtp
make[6]: Entering directory 
'/home/mark/lph2/linphone-desktop/WORK/desktop/Build/bzrtp'
make[6]: Leaving directory 
'/home/mark/lph2/linphone-desktop/WORK/desktop/Build/bzrtp'

[100%] Built target bzrtpTest
make[5]: Leaving directory 
'/home/mark/lph2/linphone-desktop/WORK/desktop/Build/bzrtp'

Install the project...
-- Install configuration: "Release"
-- Installing: 
/home/mark/lph2/linphone-desktop/OUTPUT/desktop/share/bzrtp/cmake/BZRTPTargets.cmake
-- Installing: 
/home/mark/lph2/linphone-desktop/OUTPUT/desktop/share/bzrtp/cmake/BZRTPTargets-release.cmake
-- Installing: 
/home/mark/lph2/linphone-desktop/OUTPUT/desktop/share/bzrtp/cmake/BZRTPConfig.cmake
-- Installing: 
/home/mark/lph2/linphone-desktop/OUTPUT/desktop/share/bzrtp/cmake/BZRTPConfigVersion.cmake
-- Installing: 
/home/mark/lph2/linphone-desktop/OUTPUT/desktop/include/bzrtp/bzrtp.h
-- Installing: 
/home/mark/lph2/linphone-desktop/OUTPUT/desktop/lib/libbzrtp.so.0
-- Installing: 
/home/mark/lph2/linphone-desktop/OUTPUT/desktop/lib/libbzrtp.so
-- Set runtime path of 
"/home/mark/lph2/linphone-desktop/OUTPUT/desktop/lib/libbzrtp.so.0" to 
"/home/mark/lph2/linphone-desktop/OUTPUT/desktop/lib"
make[4]: Leaving directory 
'/home/mark/lph2/linphone-desktop/WORK/desktop/Build/bzrtp'

[ 47%] Completed 'EP_bzrtp'
make[3]: Leaving directory 
'/home/mark/lph2/linphone-desktop/WORK/desktop/cmake'

[ 47%] Built target EP_bzrtp
make[3]: Entering directory 
'/home/mark/lph2/linphone-desktop/WORK/desktop/cmake'

Scanning dependencies of target EP_ffmpeg
make[3]: Leaving directory 
'/home/mark/lph2/linphone-desktop/WORK/desktop/cmake'
make[3]: Entering directory 
'/home/mark/lph2/linphone-desktop/WORK/desktop/cmake'

[ 48%] Creating directories for 'EP_ffmpeg'
[ 48%] No download step for 'EP_ffmpeg'
[ 48%] No patch step for 'EP_ffmpeg'
[ 49%] No update step for 'EP_ffmpeg'
[ 49%] Performing configure step for 'EP_ffmpeg'
yasm not found, use --disable-yasm for a crippled build

If you think configure made a mistake, make sure you are using the latest
version from Git.  If the latest version fails, report the problem to the
ffmpeg-u...@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
Include the log file "config.log" produced by configure as this will help
solving the problem.
CMakeFiles/EP_ffmpeg.dir/build.make:101: recipe for target 
'/home/mark/lph2/linphone-desktop/WORK/desktop/Stamp/EP_ffmpeg/EP_ffmpeg-configure' 
failed
make[3]: *** 
[/home/mark/lph2/linphone-desktop/WORK/desktop/Stamp/EP_ffmpeg/EP_ffmpeg-configure] 
Error 1
make[3]: Leaving directory 
'/home/mark/lph2/linphone-desktop/WORK/desktop/cmake'
CMakeFiles/Makefile2:346: recipe for target 
'CMakeFiles/EP_ffmpeg.dir/all' failed

make[2]: *** [CMakeFiles/EP_ffmpeg.dir/all] Error 2
make[2]: Leaving directory 
'/home/mark/lph2/linphone-desktop/WORK/desktop/cmake'

Makefile:76: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory 
'/home/mark/lph2/linphone-desktop/WORK/desktop/cmake'

Makefile:14: recipe for target 'desktop-build' failed
make: *** [desktop-build] Error 2

*


___
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 for windows broken?

2016-09-19 Thread Sylvain Berfini

Hi Dimitri,

I just downloaded it following your link and installed it, it works 
perfectly fine.


Cheers,

Sylvain Berfini
Software Engineer @ Belledonne Communications

Le 19/09/2016 à 13:16, Dmitry Melekhov a écrit :

Hello!


My colleague says that linphone.exe downloaded from

http://www.linphone.org/releases/windows/Linphone-3.10.2-win32.exe

can't be started, because windows says it is not win32 executable.


Could you tell me what is the problem here?



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

2016-08-08 Thread Sylvain Berfini

Hi Ralf,

Edit the linphonerc_factory and set your codecs order like this:
[audio_codec_0]
mime=G722
rate=8000
channels=1
enabled=0

[audio_codec_1]
mime=PCMU
rate=8000
channels=1
enabled=1

[audio_codec_2]
mime=PCMA
rate=8000
channels=1
enabled=1

It should put G722 above G711.

Cheers.

Sylvain Berfini
Software Engineer @ Belledonne Communications

Le 07/08/2016 à 13:58, Ralf Schenk a écrit :


Hello list,

Is there a way to change codec priorization in linphone for android ? 
I would prefer G722 before G711 ALaw/uLaw. At the moment (default) it 
is lower preference.




--


*Ralf Schenk*
fon +49 (0) 24 05 / 40 83 70
fax +49 (0) 24 05 / 40 83 759
mail *r...@databay.de* <mailto:r...@databay.de>

*Databay AG*
Jens-Otto-Krag-Straße 11
D-52146 Würselen
*www.databay.de* <http://www.databay.de>

Sitz/Amtsgericht Aachen • HRB:8437 • USt-IdNr.: DE 210844202
Vorstand: Ralf Schenk, Dipl.-Ing. Jens Conze, Aresch Yavari, 
Dipl.-Kfm. Philipp Hermanns

Aufsichtsratsvorsitzender: Klaus Scholzen (RA)




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

2016-08-05 Thread Sylvain Berfini

Hi Nils,

For ubuntu, you must download and install a linux version (non raspberry 
!) from either snapshots 
<http://linphone.org/snapshots/linphone-python/> or release 
<http://www.linphone.org/releases/linphone-python/>.


Cheers.

Sylvain Berfini
Software Engineer @ Belledonne Communications

Le 05/08/2016 à 13:26, Nils Bartkowiak a écrit :

Hello everybody,

I'm new to this list and I have a question regarding Ubuntu Linux. 
I've downloaded linphone via pip onto my box and got prompt an error:


$ python
Python 2.7.12 (default, Jul  1 2016, 15:12:24)
[GCC 5.4.0 20160609] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>
>>>
>>> import linphone
Traceback (most recent call last):
  File "", line 1, in 
  File 
"/home/nils/.local/lib/python2.7/site-packages/linphone/__init__.py", 
line 2, in 

from linphone import __version__
ImportError: cannot import name __version__
>>>

I also receive the same error, it I try the example script from 
https://pythonhosted.org/linphone/getting_started.html


Runs linphone only on Raspberry PI? As far as I can see Raspberry Pi 
uses Debian as OS, so this should be no big deal. I want to use 
linphone to write a little script on my PC.



TIA,
Nils

___
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] Crash on listening to voicemail

2016-07-11 Thread Sylvain Berfini

Hi Nabeel,

Wiki's Android procedure for sending logs has been updated to match the 
current version.


Cheers.

Sylvain Berfini
Software Engineer @ Belledonne Communications

Le 11/07/2016 à 16:42, Nabeel a écrit :


Hi,

'Clear logs' and  'send logs'  buttons do not exist in the Android app 
under Settings > Advanced. The website you linked to is inaccurate.


However, I sent a crash report via the  Android system to developer 
console.  Please check and fix urgently.


Nabeel

On 11 Jul 2016 8:35 a.m., "Ghislain MARY" <ghislain.m...@linphone.org 
<mailto:ghislain.m...@linphone.org>> wrote:


Hi,

Could you provide full debug logs? See

https://wiki.linphone.org/wiki/index.php/Faq#I_have_a_problem._How_to_get_logs.2Ftools.2Fcontacts_to_troubleshoot_the_issue.3F

Cheers,
Ghislain

On 07/10/2016 04:27 AM, Nabeel wrote:

Hi,

I get the following crash when attempting to listen to voicemail
from Asterisk using Linphone on Android:

http://pastebin.com/raw/36R7HFfx

The crash does not occur on other SIP apps like CSipSimple.
Please let me know how to fix this.

Nabeel


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



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



___
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] LinphoneService stops after closing from Recent Apps list

2016-04-18 Thread Sylvain Berfini

Hi Nabeel,

Yes LinphoneService is killed but you should still be able to receive 
call via push notifications (if you are using a sip.linphone.org account).


Anyway, if you don't want the LinphoneService to be killed by the task 
manager, edit the LinphoneService.java file and remove the following 
overriden method:


@Override
public void onTaskRemoved(Intent rootIntent) {
if 
(getResources().getBoolean(R.bool.kill_service_with_task_manager)) {

Log.d("Task removed, stop service");
LinphoneManager.getLc().setNetworkReachable(false);
stopSelf();
}
super.onTaskRemoved(rootIntent);
}

Cheers.

Sylvain Berfini
Software Engineer @ Belledonne Communications

Le 18/04/2016 à 11:05, Nabeel a écrit :


Hi,

I am using Linphone for Android. If the app is closed / 'swiped away' 
from the phone's Recent Apps list, the service gets stopped and 
Linphone can no longer receive a call. I would like to change this so 
that the service stays alive and can receive calls even after the app 
is closed from Recent Apps list. Please let me know how this can be 
achieved?


Nabeel



___
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] ZRTP on Ubuntu, Windows, Mac

2016-04-01 Thread Sylvain Berfini

Hi,

Yes ZRTP is availble on Linphone 3.9.1 for Windows.

Regards,

Sylvain Berfini
Software Engineer @ Belledonne Communications

Le 01/04/2016 12:19, kros.v...@laposte.net a écrit :

Hello,

Linphone 3.9.1 :

ZRTP is available on Ubuntu. It can be selected.

But about Windows (7, 8, 10) and Mac ?
ZRTP is it available by default in Linphone on these operating systems 
? Or not ?


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] Compiling Problem

2015-11-17 Thread Sylvain Berfini

Hi Mohammad,

It seems you don't have the submodules.
Try a git submodule update --recursive --init

Cheers.

Sylvain Berfini
Software Engineer @ Belledonne Communications

Le 17/11/2015 07:44, mohammad sazegar a écrit :

Dear Folks.
I try to compile linphone for android on a linux system , but I got 
these lines of errors, can you help me to solve this exception

make[1]: Entering directory `/opt/linphone-android'
jni/Android.mk:23: 
jni/..//submodules/externals/build/libxml2/Android.mk: No such file or 
directory
jni/Android.mk:41: 
jni/..//submodules/externals/build/sqlite/Android.mk: No such file or 
directory
jni/Android.mk:46: 
jni/..//submodules/externals/build/libupnp/Android.mk: No such file or 
directory
jni/Android.mk:50: 
jni/..//submodules/externals/build/speex/Android.mk: No such file or 
directory
jni/Android.mk:53: jni/..//submodules/externals/build/gsm/Android.mk: 
No such file or directory
jni/Android.mk:57: 
jni/..//submodules/externals/build/libmatroska/Android.mk: No such 
file or directory
jni/Android.mk:60: 
jni/..//submodules/externals/build/polarssl/Android.mk: No such file 
or directory
jni/Android.mk:62: 
jni/..//submodules/externals/build/antlr3/Android.mk: No such file or 
directory

armeabi-v7a: Build proprietary SILK plugin for mediastreamer2
armeabi-v7a: Build OpenH264 plugin for mediastreamer2
jni/Android.mk:109: 
jni/..//submodules/externals/build/openh264/Android.mk: No such file 
or directory
jni/Android.mk:112: 
jni/..//submodules/externals/build/ffmpeg/Android.mk: No such file or 
directory
jni/Android.mk:113: 
jni/..//submodules/externals/build/libvpx/Android.mk: No such file or 
directory

armeabi-v7a: Build ZRTP support
jni/Android.mk:127: 
jni/..//submodules/externals/build/srtp/Android.mk: No such file or 
directory
jni/Android.mk:142: 
jni/..//submodules/externals/build/opencore-amr/Android.mk: No such 
file or directory
jni/Android.mk:147: 
jni/..//submodules/externals/build/vo-amrwbenc/Android.mk: No such 
file or directory
jni/Android.mk:156: 
jni/..//submodules/externals/build/opus/Android.mk: No such file or 
directory

armeabi-v7a: Build NEON modules for AECM
armeabi-v7a: Build AECM from WebRTC

best regards
Mohammad Sazegar System integrator & programmer(computer engineer)


___
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] How do I tell Android to start Linphone at boot

2015-09-09 Thread Sylvain Berfini

Hi Stefan,

You can't set Linphone to start automatically from the application manager.
However you can do it from inside the application: go to the settings 
tab, advanced category and check the start at boot time setting.


Cheers.

Sylvain Berfini
Software Engineer @ Belledonne Communications

Le 09/09/2015 16:23, Stefan Monnier a écrit :

In the application manager, I can see where I can "clear" the "launch by
default" settings I might have for Linphone, but I can't see where
I could set it so that Linphone is always automatically started.


 Stefan


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

!DSPAM:55f0411d17471308417339!





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


Re: [Linphone-users] Linphone-Android on arm64 phones question

2015-07-29 Thread Sylvain Berfini
Hi Thiago,

Indeed Linphone Android currently doesn't support arm64 architecture.
However classic arm applications can still run on those devices.
For a time there was an issue with our application, but we fixed it since. You 
can try with the latest nightly build available here:
http://linphone.org/snapshots/android/linphone-latest.apk

Cheers

--
Sylvain Berfini
Software Engineer @ Belledonne Communications

29 juillet 2015 20:29 Thiago Passos  a écrit:

I noticed Linphone don't even start on cellphones like Samsung Galaxy 
S6 and here is the stacktrace:
 java.lang.ExceptionInInitializerError
at java.lang.Class.classForName(Native Method)
.
.
.
Caused by: java.lang.RuntimeException: java.lang.UnsatisfiedLinkError: 
dalvik.system.PathClassLoader[DexPathList[[zip file 
/data/app/br.com.oi.falefacil-1/base.apk],nativeLibraryDirectories=[/data/app/br.com.oi.falefacil-1/lib/arm64,
 /vendor/lib64, /system/lib64]]] couldn't find liblinphone-arm64-v8a.so
at org.linphone.core.LinphoneCoreFactoryImpl.(LinphoneCoreFactoryImpl.java:67)
... 15 more
.
.
.
Linphone doesn't have support to arm64-v8a. Someone tried to make an 64 bit 
version of linphone-android?
64 bit cpu in Android Phone will be common soon, it's will be more important 
than support x86 Android phones (could extend to support x86-64 phones too).

Thanks! !DSPAM:55b91b8118635685914852!
___
Linphone-users mailing list
Linphone-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/linphone-users


Re: [Linphone-users] No sound in linphone when calling

2015-07-23 Thread Sylvain Berfini

Hi Toni,

Could you check in the call statistics that you do receive audio packets ?
To open the statistics panel, click on the call quality indicator.

Cheers.

Sylvain Berfini
Software Engineer @ Belledonne Communications

Le 23/07/2015 14:11, Toni Arregui a écrit :

Hallo!

I have installed linphone in twee computers, under ubuntu and debian, 
and I can't call with none of them: I can't hear my counterpart, 
though my counterpart does hear me. Further I have been able to chose 
a ringtone, what means that some sound features do work. Why not my 
counterpart? I've been trying with pulseaudio and alsa, all choice 
possibilities, and yet no counterpart...


Greetings,
Toni

--
http://www.debian.org/distrib/
Our future is Linux



!DSPAM:55b0da1e18631105215364!


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


!DSPAM:55b0da1e18631105215364!


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


Re: [Linphone-users] Compatible Android devices

2015-07-06 Thread Sylvain Berfini

Hi Nuno,

I checked the logs and there is no error, however you don't receive any 
audio or video.

So my guess is there is an issue with your network. Try to enable ICE.

Cheers.

Sylvain Berfini
Software Engineer @ Belledonne Communications

Le 04/07/2015 18:21, Nuno Ferreira a écrit :

Hello,

Can anyone help me with this problem? I've now tried a different 
tablet, also with kit-kat and also with the same problem - can not 
decode/display video from video call.


This is my build and it works on different tablet and smartphones, 
also with kit-kat, but not on these two cheaper tablets.


Specs of this one is


Tablet Dyno 7.70 7''

Tablet 7”
Portability  Effectiveness
Processor RK3126 A9 Quad-core, up to 1.3Ghz
Operating system: Android 4.4

*_Specifications_*
*CPU:* RK3126 A9 Quad-core,up to 1.3Ghz
*GPU:* Mali 400 MP2
*Screen:* 7” TFT, 800 x 480 px
*Ram:* 1GB DDR3
*Internal storage:* 8GB Nand-Flash
*External storage:* 1x TF card (Micro SD)
*Camera:* 0.3 Mpx front
*WLAN:* 802.11 b/g/n
*AC/DC jack:* Input: 100-240VAC Output: 5.0V/2.0A
*Battery:* Li-ion polymer 3.7V/2000 mAh
*Ports:* 1x Micro Usb, 1x
*OS:* Android 4.4
*Accessories:* User manual, USB cable, European standard charger.


Log from problematic device here - 
https://www.linphone.org:444//tmp/559805c6cb28e_ee392237b642ad237b15.gz


$ grep -i error 559805c6cb28e_ee392237b642ad237b15-1
2015-07-04 18:11:29:362 ERROR no such method on filter MSVp8Dec, 
fid=16389 method index=7
2015-07-04 18:11:29:363 ERROR no such method on filter 
MSAndroidDisplay, fid=16387 method index=1
2015-07-04 18:11:29:363 ERROR no such method on filter 
MSAndroidDisplay, fid=16387 method index=0
2015-07-04 18:11:29:586 MESSAGE VP8: initializing decoder context: 
avpf=[0] freeze_on_error=[0]
2015-07-04 18:11:30:214 ERROR no such method on filter 
MSAndroidDisplay, fid=16387 method index=3


Appreciate any advise you can provide...

TIA,
Nuno


On 01-07-2015 19:30, Nuno Ferreira wrote:

And here is a log capture in the problematic device

https://www.linphone.org:444//tmp/55942ff84819a_771bb3b886f62ed28e66.gz

On 01-07-2015 19:06, Nuno Ferreira wrote:

Hello,

I currently testing Linphone in an Softwinner Esmart 7'' - specs 
here http://specdevice.com/showspec.php?id=ea62-d568-0033-c5870033c587


The device is transmitting audio and video correctly but is unable 
to process/reproduce incoming RTP streams. In terms of video I 
tested with codecs VP8 and H263. Looked at logcat when using VP8 and 
found no such method on filter MSVp8Dec.


I tested with different apps and audio in and out is working fine 
with them.


Indeed Google Play Store says that Linphone is not compatible with 
this device, but I don't know why.  Does anyone know why?


Is there something like a HCL or minimum system requirements to run 
Linphone in Android?


TIA,
Nuno





!DSPAM:5598082d18637935399505!


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


!DSPAM:5598082d18637935399505!


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


Re: [Linphone-users] Auto-answer in Android

2015-06-18 Thread Sylvain Berfini

Hi Nuno,

If you can compile the Android app by yourself, there is a boolean named 
auto_answer_calls in the res/values/non_localizable_custom.xml file 
that you can switch to true.
If you do so, your Linphone will auto answer every call. I'll check why 
the answer-after header isn't working.


Cheers.

Sylvain Berfini
Software Engineer @ Belledonne Communications

Le 17/06/2015 11:04, Nuno Ferreira a écrit :

Hello,

I'm using Linphone 2.4.1 in Android (4.4 and 5.1) registered to a 
Asterisk (VP8 patch applied). I was wondering of there is a way of 
getting Linphone to answer calls automatically?


I've tried SIPAddHeader(Call-Info:sip:$asterisk_ip\;answer-after=1) 
but it looks like Linphone does not honor the request and I've also 
tried a few auto-answer Android apps but it seems that they only tune 
to the native dialer messages/events.


Any ideas?

Thanks in advance,
Nuno




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


Re: [Linphone-users] [Linphone-developers] Liblinphone for BB10

2015-04-02 Thread Sylvain Berfini
Hi Abdul,

I confirm the git repository works.
Please check your command line is:
$ git clone git://git.linphone.org/linphone-bb10.git

Cheers.

--
Sylvain Berfini
Software Engineer @ Belledonne Communications
2 avril 2015 11:15 Abdul Hakeem alhak...@gmail.com a écrit:
 Hello,
 This link for BB10 does not work:
 git://git.linphone.org/linphone-bb10.git
 
 Does anyone know the correct link ?
 Cheers,
 Abdul Hakeem
 
 ___
 Linphone-developers mailing list
 linphone-develop...@nongnu.org
 https://lists.nongnu.org/mailman/listinfo/linphone-developers
 
 !DSPAM:551d08cd17785283320354!

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


Re: [Linphone-users] video on raspberry

2014-04-16 Thread Sylvain Berfini

Hi Wlady,

I managed to get the camera working by loading the module bcm2835-uv4l 
manually (then I added it to /etc/modules for the system to do it itself 
at the boot).
I also installed the package uv4l-raspicam-extras for the /dev/video0 to 
be also created at boot (I didn't changed the script it uses).
If it still doesn't work, check your pi is updated to latest version 
(rpi-update) and you have the latest v4l2 driver.

By the way, I also use the LD_PRELOAD hack...

At the end, it's a bit laggy (I'll try to tweak my config a bit), but 
nevertheless I manage to receive video from the pi (both with linphone 
when using desktop mode and with linphonec in console only).


Best regards.

---
Sylvain Berfini
Software Engineer @ Belledonne Communications

Le 2014-04-10 16:50, Wlady a écrit :

Hello everyone,

did anyone managed to make work the camera modulo with raspberry and
linphone ?
I've successfully compiled linphone 3.7.0, It does normal calls but
not with video. I see flashing red led on camera modulo for a second
and then I get error:

ortp-error-no such method on filter MSV4L2Capture, fid=16390 method
index=0
ortp-error-no such method on filter MSX264Enc, fid=16392 method
index=0
ortp-error-/dev/video0 does not support streaming i/o

ortp-error-/dev/video0 does not support streaming i/o

ortp-error-/dev/video0 does not support streaming i/o

I was able to remove last error (streaming i/o) with LD_PRELOAD but
first two errors persist. Any help would be very appreciated, thanks

wlady
 !DSPAM:5346afc317281527120464!
___
Linphone-users mailing list
Linphone-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/linphone-users


!DSPAM:5346afc317281527120464!


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


Re: [Linphone-users] Linphone on Nexus 4 - Microphone gain issue

2014-03-26 Thread Sylvain Berfini

Hi Adam,

Could you try the current dev version of linphone-android ? You can 
compile one using the sources or using on of our nightly build here: 
http://linphone.org/snapshots/android/


Since the Market version we designed a specific new soundcard using 
openSLES for Android 4.4+ which should solve the issue.


We expect to update the market version in the coming weeks.

Cheers.

---
Sylvain Berfini
Software Engineer @ Belledonne Communications

Le 2014-03-26 14:42, Adam Slade a écrit :

Hi

I noticed Linphone (google play version) on Nexus 4 (android 4.4.2)
uses in-communication audio mode for phone calls but the Nexus 4
requires in-call audio mode for VOIP calls.  As is, the microphone
picks up all ambient noise and renders calling useless in most
situations.  Is there any way to change this within configuration
files or does this require an adjustment at source?  If so, has
anyone attempted or where would I have to start as a noob to make this
adjustment.

Thanks
Adam !DSPAM:5332d93720372085513128!
___
Linphone-users mailing list
Linphone-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/linphone-users


!DSPAM:5332d93720372085513128!


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


Re: [Linphone-users] Linphone fro Windows Phone 8

2013-10-28 Thread Sylvain Berfini
Hi,

Yes you can change the port used to contact the server.
To do this, add your server with the port (url/ip:port) in the proxy field
of the account settings.

Best regards.


2013/10/27 linph...@compu.tk

  It looks like Linphone for Windows Phone hard codes the SIP server port
 to be 5060. Is there a way to change it to something else? If not, can this
 be requested as a feature for a future release?

 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] linphone WP8

2013-10-21 Thread Sylvain Berfini
Hi,

Problem has been identified and fixed (realm issue).
Wait for the next update of the app.

Best regards.


2013/10/21 Goran Josipovic josipovic.go...@gmail.com

  I have the same problem but now it work like a charm.
 Check at sip.conf file realm name, it must be in the form sip.domain
 Usually, at least what I am figure it out, this realm name on asterisk
 pbxs, assume by default is hostname and for linphone in my case it must be
 sip.domain.
 Hope this will help.
 Goran

 Goran Josipovic
  --
 From: Jacco van Gent jacco_vang...@jvangent.nl
 Sent: 21.10.2013. 23:18
 To: linphone-users@nongnu.org
 Subject: [Linphone-users] linphone WP8

 Hi,

 After using octrotalk, I was thrilled at LinPhone being available on the
 platform. Unfortunately there is no apparent way for me to connect to my
 Asterisk box (freepbx 2.9). I can connect to my usual trunk fine, but
 trying to connect to Asterisk using an extension always returns 401
 Unauthorized. Seems there is something odd going on with the register
 process ?

 I can connect to the Asterisk box from a wide variety of Sip clients,
 including linphone for Windows, but not with the WP8 version.



 ___
 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] Sorting Contacts

2013-10-16 Thread Sylvain Berfini
Hi Stefan,

Normally Linphone sort your contacts the same way the native Contact
application sorts them.
If not, this is an issue. Please check.

Regards.


2013/10/16 Stefan Wagner [Levasoft GmbH] stefan.wag...@levasoft.at

  I am very pleased using Linphone on my new Nokia Lumia 1020.

 After struggling a bit with the right audio codec now everything is fine.*
 ***

 ** **

 Except the sorting of my phonebook – when addressed from Linphone.
 I did not find any option to change the sorting to Name, Surname instead
 of the standard sorting.
 I have all my business contacts (+350) and it is almost unusable.
 Business is different in Europe (DE, AT) – we are using Names.

 Surnames are only used if you know a person very well – like a true friend.
 

 ** **

 Is there a trick to do?
 Or any plans to develop a function?

 ** **

 Kind regards and many thanks for the reply,

 *Stefan Wagner*

 

 ** **

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

2013-09-30 Thread Sylvain Berfini
Hi Malcom,

Please check that you have the correct transport configured (UDP, TCP or
TLS) regarding the settings of you provider.
For you account configuration, put your domain name in the domain field and
the ip of your server in the proxy field. If it still doesn't work, could
you tell us what error your pbx is returning ? To do that, enable logs in
the settings page and open the console (one the dialer) after your
registration fails.

Regards.


2013/9/30 Pegasus Screenprints ad...@pegasusprint.com.au

 **
 I have installed linphone on my Nokia 620 using WP8 os

 I have tried to register it with my 3cx pbx using wifi network with no
 success

 I use:
 my extension number as user name
 extension password
 local ip address of pbx as domain

 This has worked on every other soft phone/sip phone I have tried but not
 with Linphone

 I have also tried to register it with my voip provider (pennytel) using
 settings that have always worked elsewhere but still no success

 Am I missing something?

 Malcolm

 --
 *Malcolm Ross*

 **

 *PEGASUS SCREENPRINTS*
 2/7 Kyogle Street
 South Lismore
 NSW 2480

 *p. 02 66224224*
 f. 02 66224400
 e.ad...@pegasusprint.com.au**

 *PLEASE ACKNOWLEDGE RECEIPT OF THIS EMAIL*

 This email and any files transmitted with it are confidential and intended
 solely for the use of the individual or entity to whom they are addressed.
 If you have received this email in error please notify the sender
 immediately and delete this email. Finally, the recipient should check this
 email and any attachments for the presence of viruses. Pegasus Screenprints
 accepts no liability for any damage caused by any virus transmitted by this
 email.**
 **

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

2013-09-30 Thread Sylvain Berfini
Your configuration for both looks right (assuming the domain of your pbx is
the ip address at which you access it). Could you send me the error they
return (using the procedure I explained before) ? By the way, does your pbx
listen to port 5060 ? If not, put the port (with :) after the ip in the
proxy field.


2013/9/30 Pegasus Screenprints ad...@pegasusprint.com.au

 **
 Thanks for your speedy response.

 When I try to connect to my 3CX pbx I enter the following details as I
 have always done for soft phones:

 User Name -  the extension ID
 Password - the password assigned by 3CX for that extension.
 Domain: the IP address of the pbx (in this case 192.168.0.1)

 This has usually worked with, for instance, Adorephone

 What domain name are you referring to?

 With pennytel, I enter:

 My user name
 My user password
 Domain - sip.pennytel.com
 Proxy - sip.pennytel.com

 This again is how I always register with pennytel

 Any help you can give will be much appreciated

 Regards

 On Mon, 30 Sep 2013 20:09:57 +1000, Sylvain Berfini 
 sylvain.berf...@belledonne-communications.com wrote:

 Hi Malcom,

 Please check that you have the correct transport configured (UDP, TCP or
 TLS) regarding the settings of you provider.
 For you account configuration, put your domain name in the domain field
 and the ip of your server in the proxy field. If it still doesn't work,
 could you tell us what error your pbx is returning ? To do that, enable
 logs in the settings page and open the console (one the dialer) after your
 registration fails.

 Regards.


 2013/9/30 Pegasus Screenprints ad...@pegasusprint.com.au

 I have installed linphone on my Nokia 620 using WP8 os

 I have tried to register it with my 3cx pbx using wifi network with no
 success

 I use:
 my extension number as user name
 extension password
 local ip address of pbx as domain

 This has worked on every other soft phone/sip phone I have tried but not
 with Linphone

 I have also tried to register it with my voip provider (pennytel) using
 settings that have always worked elsewhere but still no success

 Am I missing something?

 Malcolm

 --
 *Malcolm Ross*



 *PEGASUS SCREENPRINTS*
 2/7 Kyogle Street
 South Lismore
 NSW 2480

 *p. 02 66224224*
 f. 02 66224400
 e.ad...@pegasusprint.com.au

 *PLEASE ACKNOWLEDGE RECEIPT OF THIS EMAIL*

 This email and any files transmitted with it are confidential and
 intended solely for the use of the individual or entity to whom they are
 addressed. If you have received this email in error please notify the
 sender immediately and delete this email. Finally, the recipient should
 check this email and any attachments for the presence of viruses. Pegasus
 Screenprints accepts no liability for any damage caused by any virus
 transmitted by this email.


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





 --
 *Malcolm Ross*

 **

 *PEGASUS SCREENPRINTS*
 2/7 Kyogle Street
 South Lismore
 NSW 2480

 *p. 02 66224224*
 f. 02 66224400
 e.ad...@pegasusprint.com.au**

 *PLEASE ACKNOWLEDGE RECEIPT OF THIS EMAIL*

 This email and any files transmitted with it are confidential and intended
 solely for the use of the individual or entity to whom they are addressed.
 If you have received this email in error please notify the sender
 immediately and delete this email. Finally, the recipient should check this
 email and any attachments for the presence of viruses. Pegasus Screenprints
 accepts no liability for any damage caused by any virus transmitted by this
 email.**
 **

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


Re: [Linphone-users] Cannot configure Linphone on Linux

2013-09-27 Thread Sylvain Berfini
It is in Linphone. In the bottom of the app, you have an icon gear that
shows the settings page.


2013/9/27 John Ervin jer...@cfl.rr.com

  Is that echo Canceller Calibration in the linphone software or on the
 Phone Set?


 On 09/27/2013 09:18 AM, Sylvain Berfini wrote:

 Hi Roy,

  Did you ran the echo canceller calibration on your device ?
 There is a button in the settings-audio settings-options-echo canceller
 calibration.
 Click on it and retry, and tell us if the situation improved.

  Regards.


 2013/9/27 Roy Serna rjrse...@hotmail.com

  Thank you for the reply.  It was set to the PCMU codec.  I changed it
 over to the PCMA codec and the lizard/helicopter sound went away, but,
 there is now an echo on the customer end of the call.  I ran the echo
 canceller but that didn't solve anything.  Do you have any recommendations?


 Roy Serna
 Sent from my Windows Phone
   --
 From: Ghislain Mary ghislain.m...@linphone.org
 Sent: 9/27/2013 2:23 AM

 To: linphone-users@nongnu.org
 Subject: Re: [Linphone-users] Cannot configure Linphone on Linux

 Hi Roy,

  Could you tell what audio codec is being used when you make a call on
 Vocalocity? You can see it by taping the stats button during the call.

  Cheers,
 Ghislain


 On 26 September 2013 23:14, Roy Serna rjrse...@hotmail.com wrote:

  Since we are n the subject of setup.  I was testing some calls from the
 Linphone app that I have setup on my Windows Phone 8 Nokia Lumia 925.  I
 called  one of my fellow employees on their work line Polycom 501 phone and
 the audio was awful.  I sounded like a lizard with its tongue out talking
 at the same time.  I tried calling their mobile phone using the Linphone
 and still the same awful audio.  I am setup with a Sip account on
 Vocalocity.  Does anyone have any suggestions?

 Roy Serna
 Sent from my Windows Phone
   --
 From: pinguin74 pingui...@gmx.com
 Sent: 9/26/2013 2:53 PM
 To: linphone-users@nongnu.org
 Subject: Re: [Linphone-users] Cannot configure Linphone on Linux

Am 26.09.2013 22:10, schrieb Tracy Briscoe:
  I've had the same problem using 3.6.1 on Windows. You can configure the
 sip profiles in the preferences without using the wizard though.

 Changing the preferences directly does not work either. I can put in the
 name and user name, but I cannot change the domain part of the SIP adress.

 Linphone uses my local LAN adress as SIP domain, but I have to set there
 my actually used SIP server, but I cannot change the content in that
 field. I can´t delete the local IP adress in that field.

 Somehow the whole setup process seems broken...



 ___
 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 
 listLinphone-users@nongnu.orghttps://lists.nongnu.org/mailman/listinfo/linphone-users


 --
 *John F. Ervin*
 jer...@cfl.rr.com

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


Re: [Linphone-users] Lumia 920 crashing

2013-09-20 Thread Sylvain Berfini
Hi Goran,

Do you have any trace (in linphone or in your PBX) that you could send us
to understand why ?

Regards.


2013/9/20 Goran Josipovic josipovic.go...@gmail.com

  Hello Diniz,
 I do not use custom port, also do not use proxy. Regular username and
 sip.domain.
 It work with desktop Linphone.
 Regards,
 Goran

 Goran Josipovic
  --
 From: dinis brazão dinis.bra...@gmail.com
 Sent: 20.9.2013. 10:19
 To: linphone-users@nongnu.org
 Subject: Re: [Linphone-users] Lumia 920 crashing

 Hi Goran.

 Concerning crashes, I unistalled Linphone and will keep one r two days to
 see if this is from any other app (I don't think so because latest thing I
 installed was Linphone and crashes started then - like one or two per day.
 I'll keep the list informed about it.

 About your issues, if you have a custom port to set for your server, don't
 put it in domain, but in proxy (help I got from developer Sylvain Berfini).
 If you have a realm different from your domain, just put there the domain
 and try.

 Cheers,
 Dinis


 On 20/09/2013 07:25, Goran Josipovic wrote:

  Hi Dinis,
 On my Lumia I do not experiencing same problem as you are, I have a
 problem that I cannot communicate with my Asterisk PBX.
 By the way, to see a log you need to enable Debug under Linphone setting
 and then you will have console under . . .
 Cheers,
 Goran


 On Thu, Sep 19, 2013 at 11:37 PM, dinis brazão dinis.bra...@gmail.comwrote:

 Hi all
 anybody else noticing that Lumia crashes when Linphone is instaled?
 I am having that feeling.
 Is there any log that I can make and send?
 Cheers

 Dinis

 ___
 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] Lumia 920 crashing

2013-09-20 Thread Sylvain Berfini
Hi,

Yes we received the crash reports you sent. They were fixed, and an update
is currently under Microsoft review. It'll be most likely published the
next week.

Regards.


2013/9/20 Clive Gout linph...@clive.id.au

  Hi,

 Yes the app crashes often. I'm Using a lumia 820 with the amber update.
 I've sent a few crash reports, hopefully it helps the developers.

 I wondered if there could be a setting that disables background activity
 so i could have the app installed but never register any background voip
 stuff unless it was active.

 Cheers,
 Clive
  --
 From: dinis brazão dinis.bra...@gmail.com
 Sent: 19/09/2013 22:38
 To: linphone-users@nongnu.org
 Subject: [Linphone-users] Lumia 920 crashing

 Hi all
 anybody else noticing that Lumia crashes when Linphone is instaled?
 I am having that feeling.
 Is there any log that I can make and send?
 Cheers

 Dinis

 ___
 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] Building Linphone for Android

2013-09-16 Thread Sylvain Berfini
Hi Pinguin,

You'll need other repositories for the dependencies but you can clone them
all with the --recursive option of the git clone command.
You'll also need the Android SDK and NDK (latest versions are ok).
Then just follow the README file, it will get you through the compilation
of the application.

Regards.


2013/9/15 pinguin74 pingui...@gmx.com

 In order to get strong crypto I want to build Linphone on my own for
 Android.

 Do I only need git.linphone.org/linphone-android.git or do I need more
 repositories?

 What Android SDK / Android version is required? I have to admit, I am
 new to building Android apps. I use Linux, so I would have to install
 the Android SDK on my Linux system.

 Thanks for any hints!

 ___
 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] Questions - enabling X264. Import project to ADT Bundle Eclipse.

2013-09-06 Thread Sylvain Berfini
Hi Jason,

For your point 1, try to make clean before redoing a make BUILD_X264=1.
Also, check that bool
name=disable_all_patented_codecs_for_marketsfalse/bool is set to false
in res/values/non_localizable_custom.xml.

For your second point, you just need to import the project linphone-android
from eclipse by selecting the root directory of the source code.

Regards.


2013/9/6 Jason Benedict Low jbenedict...@gmail.com

 Hi,

 i had git checkout linphone-android source to my ubuntu 10.04 LTS 32 bit
 system. And had read the README and compiled it successful and installed
 the linphone-debug.apk to my android phone successful and working.

 I had questions which i had searched the list archives and google but
 cannot find any close answer. My questions:-

1. I do a make BUILD_X264=1 and also tried modified the Makefile
 BUILD_X264=1. Once i successfully compiled and installed the new
linphone-debug.apk to my phone, in setting i see x264 codec is still grey
out - not able to enable it. I had check that the .so file for x264 is in
both folders, armeabi and armeabi-v7a.
2. This is my 1st time working and learning on apps using ndk and sdk.
i would want to import linphone-android into ADT Bundle (Eclipse). I had
already NDK and SDK setup . Hope i get pointer where i can find example of
how this is done.

 Please help me. Thank you all for any help.
 I look forward to hearing from you.

 Best Regards,
 Jason

 *** Reclaim Your Freedom, use Free  Open Source Software - Be Open
 Standard Compliance. ***

 ___
 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 app for WP8

2013-08-30 Thread Sylvain Berfini
Hi Madrus,

Thanks for the report, we are working on it.
If I sent you a xap, could you install it for to help me understand/fix the
issue ?

Thanks.


2013/8/29 André Roussakoff mad...@gmail.com

 I have installed the Linphone app on my Nokia Lumia 620 with Windows Phone
 8 and the latest GDR2 patch. I can start the Linphone and I get to see the
 main screen but after about 3 seconds the app would close down without any
 error message. If I am quick, I can even press something on the main screen
 and it would react accordingly, e.g. start the Settings screen, but still
 it would close down after about 3 seconds.

 Is this a known issue?

 Madrus

 ___
 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] How to gracefully exit android linphone

2013-07-29 Thread Sylvain Berfini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Rob,

For the latest update me choosed to use a background mode preference
instead of an exit button. If you activate background mode, you'll
have the same behavior as before, else the app will close if you press
back button (and go to background if you press home).
However you can still exit the app using the exit button on the about
page.

Regards.

On 07/28/2013 07:41 PM, Robert Dyck wrote:
 After installing an update for linphone on android I see no way to
 stop linphone other than Force Close. Am I missing something or
 is the problem with linphone?
 
 Thanks Rob
 
 ___ Linphone-users
 mailing list Linphone-users@nongnu.org 
 https://lists.nongnu.org/mailman/listinfo/linphone-users
 

- -- 
*Sylvain Berfini*
Software Engineer @ Belledonne Communications
http://belledonne-communications.com/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Icedove - http://www.enigmail.net/

iQEcBAEBAgAGBQJR9jTCAAoJEFWkzmj/d7OK0hIH/i/h4+J1eTh69WtaYnMQDBbg
Bi99oSmMvPZivz3taOs9mXN74IQL5U9XhYo3BK4I4TKA66y2PaT6/aoUlPFzA2nk
IJK5n35I0iBY22kBUz+WEV8rYz+hJXaaZ0B13pTAcLOEGlNB7JLksd2mglIUpMkx
rLy0krefqxoTexbm8JfGb/HfHGL1yqc7iPfCcw7mDQErsd8XkGMSFYVHW/JovHYm
b8UXPf/F//Tqd5Czr6N+PADesLLW7l4fQwi5bpSeEgvCbi7tIncP0X9eMbM5373Z
7/Kv/ElgTy4te+4P/BtSsxWQAcwqSRk4b93U+z0kvPXNZDA68ker0QcY3W3GSx8=
=VsUn
-END PGP SIGNATURE-

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


Re: [Linphone-users] New Linphone Android version

2012-12-14 Thread Sylvain Berfini

Hi Oleg,

When we publish an application on the Market, we are forced to respect 
the US software legislation.
We are not allowed to publish application which proposes to use 
encryption method(s) without an authorization (we don't have it yet).

So in the meantime we choose to publish without this features.

But you can always compile the application yourself from the sources and 
enable these features.


Regards.

Sylvain Berfini
Software Engineer at Belledonne Communications
Le 14/12/2012 09:39, oleg.fik...@googlemail.com a écrit :

Hello,

where is the TLS and SRTP configuration in the new Android version?

Best regards

Oleg Fiksel



___
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] Registration on semo-v...@sip.linphone.org failed no response time out

2012-12-04 Thread Sylvain Berfini

Hi,

My guess would be you filled the proxy SIP address with your SIP identity.
Your settings should be:
SIP Identity: sip:seamo-v...@sip.linphone.org
SIP Proxy: sip:sip.linphone.org

If this is not the problem, please check the transport protocol and port 
are compatible with your router configuration.


Else, send us the traces (or the logs which can be retrieved from 
help-debug window).


Regards.

Sylvain Berfini
Software Engineer at Belledonne Communications
Le 04/12/2012 13:31, Baba Prasad a écrit :


Dear All linphone users  developers,
  I installed successfully linphone in
my both the laptops and also
configured properly free sip account
through linphone.org after that when
I try to connect to destination using
my free sip service
the following error I am getting
Registration on semo-v...@sip.linphone.org failed no response time out

and in wireshark I can see from my ip address to destination 37.59.129.73
request REGISTER sip:seamo-v...@sip.linphone.org is continuously sending


so pls any one could help get out of this problem ie how to connect to
using sip service but one more thing is this process is working fine with
ip address as uri or destination.

My main goal is to do this experiment is I want to check whether linphone
will support re-INVITE or not I want to check if IP address is changed ie
when handover occurred, if any one knows pls let me know ?

I am using fedora 16 and fedora 14 platforms

PLs urgent
Thanking you  all.:)




Best Regards
BaBu




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


Re: [Linphone-users] How to compile linphone-android into eclipse on Windows 7

2012-10-08 Thread Sylvain Berfini
Hi,The error you are experiencing is normal, because you don't have build the linphone libraries.Follow the readme to know how to compile those libraries. If you are running Windows, I recommend you to use Cygwin to run the prepare-sources / ndk-build commands.Regards.
Sylvain Berfini

Le 8 oct. 2012 à 15:24, Aymen Memny a écrit :I am unable to run linphone-android on my actual device. I am using windows 7. I have cloned all the files needed from git clone git://git.linphone.org/linphone-android.git--recursive
Thereafter I imported the project source code and files to eclipse. There are no errors shown in eclipse, thus I have moved on to running the app on my device, however the app doesn't load and crashed. It says "The application Linphone (process org.linphone) has stopped unexpectedly. Please try again.".
Is there any steps I have missed out in running the app? I have also read the README file, but I am not sure as of how to build the source code. Can anyone guide me please? I have a tight deadline and I need to get this up urgently. Thanks all in advance for your help!
-- Cordialement/ Best regards / Muy atentamente /مع كامل احتراماتى
Freundliche Grüsse / Saludos / Met vriendelijke groet /בברכה/敬具/此致
Aymen MEMNYIngénieur Etudes et Développement .NET97132229/58363371
aymen.me...@gmail.com


___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


Re: [Linphone-users] Linphone-Android: Display contact name in history, in call activity and incoming call activity.

2012-04-26 Thread Sylvain Berfini


  
  
Hi Winona,

The code you are looking for is in the ContactHelper java class.
You'll see methods which look into the contacts to find a matching
name and picture for a given number. 

Regards.

Sylvain Berfini
  

On 26/04/2012 10:19, Winona Kwok wrote:
Hi developers
  
  I have programmatically set the "+" sign to change to "00" when it
  detects user entering "+" when they press the call button.
  However, the history activity, in call activity and incoming call
  activity only shows the number, but does not show the contact name
  even if the number has been stored in the contact list. I have
  tried loading the contact list and search for the number then
  display the name, but it does not work and it still keeps
  displaying the number. May I know how to display the contact name
  instead of the number? Thanks all in advance!
  
  -- 
  Best Regards,
  Winona Kwok
  

___
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) - Add SIP account programmatically and settings page

2012-04-13 Thread Sylvain Berfini


  
  
Hi.

Yes it is possible. If you go look into the code of the initFromConf
method in LinphoneManager.java, you'll see how to do that.

Regards.

Sylvain Berfini
  

On 13/04/2012 10:44, Winona Kwok wrote:
Hi developers,
  
  May I know if I can add an SIP account programmatically without
  using the original GUI that Linphone has (for Linphone Android)
  and hide the settings in the menu button? Is it possible? Thanks
  all in advance for your help! 
  
  -- 
  Best Regards,
  Winona Kwok
  

___
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] linphone-android compilation problem

2012-03-29 Thread Sylvain Berfini


  
  
Hi.

You are having this problem because you didn't cloned linphone's
submodules.
To fix this, go to your linphone-android directory and run the
following command : "git submodule update --recursive --init".

Regards.

    Sylvain Berfini
  

On 29/03/2012 09:42, Muhammad Adnan Tariq wrote:

  
  
  
  
Dear All,

I have more than 6 years of experience in
  mobile
  applications development. I want some contribution in linphone
  API which seems
  good to me. I am having issue in compiling the
  linphone-android project in
  eclipse. The source folder missing. Please email me if you
  have this source
  folder.

linphone-android missing
  submodules/linphone/mediastreamer2/java/src

Regards,
Adnan Tariq
  
  

___
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] Compile/ndk-build for Android

2012-02-20 Thread Sylvain Berfini

  
  
Hi.

In order to get all files needed for linphone compilation, you
should have executed git clone
"git://git.linphone.org/linphone-android.git --recursive". It's this last option
that ensure all submodules are download properly.
You can still execute "git submodule update --recursive --init" to
put your repository in the valid state, and compile it.

    Regards.

Sylvain
Berfini 
  Master 2 Gnie Logiciel 
  

Le 20/02/2012 18:38, Alex Vishnev a crit:

  Hello

While trying to build the proper environment for ndk-build (Android r6b), i found a number of dependencies missing. I cloned android-linphone repository as well as going to externals and cloning linphone.git, msilbc.git, libilbc-rfc3591.git,msamr.git, msx264.git, mssilk.git repositories in submodules directory from android-linphone repository. Initially these directories were empty, but after I cloned the above repo they are populated. When I tried to do ndk-build from R6B android NDK, i saw that openssl was missing as well. I googled and found the project called android-openssl that built then environment for openssl NDK build. After I cloned the repository for android-openssl i stopped getting the errors indicating the Android.mk was missing in openssl directory (dah --- Directory was empty). I am not sure if that is the correct way of getting the files. Please let me know the right place to get opennssl for linphone. Now, I am getting errors 

../android-ndk-r6b/ndk-build BUILD_X264=1 BUILD_AMRNB=light BUILD_GPLV3_ZRTP=0 BUILD_SILK=0 BUILD_G720=0 BUILD_TUNNEL=0
Invalid attribute name: android:debuggable 
Build X264 plugin for mediastreamer2
Compile thumb  : linphone = linphonecore.c
Compile thumb  : linphone = misc.c
Compile thumb  : linphone = enum.c
Compile thumb  : linphone = presence.c
Compile thumb  : linphone = proxy.c
Compile thumb  : linphone = friend.c
Compile thumb  : linphone = authentication.c
Compile thumb  : linphone = lpconfig.c
Compile thumb  : linphone = chat.c
Compile thumb  : linphone = sipsetup.c
Compile thumb  : linphone = siplogin.c
Compile thumb  : linphone = address.c
Compile++ thumb  : linphone = linphonecore_jni.cc
Compile thumb  : linphone = sal.c
Compile thumb  : linphone = sal_eXosip2.c
In file included from /Users/alex9134/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/../../externals/exosip/include/eXosip2/eXosip.h:28,
 from /Users/alex9134/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/sal_eXosip2.h:24,
 from /Users/alex9134/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/sal_eXosip2.c:23:
/Users/alex9134/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/../../externals/exosip/include/eXosip2/eX_setup.h:29:38: error: osipparser2/osip_message.h: No such file or directory
In file included from /Users/alex9134/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/../../externals/exosip/include/eXosip2/eXosip.h:28,
 from /Users/alex9134/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/sal_eXosip2.h:24,
 from /Users/alex9134/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/sal_eXosip2.c:23:
/Users/alex9134/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/../../externals/exosip/include/eXosip2/eX_setup.h:111: error: expected specifier-qualifier-list before 'osip_proxy_authenticate_t'
/Users/alex9134/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/../../externals/exosip/include/eXosip2/eX_setup.h:210: error: expected ')' before '*' token
/Users/alex9134/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/../../externals/exosip/include/eXosip2/eX_setup.h:217: error: expected ')' before 'cbsipCallback'
/Users/alex9134/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/../../externals/exosip/include/eXosip2/eX_setup.h:279: error: expected ')' before '*' token
In file included from /Users/alex9134/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/../../externals/exosip/include/eXosip2/eXosip.h:29,
 from /Users/alex9134/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/sal_eXosip2.h:24,
 from /Users/alex9134/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/sal_eXosip2.c:23:
/Users/alex9134/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/../../externals/exosip/include/eXosip2/eX_register.h:28:37: error: osipparser2/osip_parser.h: No such file or directory
In file included from /Users/alex9134/linphone-android/jni/..//submodules/linphone/build/android/../../coreapi/../../externals/exosip/include/eXosip2/eXosip.h:29,
 from /Users/alex9134/linphone-android/jni/..//submo

[Linphone-users] Linphone-3.5.1 released for desktop

2012-02-16 Thread Sylvain Berfini


  
  
Hi,


I'm pleased to announce you the release of linphone-desktop
  3.5.1, which brings some interesting features :

 -
  A "wizard" tool to create accounts from linphone (on our SIP proxy
  powered on sip.linphone.org) 

 -
  ZRTP media encryption
 -
  SILK audio codec (as a plugin for Linux, directly embedded into
  MacOS bundle and available soon on Win32)
  
  Download links:

Sources:
http://download-mirror.savannah.gnu.org/releases/linphone/3.5.x/sources/linphone-3.5.1.tar.gz

MacOS bundle:
http://download-mirror.savannah.gnu.org/releases/linphone/stable/macos/linphone-3.5.1.app.zip

Win32 setup:
http://download-mirror.savannah.gnu.org/releases/linphone/stable/win32/linphone-3.5.1-setup.exe

Sources for the SILK plugin:
http://download-mirror.savannah.gnu.org/releases/linphone/plugins/sources/mssilk-0.0.1.tar.gz


As usual, your contributions and feedback are welcome.


Regards.

-- 
      Sylvain Berfini
  
  

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


Re: [Linphone-users] Linphone desktop 3.5.0

2011-12-26 Thread Sylvain Berfini


  
  
Hi.

Thank you for the feedback. Actually they are generic sources, I
forgot to rename the archive.

Regards.
Sylvain Berfini
  

On 25/12/2011 14:33, alekc...@googlemail.com wrote:

  Sylvain Berfini wrote:


  
Hi,

I'm pleased to announce you the release of linphone-desktop 3.5.0.

  
  
Hi,

linphone-3.5.0 sources have bundled ortp-0.18.0 and mediastreamer-2.8.0.
When ortp-0.18.0 and mediastreamer-2.8.0 will be released separately?

I also found new mediastreamer plugin version msx264-1.4.2:
http://download-mirror.savannah.gnu.org/releases/linphone/plugins/sources/msx264-win32-1.4.2.zip
But why generic sources missing for it there?



  

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


Re: [Linphone-users] Linphone desktop 3.5.0

2011-12-26 Thread Sylvain Berfini

Hi.

You are right, I didn't upload the right files. Mistake is now fixed. 
Thanks for the feedback.

For the other issues you reported, we'll take a look.

Regards.

Sylvain Berfini


Le 26/12/2011 15:23, alekc...@googlemail.com a écrit :

Hi,

Renamed archive contains only windows dll, but still no sources there
http://download-mirror.savannah.gnu.org/releases/linphone/plugins/sources/msx264-1.4.2.zip

Archive:  msx264-1.4.2.zip
  Length   MethodSize  CmprDateTime   CRC-32   Name
  --  ---  -- -   
18002  Defl:N 6833  62% 12-22-2011 13:28 ee569a13  COPYING
  282  Defl:N  193  32% 12-22-2011 13:28 ea2d0847  README
0  Stored0   0% 12-22-2011 13:28   lib/
0  Stored0   0% 12-22-2011 13:28   lib/mediastreamer/
0  Stored0   0% 12-22-2011 13:28   
lib/mediastreamer/plugins/
  1088242  Defl:N   418551  62% 12-22-2011 13:28 ce782a8b  
lib/mediastreamer/plugins/libmsx264-0.dll
   456316  Defl:N28172  94% 12-22-2011 13:28 58411124  
lib/mediastreamer/plugins/libmsx264.dll.a
 1324  Defl:N  642  52% 12-22-2011 13:28 783d7f6e  
lib/mediastreamer/plugins/libmsx264.la
  ---  ------
  1564166   454391  71%8 files


There was several errors when I tried to build linphone-3.5.0 for Fedora 17 
(Rawhide).

1. ../libtool: line 5992: cd: (exec_prefix)/lib64: No such file or directory
Full build log here: http://nucleo.fedorapeople.org/linphone-spandsp.log
This error was only for x86_64 arch (no error for i686).
Looks like the culprit is spandsp (but looks like spandsp.pc already fixed)
https://bugzilla.redhat.com/show_bug.cgi?id=691039
No such error after disabling spandsp.


2. main.c:1622:2: error: 'g_thread_init' is deprecated (declared at
/usr/include/glib-2.0/glib/deprecated/gthread.h:259) 
[-Werror=deprecated-declarations]
Build log here: http://nucleo.fedorapeople.org/linphone-glib.log
This error happens when building against glib2-2.31.6.

g_thread_init has been deprecated since version 2.32 and should not be used in 
newly-written code.
This function is no longer necessary. The GLib threading system is 
automatically initialized at the
start of your program.
http://developer.gnome.org/glib/2.31/glib-Deprecated-Thread-APIs.html


3. There are errors about unused var in mediastreamer2/tests/mediastream.c MSWebCam 
*cam=NULL;
and unused result of fwrite(comp_buf,error,1,s-file); in 
mediastreamer2/src/jpegwriter.c.

Sylvain Berfini wrote:


Hi.

Thank you for the feedback. Actually they are generic sources, I forgot
to rename the archive.

Regards.
Sylvain Berfini


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


Re: [Linphone-users] Linphone desktop 3.5.0

2011-12-26 Thread Sylvain Berfini

Hi.

Mediastreamer 2.8.0 and oRTP 0.18.0 are now available to download from 
our savannah.

http://download.savannah.gnu.org/releases/linphone/ortp/sources/
http://download.savannah.gnu.org/releases/linphone/mediastreamer/

Regards.

Sylvain Berfini


Le 25/12/2011 14:33, alekc...@googlemail.com a écrit :

Sylvain Berfini wrote:


Hi,

I'm pleased to announce you the release of linphone-desktop 3.5.0.

Hi,

linphone-3.5.0 sources have bundled ortp-0.18.0 and mediastreamer-2.8.0.
When ortp-0.18.0 and mediastreamer-2.8.0 will be released separately?

I also found new mediastreamer plugin version msx264-1.4.2:
http://download-mirror.savannah.gnu.org/releases/linphone/plugins/sources/msx264-win32-1.4.2.zip
But why generic sources missing for it there?

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


[Linphone-users] Linphone desktop 3.5.0

2011-12-23 Thread Sylvain Berfini
Hi,I'm pleased to announce you the release of linphone-desktop 3.5.0.In addition to bug fixes, it brings a lot of new features:	- Audio conferencing	- SRTP media encryption	- SIP/TCP and SIP/TLS network protocols	- G722 audio codec	- VP8 video codecDownload linkssources:http://download-mirror.savannah.gnu.org/releases/linphone/3.5.x/sources/linphone-3.5.0.tar.gzmac bundle:http://download-mirror.savannah.gnu.org/releases/linphone/stable/macos/linphone-3.5.0.app.zipwin32 setup:http://download-mirror.savannah.gnu.org/releases/linphone/stable/win32/linphone-3.5.0-setup.exeAs usual, your contributions and feedback are welcome.Regards.
Sylvain Berfini

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


[Linphone-users] New linphone-android : 1.2.2

2011-12-09 Thread Sylvain Berfini


  
  
Hi,

There is a new version of linphone-android released on the Android
Market.

In addition to some bug fixes, it provides new features :

  Audio multicall and conferencing
  Integration of Silk audio codec
  Integration of SRTP media encryption


Regards.
-- 
  Sylvain Berfini
  
  

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


[Linphone-users] Linphone 3.4.99.4 available

2011-11-03 Thread Sylvain Berfini


  
  
Hi.

I uploaded some pre-release package for the 3.5 version that will
come in a few weeks.
Source code is available for Linux, MacOS and Windows : http://download-mirror.savannah.gnu.org/releases/linphone/unstable/source/linphone-3.4.99.4.tar.gz
I also published a bundle for Win32 plateforms : http://download-mirror.savannah.gnu.org/releases/linphone/unstable/win32/linphone-3.4.99.4-setup.exe
I invite you to test it and send us your traductions.

Thanks a lot.
-- 
  Sylvain Berfini
  
  

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


  1   2   >