[Linphone-users] Android Client: Incompatible media parameters

2021-03-05 Thread Trent Creekmore
I have two Linphone clients connected to the same PBX, and both using TLS.

 

One is the latest version for Windows Phone which is version 3.12. 

The Windows version functions flawlessly

 

On Android, it is latest version 4.3.1.

This client can receive calls, but cannot make any outgoing calls.

 

Any time I try to make a call, I am seeing "Incompatible media parameters"
pop up.

 

Looking on the PBX side, it is reporting

 

res_pjsip_session.c:934 handle_incoming_sdp:  2000: Couldn't negotiate
stream 0:audio-0:audio:sendrecv (nothing)

 

I have seen this before. Last time I saw this, it was related to STRP not
being enabled/forced on a telephone.

 

I am not seeing any such setting in Linphone for this.

 

 

Anyone got some ideas on the failure?

 

 

Thanks!

 

 

 

 

 

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


Re: [Linphone-users] Strange problem with Linphone on an iPhone

2021-04-12 Thread Trent Creekmore
You may want to recheck those account settings. It is clearly trying to 
make a call through sip1.linphone.org, not voip.ms.





On 4/11/21 7:03 PM, Richard Cooke wrote:


Linphone works fine for other users with same model iPhone and same 
version LinPhone, but one user has strange problems.


Using same settings as the other users who have no problems.

It says "Connected" at the top of the screen, but timeouts dialing.

When this first started it would abort dialing and pop back to 
whatever screen you dialed from.  I noticed he had very low free 
space. Now he has lots. I removed the app, rebooted his phone, 
re-installed it. Input the info and adjusted the settings, but its 
doing the same thing again!


I tried to use DEBUG to get a clue, but the resulting log does not 
appear to have any clues (as far as I can see):


2021-04-08 21:10:57:948 [linphone/belle-sip] MESSAGE Starting A/ 
query for srv result [stun.linphone.org]
2021-04-08 21:10:57:953 [linphone/belle-sip] MESSAGE Starting A/ 
query for srv result [sip1.linphone.org]
2021-04-08 21:10:57:953 [linphone/belle-sip] MESSAGE 
dns_service_query_record_cb : resolving stun.linphone.org. got CNAME 
DNS answer. Ignore it, DNS Service will recurse it by itself
2021-04-08 21:10:57:953 [linphone/belle-sip] MESSAGE stun.linphone.org 
resolved to 91.121.209.194
2021-04-08 21:10:57:954 [linphone/belle-sip] MESSAGE A query finished 
for srv result [stun.linphone.org]
2021-04-08 21:10:57:954 [linphone/belle-sip] MESSAGE sip1.linphone.org 
resolved to 91.121.209.194
2021-04-08 21:10:57:955 [linphone/belle-sip] MESSAGE A query finished 
for srv result [sip1.linphone.org]
2021-04-08 21:10:57:955 [linphone/belle-sip] MESSAGE All A/ 
results for combined resolution have arrived.
2021-04-08 21:10:57:955 [linphone/liblinphone] MESSAGE Stun server 
resolution successful.
2021-04-08 21:10:59:582 [linphone/liblinphone] MESSAGE [SHARED] 
resetSharedCoreLastUpdateTime
2021-04-08 21:11:04:716 [linphone/belle-sip] MESSAGE Changing [client] 
[INVITE] transaction [0x282add450], from state [COMPLETED] to [TERMINATED]
2021-04-08 21:11:04:717 [linphone/belle-sip] MESSAGE Client INVITE 
transaction [0x282add450] terminated
2021-04-08 21:11:04:717 [linphone/belle-sip] MESSAGE transaction 
[0x282add450]: ending transaction background task with id=[14].
2021-04-08 21:11:04:856 [linphone/belle-sip] MESSAGE Changing [client] 
[INVITE] transaction [0x282ac], from state [COMPLETED] to [TERMINATED]
2021-04-08 21:11:04:857 [linphone/belle-sip] MESSAGE Client INVITE 
transaction [0x282ac] terminated
2021-04-08 21:11:04:857 [linphone/liblinphone] MESSAGE Destroying op 
[0x1032fc890] of type [SalOpCall]
2021-04-08 21:11:04:858 [linphone/belle-sip] MESSAGE Transaction 
[0x282add450] deleted
2021-04-08 21:11:04:858 [linphone/belle-sip] MESSAGE transaction 
[0x282ac]: ending transaction background task with id=[16].
2021-04-08 21:11:04:859 [linphone/belle-sip] MESSAGE Transaction 
[0x282ac] deleted
2021-04-08 21:11:09:582 [linphone/liblinphone] MESSAGE [SHARED] 
resetSharedCoreLastUpdateTime


This is the general config guide my phone company provides:
https://wiki.voip.ms/article/Linphone_iOS 



Here is his phone info:

iPhone XS MAX, iOS 14.4.2, 27.62 GB free


Looking for any ideas.



___
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-03 Thread Trent Creekmore

If it is using TLS, then it is encrypted

On 5/3/21 1:08 AM, Gabby wrote:


Are Linphone chat communications encrypted?


My proxy account uses TLS transport.


I am using:

Desktop Linphone v4.1.1-lp152.6.2 on openSUSE Leap 15.2 for x86_64 
(Linux) installed via binary RPM


KDE Plasma v5.18.6

KDE Frameworks v5.71.0

Qt v5.12.7


Thanks,

Gabby


___
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] fix target name in multiple CMakeLists.txt files when ENABLE_STATIC=ON

2021-05-03 Thread Trent Creekmore

This is the USERS mail list.

Also, I am sure you can submit a pull request on GitHub for those changes

On 5/2/21 4:24 AM, baldu...@units.it wrote:

hello

the following cmake files need fixing the target name when
ENABLE_STATIC=ON

ciao
-gabriele


liblinphone/src/CMakeLists.txt
==
8<
diff -c src/CMakeLists.txt.LINPHONE_FIX_ADD_LIBRARY src/CMakeLists.txt
*** src/CMakeLists.txt.LINPHONE_FIX_ADD_LIBRARY Sun May  2 09:16:10 2021
--- src/CMakeLists.txt  Sun May  2 09:16:10 2021
***
*** 581,589 
   
   	if (ENABLE_FLEXIAPI)

if (XCODE)
!   target_link_libraries(linphone PRIVATE jsoncpp_static)
else()
!   target_link_libraries(linphone PRIVATE jsoncpp_object)
endif()
endif()
   
--- 581,589 
   
   	if (ENABLE_FLEXIAPI)

if (XCODE)
!   target_link_libraries(linphone-static PRIVATE 
jsoncpp_static)
else()
!   target_link_libraries(linphone-static PRIVATE 
jsoncpp_object)
endif()
endif()
>8


bzrtp/src/CMakeLists.txt

8<
diff -c src/CMakeLists.txt.BZRTP_FIX_ADD_LIBRARY src/CMakeLists.txt
*** src/CMakeLists.txt.BZRTP_FIX_ADD_LIBRARYSun May  2 09:11:56 2021
--- src/CMakeLists.txt  Sun May  2 09:11:56 2021
***
*** 55,67 
   endif()
   
   if(ENABLE_STATIC)

!   add_library(bzrtp STATIC ${SOURCE_FILES})
!   set_target_properties(bzrtp PROPERTIES OUTPUT_NAME bzrtp)
!   target_include_directories(bzrtp INTERFACE
$
PRIVATE ${INCLUDE_DIRS})
!   target_link_libraries(bzrtp PUBLIC bctoolbox ${LIBS})
!   install(TARGETS bzrtp EXPORT ${EXPORT_TARGETS_NAME}Targets
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ 
GROUP_EXECUTE WORLD_READ WORLD_EXECUTE
)
--- 55,67 
   endif()
   
   if(ENABLE_STATIC)

!   add_library(bzrtp-static STATIC ${SOURCE_FILES})
!   set_target_properties(bzrtp-static PROPERTIES OUTPUT_NAME bzrtp)
!   target_include_directories(bzrtp-static INTERFACE
$
PRIVATE ${INCLUDE_DIRS})
!   target_link_libraries(bzrtp-static PUBLIC bctoolbox ${LIBS})
!   install(TARGETS bzrtp-static EXPORT ${EXPORT_TARGETS_NAME}Targets
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ 
GROUP_EXECUTE WORLD_READ WORLD_EXECUTE
)
>8


belr/src/CMakeLists.txt
===
8<
diff -c src/CMakeLists.txt.BELR_FIX_ADD_LIBRARY src/CMakeLists.txt
*** src/CMakeLists.txt.BELR_FIX_ADD_LIBRARY Sun May  2 09:12:58 2021
--- src/CMakeLists.txt  Sun May  2 09:12:58 2021
***
*** 44,53 
   endif()
   
   if(ENABLE_STATIC)

!   add_library(belr STATIC ${BELR_HEADER_FILES} ${BELR_SOURCE_FILES_C} 
${BELR_SOURCE_FILES_CXX})
!   set_target_properties(belr PROPERTIES OUTPUT_NAME belr)
!   target_link_libraries(belr PUBLIC ${LIBS})
!   target_include_directories(belr INTERFACE
$
$
)
--- 44,53 
   endif()
   
   if(ENABLE_STATIC)

!   add_library(belr-static STATIC ${BELR_HEADER_FILES} 
${BELR_SOURCE_FILES_C} ${BELR_SOURCE_FILES_CXX})
!   set_target_properties(belr-static PROPERTIES OUTPUT_NAME belr)
!   target_link_libraries(belr-static PUBLIC ${LIBS})
!   target_include_directories(belr-static INTERFACE
$
$
)
>8


belcard/src/CMakeLists.txt
==
8<
diff -c src/CMakeLists.txt.BELCARD_FIX_ADD_LIBRARY src/CMakeLists.txt
*** src/CMakeLists.txt.BELCARD_FIX_ADD_LIBRARY  Sun May  2 09:13:11 2021
--- src/CMakeLists.txt  Sun May  2 09:13:11 2021
***
*** 49,57 
   bc_apply_compile_flags(BELCARD_SOURCE_FILES_CXX STRICT_OPTIONS_CPP 
STRICT_OPTIONS_CXX)
   
   if(ENABLE_STATIC)

!   add_library(belcard STATIC ${BELCARD_HEADER_FILES} 
${BELCARD_SOURCE_FILES_C} ${BELCARD_SOURCE_FILES_CXX})
!   set_target_properties(belcard PROPERTIES OUTPUT_NAME belcard)
!   target_link_libraries(belcard PRIVATE belr bctoolbox)
   endif()
   if(ENABLE_SHARED)
add_library(belcard SHARED ${BELCARD_HEADER_FILES} 
${BELCARD_SOURCE_FILES_C} ${BELCARD_SOURCE_FILES_CXX} ${VCARD_GRAMMAR_FILES})
--- 49,57 
   bc_apply_compile_flags(BELCARD_SOURCE_FILES_CXX STRICT_OPTIONS_CPP 
STRICT_OPTIONS_CXX)
   
   if(ENABLE_STATIC)

!   add_library(belcard-static STATIC ${BELCARD_HEADER_FILES} 
${BELCARD_SOURCE_FILES_C} ${BELCARD_SOURCE_FILES_CXX})
!   set_target_properties(belcard-static PROPERTIES OUTPUT_NAME belcard)
!   target_link_libraries(belcard-static PRIVATE belr bctoolbox)
   endif()
   if(ENABLE_SHARED)
add_library(belcard SHARED ${BELCARD_HEADE

Re: [Linphone-users] Are Linphone video/audio communications natively encrypted end-to-end?

2021-05-03 Thread Trent Creekmore
As long as both clients are connected to the same server via TLS, then the
RTP will be encrypted for sure.  You don't have as much control once packets
are sent to third parties., thus you cannot be sure.



-Original Message-
From: Linphone-users 
On Behalf Of Stuart D Gathman
Sent: Monday, May 3, 2021 8:48 PM
To: linphone-users@nongnu.org
Subject: Re: [Linphone-users] Are Linphone video/audio communications
natively encrypted end-to-end?

On Mon, 3 May 2021, Gabby wrote:

> Are Linphone video/audio communications encrypted end-to-end without 
> relying on an external means of encryption like VPN?

More precise question.  :-)  I believe it is when connecting directly via
encrypted RTP (without authentication), but I am waiting to hear the answer
from someone who really knows.

The problem is, both parties need to be able to authenticate the other party
with something like a pubkey.  You can negotiate a key without
authentication, but then there might be a man-in-the-middle.
I have never seen anything resembling such authentication in SIP, but would
be happy to find out there is.  Linphone would then need to store the
pubkey/cert (or equiv authentication) for addressbook entries and provide a
way to verify them via an other channel to ensure the pubkey is not for a
MITM.

There does not seems to be any authentication in the address book for my
ancient linphone-3.6.1


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


Re: [Linphone-users] screen-sharing

2021-05-07 Thread Trent Creekmore
Seems that would be out of scope for the project, and would make little sense 
as there are many other applications which can do the same such as  TeamViewer.

-Original Message-
From: Linphone-users  On 
Behalf Of Dominique Corfa
Sent: Friday, May 7, 2021 3:13 AM
To: linphone-users@nongnu.org
Subject: [Linphone-users] screen-sharing

Bonjour/Hello,

Est-il prévu d'intégrer dans linphone une fonction de partage d'écran ?

Is a screen-sharing feature planned in the linphone roadmap ?

Thanks/merci d'avance

-- 

Dominique Corfa
GererMesaffaires.com
tel:+33972541062


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

2021-05-17 Thread Trent Creekmore
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


Re: [Linphone-users] Calls to 10 digit phone number failing (User not found)

2021-05-20 Thread Trent Creekmore
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

 

From: Sylvain Berfini  
Sent: Thursday, May 20, 2021 8:24 AM
To: linphone-users@nongnu.org; tr...@lindows.org
Subject: Re: [Linphone-users] Calls to 10 digit phone number failing (User not 
found)

 

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

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

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


Re: [Linphone-users] Calls to 10 digit phone number failing (User not found)

2021-05-20 Thread Trent Creekmore
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


Re: [Linphone-users] Calls to 10 digit phone number failing (User not found)

2021-05-20 Thread Trent Creekmore
 

Okay, I got it.

 

Linphone was adding a + before the call which is incorrect.

What I did was remove the 1 digit which was seemed to have been placed in there 
automatically. When I removed the prefix, the client started to send an 
unmodified SIP URI.

 

Maybe that ability should be removed for USA?

 

Thanks

 

 

 

From: Sylvain Berfini  
Sent: Thursday, May 20, 2021 8:24 AM
To: linphone-users@nongnu.org; tr...@lindows.org
Subject: Re: [Linphone-users] Calls to 10 digit phone number failing (User not 
found)

 

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

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

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


Re: [Linphone-users] Calls to 10 digit phone number failing (User not found)

2021-05-20 Thread Trent Creekmore
Thank you kindly

-Original Message-
From: Sylvain Berfini  
Sent: Thursday, May 20, 2021 10:13 AM
To: linphone-users@nongnu.org; tr...@lindows.org
Subject: Re: [Linphone-users] Calls to 10 digit phone number failing (User not 
found)

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

2021-06-02 Thread Trent Creekmore
You are going to have to extract all those project files from the .zip. 
Then find the file you need to edit, and then make the changes. Once 
that is done, you will need to compile the project with Android Studio.


Trent


On 6/2/21 5:10 AM, Vojtěch Brothánek wrote:


Hi,

I found the right file, thank you.

But i have one more question. When i download the ZIP file then i need 
to make it to apk file.

I’m fairly new in this topic of apk files.

Woudl you help out please?

Thanks a lot.

S pozdravem,

*Vojtěch Brothánek*
Servisní technik

tel.: +420 226 251 102 
mobil: +420 606 165 935 
e-mail: vbrotha...@brotel.cz 

Brotel s.r.o. 

Starochodovská 1360/78 /|/149 00, Praha 4 /|/www.brotel.cz 



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


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 

___

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] DND / Do not disturb

2021-06-09 Thread Trent Creekmore
It can be done by the server, or the telephone. The telephone will just reject 
the call, and call will go to voicemail.

-Original Message-
From: Linphone-users  On 
Behalf Of a-linphone...@mikus.sk
Sent: Wednesday, June 9, 2021 1:28 PM
To: linphone-users@nongnu.org
Subject: Re: [Linphone-users] DND / Do not disturb

Isn't the DND function not managed by the server? Dialling *76 to FreePBX keeps 
Linphone available for outgoing calls but inbound calls drop to voicemail.

amk

On Wed, 09.Jun.21 12:00:14 -0400, linphone-users-requ...@nongnu.org wrote:

> Date: Wed, 09 Jun 2021 07:35:29 -0400
> From: Greg Troxel 
> To: Peio Rigaux 
> Cc: linphone-users@nongnu.org,  Sheldon Mason
>   
> Subject: Re: [Linphone-users] DND / Do not disturb
> Message-ID: 
> Content-Type: text/plain; charset="utf-8"
> 
> 
> Peio Rigaux  writes:
> 
> > We do have a "do not disturb" presence state in the desktop
> >   version of Linphone (click on the green light on the left and
> >   select your presence status), but this does not prevent a call to
> >   reach you.
> > As far as I know we do not have a setting to enable it in the
> >   apps.
> 
> For what it's worth, my view is that DND status in presence is a 
> published clue to people that can see your presence.  A DND function 
> on a phone is an instruction to the phone to not notify the user of 
> incoming calls (and perhaps to provide a not-available status to the 
> caller).  These two functions are logically separate.
> 
> For example, I might set DND status while in a meeting of some kind, 
> as a clue to teammates, while allowing the phone to ring (to be able 
> to receive urgent calls from other people).
> 
> It would be good to have linphone have a DND setting for calls, 
> similar to such a function on an analog phone (ringer volume to zero) 
> or hardphone.  Right now I'd just quit it to make this work.
> 
> -- next part -- A non-text attachment was 
> scrubbed...
> Name: signature.asc
> Type: application/pgp-signature
> Size: 194 bytes
> Desc: not available
> URL: 
>  0609/9795f66f/attachment.sig>

___
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] Random Incoming calls

2021-06-10 Thread Trent Creekmore
A firewall is not going to help. On many SIP telephones this can be an issue. 
On Yealink they have a setting labeled “Accept SIP trusted Server only” which 
will cause those ‘ghost calls’ to stop. I am not sure why they do not have it 
enabled. Seems this should be default on all SIP telephones these days.

 

I have not seen such a setting on LinPhone, but I would of thought such 
security would be in the code.

 

 

 

From: Linphone-users  On 
Behalf Of Dovid Bender
Sent: Thursday, June 10, 2021 6:48 PM
To: linphone-users@nongnu.org
Subject: Re: [Linphone-users] Random Incoming calls

 

Without knowing your set up if I had to guess the calls you are getting are 
most likely from attackers out there that are looking for vulnerable phone 
systems to compromise. They will send calls to random IP's and if they find a 
vulnerable system they make calls on the phone systems owner's expense. Some 
phones have an option to disable such calls but I don't see one on Linphone (at 
least not in the version I have here). A simple firewall should be able to 
block such calls.

 

On Thu, Jun 10, 2021 at 5:36 PM Ray Martel mailto:ray.mar...@audacy.com> > wrote:

I am using Linphone as a way to connect to a comrex ACCESS for radio reports.

Recently I keep getting incoming calls that just don’t stop. This has happened 
with some but not all of us using this.

Any idea of how to change settings to stop this?

The second thing is that occasionally I can’t get an ip address on some 
installs. Instead I get a weird number after my name instead of an IP.

 

Would really love to email with someone because this works great for me and I 
would like to fix these small but very annoying problem.

 

 

 


Ray Martel

Executive Producer WCBS Mets Radio Network, 

WCBS Newsroom Operations Manager

 

Audacy | New York

345 Hudson St, 10th Fl

New York, NY 10014

O: +212-524-2904

M: +917-414-0219

  ray.mar...@audacy.com  

  WCBS 880



 

 

___
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-4.2.5.AppImage how to set up transport over TLS?

2021-06-12 Thread Trent Creekmore
You are probably using a self-signed certificate, or a wildcard 
certificate which causes that error.




On 6/12/21 7:00 PM, Sobhi El-Safady wrote:


Hello,

I registered an account with iptel.org  and was not able to 
register with TLS. When i enabled the logs, i was receiving this error 
: *SSL handshake failed : X509 - Certificate verification failed*


However, i did some research and you can add this option in the 
/linphonerc-factory/  fileto disable cert verification, which is not 
recommended at all,but is a work around :


[sip]
verify_server_certs=0

Maybe you can try adding the CA manually in the rootca.pem used by 
linphone.


On Jun 12 2021, at 5:33 pm, Tio Madrid  wrote:

Same problem with Linphone Android 4.4.3 (release). Ther server does
support transport over TLS with other apps. The server is iptel.org.

On Sat, 2021-06-12 at 16:33 -0400, Sobhi El-Safady wrote:
> Hello,
>
> SRTP is not a transport protocol, it only encrypts the RTP sessions.
> As for TLS, it encrypts the signaling between your softphone and
your
> PBX. Try to see if your account settings with TLS enabled works with
> the mobile version of Linphone, i've never had any issues with
TLS on
> the appimage or the mobile version. If the mobile version also
> doesn't work, then you have to make sure the PBX server you're
> connecting to supports the TLS protocol and if it hasn't been
> enabled, try to implement it on the server side and try again.
>
> On Jun 12 2021, at 2:00 pm, Maciej Morycinski 
> wrote:
> >
> Sent from Mailspring
> ___
> 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

Sent from Mailspring

___
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-4.2.5.AppImage how to set up transport over TLS?

2021-06-17 Thread Trent Creekmore
Better yet, rather than confuse users, just use the absolutely FREE/no 
charge Let's Encrypt certificates. Those are considered legitimate 
certificates.


On 6/17/21 10:05 AM, Tio Madrid wrote:
iptel.org uses a self-signed certificate. I would like to see a 
Linphone window showing the certificate details to the user and 
offering a choice to accept that certificate.


On Wed, 2021-06-16 at 18:53 +0100, Tio Madrid wrote:
How do you know which certificate iptel.org uses? Why is there no GUI 
window showing the problem to the user and offering a choice to 
accept that certificate?


On Sat, 2021-06-12 at 20:45 -0500, Trent Creekmore wrote:

___
Linphone-users mailing list




___
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] call recording experience report

2021-06-19 Thread Trent Creekmore
Since you are using Asterisk, and want advanced features, why not just 
add in FreePBX to the mix, and have it do the call recordings for you, 
and stores them on the local drive?


On 6/19/21 1:49 PM, Greg Troxel wrote:

I have an answering machine, and I want to make a recording of the
outgoing message.  I have the machine on a FXS port, and tried to call
it from linphone on a mac, with both the ATA and linphone connected to
asterisk.  I am using linphone 4.2.5 with core 4.4.19.

While there's a record button, it only appears when the call is
answered, and I want the whole message.  So there's a bug that one can't
see and push the button even before dialing.

I then found the 'record always' preference, and made a call to the
machine.  I didn't get any clues that it was being recorded, but looking
for all files with recent modtimes found:

~/Documents/linphone/captures/2021-06-19_13-23-40_accountname_extension.mkv

That was an unfamiliar extensions, so:

   https://en.wikipedia.org/wiki/Matroska

and that's philosophically great, but a lot of complexity for what could
be just a single audio file.  I started to build mkvtoolnix, but it
seems to take hours, and audacity worked, so I stopped.

So this is only sort of a bug report, but through it might be helpful to
people dealing with trying to record.

___
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-10 Thread Trent Creekmore

How about you update it yourself?


https://linphone.org/sites/default/files/linphone-latest.apk



On 7/10/21 2:45 AM, dahxo...@aingunox.e4ward.com wrote:

I'm using Linphone 4.4.3 because that's the latest version available on
F-Droid, added almost 2 months ago.

https://f-droid.org/packages/org.linphone/

Please update the version there.


On Fri, Jul 09, 2021 at 01:43:06PM +0200, Sylvain Berfini wrote:

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


___
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-10 Thread Trent Creekmore

I am suggesting you go the app directly from the source.


I also like people to from using F-Droid due to the nature of censorship 
they have gone with when a group does not align with their beliefs.




On 7/10/21 7:13 PM, Greg Troxel wrote:

Trent Creekmore  writes:


On 7/10/21 2:45 AM, dahxo...@aingunox.e4ward.com wrote:

I'm using Linphone 4.4.3 because that's the latest version available on
F-Droid, added almost 2 months ago.

https://f-droid.org/packages/org.linphone/

Please update the version there.

How about you update it yourself?

https://linphone.org/sites/default/files/linphone-latest.apk

I'm not sure what you are suggesting.

f-droid does builds and signs them, and ensures that the apks match the
sources and that they are entirely Free Software.  A lot of things in
the android world say they are Free Software but have non-Free
components in their apks.  People choose to use f-droid builds to avoid
this.  Often apks not from f-droid have google play services included.

Obviously it's up to f-droid people to package, but I see it as an
upstream responsibility to be buidlable with only Free Software (for
upstreams claiming that).  Right now there's a build of 4.4.4 queued,
and I expect that someone will work on 4.5.0 next.



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


Re: [Linphone-users] (Urgent Attention)Linphone not working on windows 10 pro

2021-07-11 Thread Trent Creekmore

Any Linphone Windows version can.



On 7/11/21 1:35 AM, Tunde Olugbani wrote:



-- Forwarded message -
From: *Tunde Olugbani* >

Date: Sun, 11 Jul 2021, 7:29 am
Subject: Linphone not working on windows 10 pro
To: >




Hi,
Kindly assist on what vision of linphone can work on window 10 pro Hp 
lap top with celeron system.

Best  Regards.

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


[Linphone-users] Linux client with mobile friendly interface?

2021-07-15 Thread Trent Creekmore


Linux based cell phones are starting to become a big deal, such as the 
PinePhone.



Are there plans to take the Linux desktop client and make a mobile 
friendly graphic user interface?





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


Re: [Linphone-users] Call monitoring

2021-07-17 Thread Trent Creekmore

That is done on the server side, not client.



On 7/16/21 2:30 PM, Mostafa via Linphone-users wrote:

Hi,

I am setting up a matrimonial website (and iOS/Android app later on), 
however, I require audio and video calls for members where they may 
have a guardian monitoring the call.


We would also need to set time limits on various membership plans.

Does Linphone allow full customisation to allow such features?

Our site would be hosted most likely on AWS so would there be any 
issue with Linphone on such hosting servers?
We would expect around 500 members / month in the first year and then 
expect rapid growth due to our digital ID verification. Our robust 
platform will be designed for unlimited members so can Jitsi take this 
many members?



___
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] Possible bug when trying to use existing sip account?

2021-07-18 Thread Trent Creekmore

No audio is usually related to NAT issues.

On 7/18/21 7:02 AM, a...@schatzl.name wrote:

Hello,

some weeks ago I installed Linphone on my android 11 device to use it 
as a replacement for a DECT device. Linphone connected via sip with my 
DSL router. I was able to answer and initiate landline calls with that 
setup.


A few days ago I've noticed that there is no more audio after a 
connection is established. I can’t hear the other communication 
partner and vice versa.


I cleared linphone’s cache and data in android, removed linphone, 
rebooted the device and re-installed linphone 4.5.1 (15th of July 
2021). Using the assistant, I chose ‘Use SIP account’ and entered my 
connection data as before. When clicking login, a message „Error: 
failed to create account object“ is shown on the bottom of the screen 
for a few seconds, and the “operation in progress, please wait” 
message stays on for ever.


Maybe with automatic updates and with the new installation I got a new 
version of linphone, which seems to try to set up a new linphone 
account, even when I try to use my existing, local sip account.


Does this happen only on my device? Am I making something wrong?

Greetings

Alois







___
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] Possible bug when trying to use existing sip account?

2021-07-20 Thread Trent Creekmore
Then that case, sound like a firewall issue, or ISP is blocking.

Without a lot more information, we are just guessing. Sounds like it is not a 
Linphone issue.



-Original Message-
From: Linphone-users  On 
Behalf Of Alois Schatzl
Sent: Tuesday, July 20, 2021 3:15 PM
To: linphone-users@nongnu.org
Subject: Re: [Linphone-users] Possible bug when trying to use existing sip 
account?

I think NAT is not involved in my case, because the local DSL router provides 
the SIP interface. I use no SIP provider like linphone or sipgate.
I thought maybe I altered some of the codec settings by mistake and tried to 
get it back to default, which worked before, by making a fresh installation.

The real problem now is, that I even cannot to my SIP. I just enter user name, 
password, domain, tcp as during the first installation time and get the message 
„Error: failed to create account object“


  18.07.2021 um 21:48 wrote Trent Creekmore:
> No audio is usually related to NAT issues.
>
> On 7/18/21 7:02 AM, a...@schatzl.name wrote:
>> Hello,
>>
>> some weeks ago I installed Linphone on my android 11 device to use it as a 
>> replacement for a DECT device. Linphone connected via sip with my DSL 
>> router. I was able to answer and initiate landline calls with that setup.
>>
>> A few days ago I've noticed that there is no more audio after a connection 
>> is established. I can’t hear the other communication partner and vice versa.
>>
>> I cleared linphone’s cache and data in android, removed linphone, rebooted 
>> the device and re-installed linphone 4.5.1 (15th of July 2021). Using the 
>> assistant, I chose ‘Use SIP account’ and entered my connection data as 
>> before. When clicking login, a message „Error: failed to create account 
>> object“ is shown on the bottom of the screen for a few seconds, and the 
>> “operation in progress, please wait” message stays on for ever.
>>
>> Maybe with automatic updates and with the new installation I got a new 
>> version of linphone, which seems to try to set up a new linphone account, 
>> even when I try to use my existing, local sip account.
>>
>> Does this happen only on my device? Am I making something wrong?
>>
>> Greetings
>>
>> Alois
>>
>>
>>
>>
>>
>>
>>
>> ___
>> Linphone-users mailing list
>> Linphone-users@nongnu.org
>> https://lists.nongnu.org/mailman/listinfo/linphone-users
>
> ___
> Linphone-users mailing list
> Linphone-users@nongnu.org
> https://lists.nongnu.org/mailman/listinfo/linphone-users


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


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


Re: [Linphone-users] Possible bug when trying to use existing sip account?

2021-07-21 Thread Trent Creekmore
As I already mentioned, this is not a LinPhone issue, nor is Linphone a 
Microsoft product, which means uninstalling  then reinstalling is not going to 
make any difference

-Original Message-
From: Linphone-users  On 
Behalf Of Alois Schatzl
Sent: Wednesday, July 21, 2021 2:24 PM
To: linphone-users@nongnu.org
Subject: Re: [Linphone-users] Possible bug when trying to use existing sip 
account?

The router does have a firewall from the internet to LAN. But there is no 
internet needed to connect from the mobile to the sip server in the router.
The router is the sip server, there is no firewall or NAT involved between 
router and mobile. The mobile is directly connected to the router with wlan, 
and the sip server is implemented in the router. The router's sip server should 
accept the sip connection from the mobile and make the call via the landline.

The problem now is setting up the sip connection again after reinstalling 
linphone.

Which further information is required?

Am 20.07.2021 um 22:54 schrieb Trent Creekmore:
> Then that case, sound like a firewall issue, or ISP is blocking.
>
> Without a lot more information, we are just guessing. Sounds like it is not a 
> Linphone issue.
>
>
>
> -Original Message-
> From: Linphone-users  On 
> Behalf Of Alois Schatzl
> Sent: Tuesday, July 20, 2021 3:15 PM
> To: linphone-users@nongnu.org
> Subject: Re: [Linphone-users] Possible bug when trying to use existing sip 
> account?
>
> I think NAT is not involved in my case, because the local DSL router provides 
> the SIP interface. I use no SIP provider like linphone or sipgate.
> I thought maybe I altered some of the codec settings by mistake and tried to 
> get it back to default, which worked before, by making a fresh installation.
>
> The real problem now is, that I even cannot to my SIP. I just enter user 
> name, password, domain, tcp as during the first installation time and get the 
> message „Error: failed to create account object“
>
>
>18.07.2021 um 21:48 wrote Trent Creekmore:
>> No audio is usually related to NAT issues.
>>
>> On 7/18/21 7:02 AM, a...@schatzl.name wrote:
>>> Hello,
>>>
>>> some weeks ago I installed Linphone on my android 11 device to use it as a 
>>> replacement for a DECT device. Linphone connected via sip with my DSL 
>>> router. I was able to answer and initiate landline calls with that setup.
>>>
>>> A few days ago I've noticed that there is no more audio after a connection 
>>> is established. I can’t hear the other communication partner and vice versa.
>>>
>>> I cleared linphone’s cache and data in android, removed linphone, rebooted 
>>> the device and re-installed linphone 4.5.1 (15th of July 2021). Using the 
>>> assistant, I chose ‘Use SIP account’ and entered my connection data as 
>>> before. When clicking login, a message „Error: failed to create account 
>>> object“ is shown on the bottom of the screen for a few seconds, and the 
>>> “operation in progress, please wait” message stays on for ever.
>>>
>>> Maybe with automatic updates and with the new installation I got a new 
>>> version of linphone, which seems to try to set up a new linphone account, 
>>> even when I try to use my existing, local sip account.
>>>
>>> Does this happen only on my device? Am I making something wrong?
>>>
>>> Greetings
>>>
>>> Alois
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> ___
>>> Linphone-users mailing list
>>> Linphone-users@nongnu.org
>>> https://lists.nongnu.org/mailman/listinfo/linphone-users
>> ___
>> Linphone-users mailing list
>> Linphone-users@nongnu.org
>> https://lists.nongnu.org/mailman/listinfo/linphone-users
>
> ___
> Linphone-users mailing list
> Linphone-users@nongnu.org
> https://lists.nongnu.org/mailman/listinfo/linphone-users
>
>
> ___
> Linphone-users mailing list
> Linphone-users@nongnu.org
> https://lists.nongnu.org/mailman/listinfo/linphone-users


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


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


Re: [Linphone-users] Changing the ringing time

2021-07-22 Thread Trent Creekmore
Ring time normally comes from the server side, not the client side.

 

 

 

From: Linphone-users  On 
Behalf Of Yanek Stem
Sent: Thursday, July 22, 2021 8:21 AM
To: linphone-users@nongnu.org
Subject: [Linphone-users] Changing the ringing time

 

Hi, 

 

I'm trying to find a solution for my issue. We need to change the ringing time 
(or even remove the limitation). In linphonerc file I changed inc_timeout first 
to 30 then to 0, but one thing I can't change is the ringing window. Having 
inc_timeout set up to 30 or 0 it keeps ringing forever, but after 30 
seconds the pick-up window disappears, so Linphone is ringing, but we can't 
answer the phone. Is there any way to mitigate this?

 

Thank you,

Jan

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


Re: [Linphone-users] LDAP Sync for address book

2021-08-03 Thread Trent Creekmore
Should be available on various github repos, depending on OS  you want it
for.

 

 

 

From: Linphone-users 
On Behalf Of Sébastien St-Hilaire
Sent: Tuesday, August 3, 2021 9:53 AM
To: linphone-users@nongnu.org
Subject: [Linphone-users] LDAP Sync for address book

 

Hi all,

 

I see there’s an incoming “LDAP address book” feature that is available in
the alpha version.

I wanted to test this but unfortunately the link provided here
“https://www.linphone.org/news/ldap-search-feature-available-linphone-deskto
p” does not work.

Anyone have a mirror link?

 

Regards,

 





Sébastien ST-HILAIRE
Administrateur Réseaux TI
IT Network Administrator

T. (450) 443- ext. 313   F. (450) 443-4466   M. (514) 444-9650   SF/TF.
(888) 826-6322
sebastien.st-hila...@confab.ca  

www.confab.com   - 4355, boul. Sir-Wilfrid-Laurier,
Saint-Hubert, Québec, Canada J3Y 3X3





*IMPORTANT- Veuillez prendre note que Confab sera fermé les semaines du 2
août et du 9 août pour les vacances d’été. La réception sera fermée pour
toutes livraisons.
*IMPORTANT- Please note that Confab will be closed the weeks of August 2 and
August 9 for Summer Holidays. Reception department will be closed for any
delivery.

Pensez avant d'imprimer / Please think before you print

Le présent courriel et tout fichier joint à celui-ci peuvent contenir des
renseignements confidentiels.
Si cet envoi ne s'adresse pas à vous et que vous l'avez reçu par erreur,
vous devez l'effacer. Vous ne pouvez conserver, distribuer, 
communiquer ou utiliser les renseignements qu'il contient. Nous vous prions
de nous signaler cette erreur par courriel. Merci de votre collaboration.

This e-mail and any attachments may be confidential, If you receive this
message in error or are not the intended recipient, 
you should destroy it and you are prohibited from retaining, distributing,
disclosing or using any informations contained herein.
Please inform us of the erroneous delivery by email. Thank you for your
cooperation.

 

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


Re: [Linphone-users] TCP & udp protocols

2021-09-04 Thread Trent Creekmore

/
/

/
/

/
/

/The National Telecommunications Regulatory Authority in Egypt denied 
blocking any VoIP applications, but users are facing difficulties to 
make calls through them without VPN./


https://www.vipvoip.co.uk/is-voip-legal-around-the-world/


I knew of a person with a SIP telephone. They had to install OpenVPN 
client to get VoIP functioning in Egypt


On 9/4/21 11:23 AM, Waleed Moussa wrote:

Hell,

For your information, In my country Egypt, both of UDP and TCP ports 
aren’t work, when I’m trying to login to my Linphone client.


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] TCP & udp protocols

2021-09-05 Thread Trent Creekmore
It can be done with TLS, but more than likely the ports are blocked, not 
the protocol.



Best to use a VPN.



On 9/5/21 12:47 PM, Waleed Moussa wrote:

Is it possible to encrypt the tcp and udp protocols too?

On Saturday, September 4, 2021, Trent Creekmore <mailto:tr...@lindows.org>> wrote:


/
/

/
/

/
/

/The National Telecommunications Regulatory Authority in Egypt
denied blocking any VoIP applications, but users are facing
difficulties to make calls through them without VPN./

https://www.vipvoip.co.uk/is-voip-legal-around-the-world/
<https://www.vipvoip.co.uk/is-voip-legal-around-the-world/>


I knew of a person with a SIP telephone. They had to install
OpenVPN client to get VoIP functioning in Egypt

On 9/4/21 11:23 AM, Waleed Moussa wrote:

Hell,

For your information, In my country Egypt, both of UDP and TCP
ports aren’t work, when I’m trying to login to my Linphone client.

Thanks

___
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] TCP & udp protocols

2021-09-05 Thread Trent Creekmore
And I gave you the answer in my response

 

From: Linphone-users  On 
Behalf Of Waleed Moussa
Sent: Sunday, September 5, 2021 2:16 PM
To: linphone-users@nongnu.org
Subject: Re: [Linphone-users] TCP & udp protocols

 

I ask about the tcp and udp if Linphone can encrypt it

On Sunday, September 5, 2021, Trent Creekmore mailto:tr...@lindows.org> > wrote:

It can be done with TLS, but more than likely the ports are blocked, not the 
protocol.

 

Best to use a VPN.

 

 

On 9/5/21 12:47 PM, Waleed Moussa wrote:

Is it possible to encrypt the tcp and udp protocols too?

On Saturday, September 4, 2021, Trent Creekmore mailto:tr...@lindows.org> > wrote:

 

 

 

The National Telecommunications Regulatory Authority in Egypt denied blocking 
any VoIP applications, but users are facing difficulties to make calls through 
them without VPN.

https://www.vipvoip.co.uk/is-voip-legal-around-the-world/

 

I knew of a person with a SIP telephone. They had to install OpenVPN client to 
get VoIP functioning in Egypt

On 9/4/21 11:23 AM, Waleed Moussa wrote:

Hell, 

 

For your information, In my country Egypt, both of UDP and TCP ports aren’t 
work, when I’m trying to login to my Linphone client.

 

Thanks

 

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

 

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

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


[Linphone-users] TLS handshake failiure

2021-09-07 Thread Trent Creekmore
Got a valid certificate from Sectigo, and the same certificate is being 
used for SSL access to the PBX. I was able to connect via TLS shortly 
after installing the certificate, but unable to connect now.



Using it in FreePBX, and also turned off the "Verify Client" and "Verify 
Server."



"2021-09-07 14:06:10:860 [org.linphone/belle-sip] ERROR Channel 
[0x784ae480]: SSL handshake failed : X509 - Certificate verification 
failed, e.g. CRL, CA or signature check failed"



Version is 4.5.1


Anyone got some suggestions?


Thanks.

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


Re: [Linphone-users] TLS handshake failiure

2021-09-07 Thread Trent Creekmore

Well, SSL is used for https.

In FreePBX it has a Certificate manager which allows the use of 
certificates, not only for SSL in the PBX web interface, but also be 
used for TLS in SIP..


As I have mentioned when first set up this TLS connection some months 
ago, it was connecting. Certificate still valid.


I did not mention I am using Android client.

Here is more of the log (redacted a bit)

2021-09-07 14:06:08:999 [org.linphone/belle-sip] MESSAGE Trying to 
connect to [TLS://:::2myIP Address:5061]
2021-09-07 14:06:09:078 [org.linphone/belle-sip] MESSAGE Channel 
[0x784aec40]: Connected at TCP level, now doing TLS handshake with 
cname=pbx,domain
2021-09-07 14:06:09:079 [org.linphone/belle-sip] MESSAGE Channel 
[0x784aec40]: SSL handshake in progress...
2021-09-07 14:06:09:180 [org.linphone/belle-sip] MESSAGE Found 
certificate depth=[0], flags=[not-trusted ]:

cert. version : 3
serial number : 82:C5:42:9A:10:CA:4F:D1:A6:D8:D1:63:A4:64:78:AA
issuer name   : C=GB, ST=Greater Manchester, L=Salford, O=Sectigo 
Limited, CN=Sectigo RSA Domain Validation Secure Server CA

subject name  : CN=pbx.domain
issued  on: 2021-05-11 00:00:00
expires on: 2022-06-11 23:59:59
signed using  : RSA with SHA-256
RSA key size  : 2048 bits
basic constraints : CA=false
subject alt name  :
dNSName : pbx.domain
dNSName : www.pbx.domain
key usage : Digital Signature, Key Encipherment
ext key usage : TLS Web Server Authentication, TLS Web Client 
Authentication

certificate policies : ???, ???

2021-09-07 14:06:09:181 [org.linphone/belle-sip] ERROR Channel 
[0x784aec40]: SSL handshake failed : X509 - Certificate verification 
failed, e.g. CRL, CA or signature check failed
2021-09-07 14:06:09:181 [org.linphone/belle-sip] ERROR Cannot connect to 
[TLS://pbx.domain:5061]
2021-09-07 14:06:09:181 [org.linphone/belle-sip] MESSAGE 
channel[0x784aec40]: entering state ERROR




-Original Message-
From: Linphone-users 
 On Behalf Of 
Dennis Filder

Sent: Tuesday, September 7, 2021 4:06 PM
To: linphone-users@nongnu.org
Subject: [Linphone-users] TLS handshake failiure

On Tue, Sep 07, 2021 at 02:24:41PM -0500, Trent Creekmore wrote:

Got a valid certificate from Sectigo, and the same certificate is
being used for SSL access to the PBX. I was able to connect via TLS
shortly after installing the certificate, but unable to connect now.


You could be a bit more precise here: Do you mean you also use it for HTTPS?


Using it in FreePBX, and also turned off the "Verify Client" and
"Verify Server."


"2021-09-07 14:06:10:860 [org.linphone/belle-sip] ERROR Channel
[0x784ae480]: SSL handshake failed : X509 - Certificate verification
failed, e.g. CRL, CA or signature check failed"


Version is 4.5.1


Do you have the Sectigo CA certificate in your CA store(s)?  Linphone 
uses whatever is configured in linphonerc under section "[sip]" with the 
key "root_ca" (on my system the value is "/etc/ssl/certs").


If adding that doesn't make it work you've got many hours of looking at 
output of openssl's s_client ahead of you.  Common issues:


* someone doesn't send the intermediate certificates
* interoperability issues (rare, but possible)
* using a self-signed certificate (probably irrelevant here)

Good luck.

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

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


Re: [Linphone-users] TLS handshake failiure

2021-09-08 Thread Trent Creekmore
FreePBX already sends the whole certificate chain. I have the latest 
Windows Phone client using it on another FreePBX system which gets 
updated certificates from Let's Encrypt every three months, and I have 
not had a single issue.



I also updated the client on Android to 4.5.2 from 4.5.1.


Not sure how to check the Android client to check "if the Sectigo RSA 
Domain Validation Secure Server CA is installed on the Android client."



I went ahead and connected by UDP for now, but would prefer to get TLS 
functioning.



Thanks.

On 9/8/21 11:13 AM, Dennis Filder wrote:

On Tue, Sep 07, 2021 at 04:22:18PM -0500, Trent Creekmore wrote:

Well, SSL is used for https.

In FreePBX it has a Certificate manager which allows the use of
certificates, not only for SSL in the PBX web interface, but also be used
for TLS in SIP..

As I have mentioned when first set up this TLS connection some months ago,
it was connecting. Certificate still valid.

I did not mention I am using Android client.

Here is more of the log (redacted a bit)

2021-09-07 14:06:08:999 [org.linphone/belle-sip] MESSAGE Trying to connect
to [TLS://:::2myIP Address:5061]
(...)
2021-09-07 14:06:09:181 [org.linphone/belle-sip] ERROR Cannot connect to
[TLS://pbx.domain:5061]
2021-09-07 14:06:09:181 [org.linphone/belle-sip] MESSAGE
channel[0x784aec40]: entering state ERROR

Nothing here clues me in further.  I can just reiterate:

* Check if the Sectigo RSA Domain Validation Secure Server CA is
   installed on the Android client and that the fingerprints are
   identical.

* Try if you can configure FreePBX to send the entire certificate
   chain.

* Beyond that you will have to look at the wire and/or try your luck
   with s_client.

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] cli only

2021-09-15 Thread Trent Creekmore
Within the PJSIP project, they have a CLI based SIP client called PJSUA. 
You do have to compile it youself.




On 9/15/21 4:53 AM, Peio Rigaux wrote:


Hello.

I'm not sure about the support status of linphonec, but you can build 
it without QT.


To do so, just build the SDK with the "-DENABLE_CONSOLE_UI=YES" 
option. linphonec should be in linphone-sdk/desktop/bin directory.



Regards,

Peio Rigaux
Junior DevOps Engineer
Belledonne Communications, the company behind Linphone
Linphone.org 

Le 22/05/2021 à 11:03, accounts-linph...@holbrook.no a écrit :

hey,

is there a way to build the CLI (linphonec) only, without qt?

there doesn't seem to be a bundle for it. But maybe recipe somewhere?

cheers,
l

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


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


Re: [Linphone-users] [Linphone-developers] Announce: Linphone Desktop 4.3 spotted

2021-09-15 Thread Trent Creekmore

The usage of Linux based mobile opera is growing quite well.


I know when Pine64 first started batches of their Pine64, they all sold 
out, and were selling, I am guessing around 6000 per batch. You would 
have to get with them on the numbers sold, and currently selling



One of the top Mobile OS developer is UBPorts with 68 supported devices, 
including PinePhone


https://devices.ubuntu-touch.io/


Pine64 currently ships their PinePhone with Manjaro w /Plasma Mobile OS 
(GUI).


Sailfish even has a port for PinePhone


Here is a list of all the Linux based Mobile OS which support the 
PinePhone. Quite a lot of them.


https://wiki.pine64.org/wiki/PinePhone_Software_Releases


People are getting tired of the two big spyware phones being sold, and 
really want an alternative.



The issue at hand it most of the Linux based mobile OS are being 
developed by volunteers, and is a very long time to get them to a stable 
daily use ready. Also, folks would like to see their favorite 
applications on it.









On 9/14/21 12:15 PM, Peio Rigaux wrote:


Hello.

No this priority cannot be increased yet.

As I mentioned in another discussion before, we need to do an analysis 
of the potential number of users on these mobile "Linux" platforms 
before putting more work into it.


This is not only about adaptative GUI. We would have a lot of tests to 
run to ensure :


-That the build is working for each submodules we use, and for all 
supported build options


-That there is no crashes, or bugs during features testing.

-That there is no performance issues.


We do have a working build for Raspberry, but this is not regularly 
tested, so we would have to stabilize it first (but we still have an 
arm Linux build to work from).


Please keep in mind that we are only 11 developers, maintaining a full 
softphone and SDK with sip-stack, media library, encryption, vcards 
support, groupchat, soon videoconference (all of it maintained on 7 
platforms), servers, accounts-management, and handle customers 
requests so we can live of open source.


I am proud to say that we are doing better than some companies with 
10x more workforce.


We put a lot of efforts to support as many platforms as we can, to 
provide as many features as we can, to fix as many bugs as we can, and 
to answer on mailing lists as much as we can.


There is a point where we simply can't do more.


To all people here :

If you want you can organize to try to build and fix Linphone for 
Mobile Linux platforms, or find companies that would hire us to do it.


This would make us gain a lot of time, really.


Regards,

Peio Rigaux
Junior DevOps Engineer
Belledonne Communications, the company behind Linphone
Linphone.org 

Le 30/08/2021 à 04:05, Óvári via Linphone-users a écrit :

Hi,

2. Thank you. The old version did help.

3. Thank you for your explanation.

4. Jami for Desktop (clients for GNU/Linux and Windows) is in Qt, 
with Jami for Desktop (client for macOS) also planned to transition 
to Qt with the next release of Qt.


https://jami.net/

Jami for Desktop is adaptive has the GUI works with small screens.

Can the priority of the development of adaptive GUI for small screens 
in Linphone for Desktop please be increased?


Thank you

Óvári

On 27/8/21 6:09 pm, Julien Wadel wrote:

Hi,
Thanks for your help. This is very appreciated.

1. Links that are blanks are links where source changes. For 
example, if "Delivered :" becomes "Delivered:" (without space), this 
is like a new string. But Weblate should let suggestions.
In fact, it seems there is a bug from Weblate : it add empty section 
names and you get multiple blank translations. I don't know yet why.


2. About "Old Version", I kept it just for you ;) I let it some 
comments. It will be deleted.
I put a new component for 4.3 that is with the beta tag that I will 
unlock after cleaning translation files (remove empty sections maybe 
it will resolve the previous issue) Master is for current development.


3. There is no Linphone Desktop 5.0. 5.0 is for the version of SDK 
that is used by Linphone Desktop 4.3


4. I don't think so. There is no special design for small screens 
and this may need a new design like phones. Linpĥone Desktop is in 
Qt but Linphone phone versions are natives.


Regards

On 8/27/21 12:16 AM, Óvári wrote:

Hello Julien,

The Hungarian translations are now at 100% again in your Weblate 
instance.


1. Can you please ensure that they are merged as there are some 
strings that keep appears blank.


The `Old version` brings up messages in the `Master` branch at 
https://weblate.linphone.org/projects/linphone-desktop/master/ 
saying that there are inconsistencies due to the `Old version` 
having untranslated strings (which can not be added as it is locked).


2. Will `Old version` at 
https://weblate.linphone.org/projects/linphone-desktop/secure-chat-room-4-3/ 
be removed?


The direct links are to version Linphone 4.3.0 alpha.

3. Should we wait for L

Re: [Linphone-users] switch audio devices more easily

2021-10-27 Thread Trent Creekmore

May want to ask the Phoner people how to use PhonerLite

On 10/27/21 6:50 AM, Stefan Mueller wrote:

Hello all,
I search all over the app, but there is not a simple button which 
allows me so switch audio devices during a call.

Did I overlooked it?

Depending on my location there different audio devices connected to my 
notebook.

Currently I have to go to settings each time, it changes.
Quite often I forget it and end-up in call without audio (as I have 
the wrong device on my head)


PhonerLite English 
image.png

Manage your call settings in Teams (microsoft.com) 
image.png


Thank you
Stefan

___
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] switch audio devices more easily

2021-10-27 Thread Trent Creekmore

I looked a their CONTACT info and shows they have their own forum


https://forum.phoner.de/cgi-bin/yabb2/YaBB.pl




On 10/27/21 10:58 AM, Stefan Mueller wrote:
Contact | Linphone <https://www.linphone.org/contact> tells me, that 
there is only this LINPHONE-USERS MAILING LIST.


If that is not possbile I would ask on the LINPHONE-DEVELOPERS MAILING 
LIST if that can be added


Le mer. 27 oct. 2021 à 17:53, Trent Creekmore <mailto:tr...@lindows.org>> a écrit :


May want to ask the Phoner people how to use PhonerLite

On 10/27/21 6:50 AM, Stefan Mueller wrote:

Hello all,
I search all over the app, but there is not a simple button which
allows me so switch audio devices during a call.
Did I overlooked it?

Depending on my location there different audio devices connected
to my notebook.
Currently I have to go to settings each time, it changes.
Quite often I forget it and end-up in call without audio (as I
have the wrong device on my head)

PhonerLite English <https://lite.phoner.de/index_en.htm>
image.png

Manage your call settings in Teams (microsoft.com)

<https://support.microsoft.com/en-us/office/manage-your-call-settings-in-teams-456cb611-3477-496f-b31a-6ab752a7595f>image.png

Thank you
Stefan

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

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


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


Re: [Linphone-users] Incoming calls

2021-10-29 Thread Trent Creekmore

Sounds like Ghost Calls to me.


https://www.voipreview.org/blog/how-to-stop-ghost-calls


On 10/29/21 3:53 AM, Peter Stewart wrote:


Hi. I am being disrupted by a series of incoming calls (no one has my 
number), mainly from one caller but also three or four others. It has 
gone from one a week to one every 20 seconds, sometimes two at once 
and when I cancel them, they call back within 2 or 3 seconds.


Is there a way I can block THAT caller, or indeed ALL incoming calls 
please? I can’t see anything obvious in settings.


Many thanks


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


Re: [Linphone-users] Problem with installation

2021-11-02 Thread Trent Creekmore

Is this actually your computer, or belongs to the company?

Wondering because I have seen some organizations which install software 
which will allow you to put anything you want on their machine, but upon 
reboot, resets it back to the original condition it was before.



On 11/1/21 9:38 PM, Stephanie Disu wrote:

Hi! I am having issues with the installation of Linphone on my mac which is a 
very important tool that we’ll be using for my new job. I have to redownload it 
every single time I start my computer. The downloaded app gets deleted when I 
turn my laptop off. Can you give me a solution to this? Thank you so much.
___
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] Let's Encrypt Root certificate - Windows Phone

2021-11-02 Thread Trent Creekmore

Hello,


I am still using Windows Phone 10, and the Linphone client on it.


A while back, Yealink SIP had issues with TLS using Let's Encrypt. Let's 
Encrypt Root certificate had expired, and Yealink had to update their 
firmware to get it back on, or people just could of uploaded a new one 
to the telephone.



I noticed Linphone client for Windows Phone is no longer connecting via 
TLS.


Can someone clue me in on putting the new Root certificate into Linphone 
so I can recompile it with the new Root Certificate?



Thanks!


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


Re: [Linphone-users] Let's Encrypt Root certificate - Windows Phone

2021-11-05 Thread Trent Creekmore
Thanks for taking the time to respond.  I do enjoy the Windows Phone OS. 
Problem is Microsoft was trying to bridge the two different environments 
together (ARM and Intel), and failed at it. Notice they also bailed on 
the ARM Surface tablets. That is probably one of the reasons why Apple 
switched their desktop and laptops to a ARM based processor.



Linux mobile is starting to become popular, though they still have a 
ways to go before becoming stable.


The PinePhone has been popular for using those Linux Mobile OSes, and I 
like it myself for only $200 USD, and they recently announced a new 
PinePhone Pro for $400 USD.



Here is a list of the 20 different OS releases for the PinePhone. Some 
are based on Android, so I am sure it would make it easier to support. 
Since most are based on Linux, you not going to have to worry about 
discontinuing.



https://wiki.pine64.org/wiki/PinePhone_Software_Releases


I was trying the Linux Desktop latest version 4.3.1  and it has some 
serious issues I guess need fixing before even trying to get on Linux 
Mobile.


Just off the top of my head, the first things I noticed:

Cannot edit the default profile
Cannot delete profiles even though there is a trashcan to delete them
If client cannot connect, does not report the reason to the user like 
other SIP clients do.


Though the desktop client needs some serious work, but I would like to 
see it on Linux mobile.


Back to Wndows Phone, I will probably continue to use it until the Linux 
Mobile OSes become stable enough. And they are getting much more stable 
now days. Nearly enough to use daily. Problem is lacking of 
applications, though there are basic instant messing apps available 
thanks to open source project like Telegram, Matrix, and Jabber.


I really dislike Android, and Apple, and currently only use Android for 
certain apps when there is no alternative. Your advice should help me 
extend the life of Windows Phone for me



Thanks again,

On 11/5/21 1:04 PM, Peio Rigaux wrote:


Hello.

The path to the Linphone root ca is in liblinphone/share/rootca.pem

You shouldn't use Windows Phone anymore as it has reached end of life. 
Linphone for Windows Phone isn't maintained anymore since years, so 
you could experience some issues while using it.


Sorry for that but we can't do anything about it. Everytime we tried 
to support a new platform (BlackBerry OS, Windows Phone) it was 
discontinued a few month after the Linphone port...



I somehow hope that a free software alternative to Android and iOS 
could gain enough popularity to be deployed in millions of units, but 
given all the obstacles (segmentation of alternatives, insane short 
life cycle, proprietary hardware blobs, dependency to hardware 
manufacturers) we are not out of the woods yet...



Regards,

Peio Rigaux
Junior DevOps Engineer
Belledonne Communications, the company behind Linphone
Linphone.org <https://linphone.org/>

Le 02/11/2021 à 18:34, Trent Creekmore a écrit :

Hello,


I am still using Windows Phone 10, and the Linphone client on it.


A while back, Yealink SIP had issues with TLS using Let's Encrypt. 
Let's Encrypt Root certificate had expired, and Yealink had to update 
their firmware to get it back on, or people just could of uploaded a 
new one to the telephone.



I noticed Linphone client for Windows Phone is no longer connecting 
via TLS.


Can someone clue me in on putting the new Root certificate into 
Linphone so I can recompile it with the new Root Certificate?



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] Let's Encrypt Root certificate - Windows Phone

2021-11-08 Thread Trent Creekmore

Here is the reason for being able to edit the default account:


https://imgur.com/fHTPC97

https://imgur.com/fHTPC97

https://imgur.com/a/3dP6BmE


The SIP address cannot be changed as it is grayed out. What happens when 
such a connection no longer exists?



For Android, it is technically, FOSS but Android itself has taken over 
so much of the market, as well is iOS. That is why you spend a lot of 
time on them. I am sure Linux Mobile will become more popular over time, 
especially with those looking at privacy.https://imgur.com/fHTPC97



https://imgur.com/fHTPC97

On 11/5/21 2:22 PM, Peio Rigaux wrote:


Thanks for the response.

I'm aware of the issues you have mentioned and I will talk about it to 
my colleague responsible of the desktop version.


So far, why would you want to edit the default profile (as far as I 
know it is only intended for testing purposes) ?


I do agree that we need to put a lot of work in UI errors 
notifications, both in desktop and mobile versions. I do report it 
frequently and I will continue doing so.



If this was only about me, I would support only free OS but this is 
not what customers pay us for... Android and iOS are still in the top 
list of our commercial requests, and this takes us a lot of time (even 
just to follow upstream)...


Regarding Linux Mobiles support, we could eventually try to do it if 
we can schedule it in the backlog, but we really have too much work 
right now to start a such huge task...



We are searching for funders, especially for these kind of 
developments. So I would be glad if you could eventually give me some 
leads.


Regards,

Peio Rigaux
Junior DevOps Engineer
Belledonne Communications, the company behind Linphone
Linphone.org <https://linphone.org/>

Le 05/11/2021 à 19:44, Trent Creekmore a écrit :


Thanks for taking the time to respond.  I do enjoy the Windows Phone 
OS. Problem is Microsoft was trying to bridge the two different 
environments together (ARM and Intel), and failed at it. Notice they 
also bailed on the ARM Surface tablets. That is probably one of the 
reasons why Apple switched their desktop and laptops to a ARM based 
processor.



Linux mobile is starting to become popular, though they still have a 
ways to go before becoming stable.


The PinePhone has been popular for using those Linux Mobile OSes, and 
I like it myself for only $200 USD, and they recently announced a new 
PinePhone Pro for $400 USD.



Here is a list of the 20 different OS releases for the PinePhone. 
Some are based on Android, so I am sure it would make it easier to 
support. Since most are based on Linux, you not going to have to 
worry about discontinuing.



https://wiki.pine64.org/wiki/PinePhone_Software_Releases


I was trying the Linux Desktop latest version 4.3.1  and it has some 
serious issues I guess need fixing before even trying to get on Linux 
Mobile.


Just off the top of my head, the first things I noticed:

Cannot edit the default profile
Cannot delete profiles even though there is a trashcan to delete them
If client cannot connect, does not report the reason to the user like 
other SIP clients do.


Though the desktop client needs some serious work, but I would like 
to see it on Linux mobile.


Back to Wndows Phone, I will probably continue to use it until  the 
Linux Mobile OSes become stable enough. And they are getting much 
more stable now days. Nearly enough to use daily. Problem is lacking 
of applications, though there are basic instant messing apps 
available thanks to open source project like Telegram, Matrix, and 
Jabber.


I really dislike Android, and Apple, and currently only use Android 
for certain apps when there is no alternative. Your advice should 
help me extend the life of Windows Phone for me



Thanks again,

On 11/5/21 1:04 PM, Peio Rigaux wrote:


Hello.

The path to the Linphone root ca is in liblinphone/share/rootca.pem

You shouldn't use Windows Phone anymore as it has reached end of 
life. Linphone for Windows Phone isn't maintained anymore since 
years, so you could experience some issues while using it.


Sorry for that but we can't do anything about it. Everytime we tried 
to support a new platform (BlackBerry OS, Windows Phone) it was 
discontinued a few month after the Linphone port...



I somehow hope that a free software alternative to Android and iOS 
could gain enough popularity to be deployed in millions of units, 
but given all the obstacles (segmentation of alternatives, insane 
short life cycle, proprietary hardware blobs, dependency to hardware 
manufacturers) we are not out of the woods yet...



Regards,

Peio Rigaux
Junior DevOps Engineer
Belledonne Communications, the company behind Linphone
Linphone.org <https://linphone.org/>

Le 02/11/2021 à 18:34, Trent Creekmore a écrit :

Hello,


I am still using Windows Phone 10, and the Linphone client on it.


A while back, Yealink SIP had issues with TLS using Let's Encrypt. 
Let's

Re: [Linphone-users] Grandstream GDS3710

2021-11-09 Thread Trent Creekmore

Have you looked up the SIP response code for 400?


"The request could not be understood due to malformed syntax."



On 11/9/21 4:59 PM, Chris Jackson wrote:

Hi,
I was wondering if anyone has the Grandstream GDR3710 SIP phone/camera working 
with LinPhones SIP cloud? I’ve managed to get it working with a local server 
running FreeSwitch to connect to the LinPhone apps, but once I use the LinPhone 
SIP switch it fails to connect. Unfortunately the debug output from the GDS3710 
is not especially useful - it shows a 400 response is returned from the server, 
but as I can’t seem to get it to output the request or response packets it’s 
unclear what is actually wrong.

The GDS3710 can only support numerical extensions so I’ve used an account like 
12...@sip.linphone.org and this works for calling between phones. I should also 
add that I can connect TO the GDS3710 from another client (eg the LinPhone app 
on an iPhone) and get voice and video, but I can’t initiate the call from the 
GDS3710.

If someone has this running I’d appreciate some pointers on how this was set up.

Thanks
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] Grandstream GDS3710

2021-11-09 Thread Trent Creekmore


If the log is not helpful, then you are going to have to connect to some 
SIP proxy or open source based router where you can install and run 
sngrep on it. You can then easily check the SIP signaling in order to 
see what is going on.






On 11/9/21 5:25 PM, Chris Jackson wrote:

Thanks for the response.

Yes, I know what the response means. Apologies for not stating this, but that 
is what I meant earlier when I said that without seeing the packets it’s 
unclear what is actually wrong - the server reports that the request is invalid 
(malformed), but that in itself doesn’t help without seeing the packet to try 
and understand WHAT part it has a problem with. I know that it works with other 
SIP servers (such as FreeSwitch) so the question is how to get it to work with 
LinPhone server.

Cheers
Chris


On 10/11/2021, at 12:19 PM, Trent Creekmore  wrote:

Have you looked up the SIP response code for 400?


"The request could not be understood due to malformed syntax."



On 11/9/21 4:59 PM, Chris Jackson wrote:

Hi,
I was wondering if anyone has the Grandstream GDR3710 SIP phone/camera working 
with LinPhones SIP cloud? I’ve managed to get it working with a local server 
running FreeSwitch to connect to the LinPhone apps, but once I use the LinPhone 
SIP switch it fails to connect. Unfortunately the debug output from the GDS3710 
is not especially useful - it shows a 400 response is returned from the server, 
but as I can’t seem to get it to output the request or response packets it’s 
unclear what is actually wrong.

The GDS3710 can only support numerical extensions so I’ve used an account like 
12...@sip.linphone.org and this works for calling between phones. I should also 
add that I can connect TO the GDS3710 from another client (eg the LinPhone app 
on an iPhone) and get voice and video, but I can’t initiate the call from the 
GDS3710.

If someone has this running I’d appreciate some pointers on how this was set up.

Thanks
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


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

2021-11-23 Thread Trent Creekmore

You would be better off compiling PJSUA for OpenWRT

On 11/23/21 3:51 AM, Louz Anis wrote:

Hi,

Is there any linphone version for openwrt system ?

thx

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


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

2023-01-12 Thread Trent Creekmore
Seems your end or their end is blocking as I see it trying to connect 
over and over.


From my own place:


#ping voip.cheapconnect.net


PING voip.cheapconnect.net (147.78.237.17) 56(84) bytes of data.
64 bytes from proxy.cheapconnect.net (147.78.237.17): icmp_seq=1 ttl=44 
time=191 ms
64 bytes from proxy.cheapconnect.net (147.78.237.17): icmp_seq=2 ttl=44 
time=191 ms
64 bytes from proxy.cheapconnect.net (147.78.237.17): icmp_seq=3 ttl=44 
time=191 ms





On 1/12/23 12:00, linphone fan via Linphone-users wrote:

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___
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 Trent Creekmore
To see what the server is reporting, you may have to either connect it 
to an router with open source OS such as OpenWRT or DD-WRT to see what 
is going on. Or using the Linux Desktop client,  then try to connect 
using that client.


Then using either of those, you can use troubleshooting software such as 
tcpdump, or sngrep to show you the interaction between the client and 
server.


If you don't have a router for that, or a dedicated Linux machine, there 
are many "Live" distros out there which you install to a USB flash drive 
and boot it from there.



On 1/16/23 08:24, linphone fan via Linphone-users wrote:


Thanks for the suggestion,

Though using TLS or TCP the connection fails instantly.

Is there a way to increase the verbosity of the logs? I'd like to see 
what the server says why it will not establish the connection.



On 16-01-2023 14:29, Sylvain Berfini wrote:


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! 



/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


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


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


Re: [Linphone-users] Linphone Desktop 4.3.0 in a VNC remote session fails

2023-01-30 Thread Trent Creekmore
You can try putting in a bug report on GitHub, but I believe such an 
issue would be at the bottom of their list.


On 1/30/23 17:30, David Pirotte via Linphone-users wrote:

...
More then a year later, 5.0.8, still does not work if used in a remote
desktop session - attached, a screenshot

Desktop 5.0.8 - Qt5.12.12
Core 5.2.15

Remote Desktop Viewer
3.22.0

Remote desktop
the GNOME desktop 43.2
back-end X11


Any chance a linphone devel could try, look at and solve this problem?

That would be awesome, especially because i guess if you talk to some
Qt guru, they probably know, and will tell you(us) what to do to solve
the problem - only a guess, but i very much doubt they would not know
and/or be willing to solve the problem ...

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] Call charges

2023-02-27 Thread Trent Creekmore

LinPhone is an application, and not a calling service just like cell phones.

"ael" is their name.

On 2/27/23 09:55, Amanda Mangwiro via Linphone-users wrote:

I’m not sure what you mean by ael?

I use Linphone app to call.

Sent from my iPhone


On 27 Feb 2023, at 15:53, ael  wrote:

On Mon, Feb 27, 2023 at 12:08:39PM +, Amanda Mangwiro via Linphone-users 
wrote:

Hi,
How much are call charges to Zimbabwe mobile and landlines from the UK?

Depends on which sip registry you are using.

ael


___
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] Unable to call from raspberry command line

2023-04-13 Thread Trent Creekmore
You may want to give more details. Image someone asking, "Hey everyone, 
I put gasoline in my car, but it won't start. Anyone know why?"



http://catb.org/~esr/faqs/smart-questions.html#beprecise







On 4/13/23 05:00, Deepashri wrote:

Hello,

I have installed linphone on Raspberry pi with Bullseye OS.

           sudo apt-get install linphone

Linphone version : 4.2.5-3

I have configured the linphone with 5...@siptwilioiris.sip.twilio.com.

I am unable to call from the command line.

Regards,
Deepashri

___
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] some questions

2023-04-18 Thread Trent Creekmore

Do I smell spam?


On 4/18/23 06:56, klaudia.o...@inkasweet.eu wrote:

Hi,

Please check out the documentation contained in the link button 
provided below.



Have a great afternoon!

___
Linphone-users mailing list
Linphone-users@nongnu.org


___
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] Video not working

2023-06-13 Thread Trent Creekmore
Logs would probably give a lot more details of what is going on versus 
screenshots.

On June 13, 2023 1:52:39 AM CST, mariachichioaca--- via Linphone-users 
 wrote:
>Hello!I use two Windows 7 virtual machines on which I installed the linphone 
>application, and each one is connected to a router as a telephone exchange. 
>The network is created in an online environment, GNS3, and does not have 
>access to the Internet. I made a call between the two machines based on the IP 
>addresses of the switchboards to which they are connected. The phone call 
>works, but the activation of the video option during the call cannot be 
>activated, although the camera works in the video preview. What could be the 
>problem?Thank you!
>
>
>
>
>
>
___
Linphone-users mailing list
Linphone-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/linphone-users


Re: [Linphone-users] Android Linphone dropped received call after 30 sec

2023-07-31 Thread Trent Creekmore

That is an issue between your network and VoIP.ms, not LinPhone

On 7/30/23 00:15, Kenny Ho wrote:

Linphone Android 5.0.14 (tags/5.0.14^0, release)
Linphone SDK 5.2.77 (tags/5.2.77^0, release)
Sony Xperia 1 V XQ-DQ72
Build 67.0.A.4.51 release-keys

VoIP.ms using TLS with Expire set at 300 seconds
Encryption set to SRTP with media encryption mandatory

 From debug log, I see


2023-07-30 00:59:25:211
From: 
To: 
CSeq: 111 BYE
...
Reason: SIP ;cause=408; text="no ACK received"

Even though just before that I see in the log
2023-07-30 00:59:24:744
From: 
To: 
CSeq: 102 ACK

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

2023-08-21 Thread Trent Creekmore
I think asking how to set up a service which is not related to LinPhone 
is not the correct place to ask that.


Lots of information available at https://www.voip-info.org/


On 8/20/23 22:42, lookmemore via Linphone-users wrote:

Hello
I register limpphone

I like to few things.
A remote public url for people to start call

And
A remote url to accept,see,logs, records call

Hoe to configure a did number
international,,like
+351 910 60 2928

people should call,sms, I can see records,logs,sms, notification.

Thanks


Sent with Proton Mail  secure 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] hi

2023-08-21 Thread Trent Creekmore

https://lists.nongnu.org/mailman/listinfo/linphone-users



On 8/21/23 15:36, admin wrote:
Can anyone tell me how to remove myself from this group without a 
username or password which I lost many moons ago.

Cheers



On 22 Aug 2023 at 6:28 am, Trent Creekmore  wrote:

I think asking how to set up a service which is not related to 
LinPhone is not the correct place to ask that.


Lots of information available at https://www.voip-info.org/


On 8/20/23 22:42, lookmemore via Linphone-users wrote:

Hello
I register limpphone

I like to few things.
A remote public url for people to start call

And
A remote url to accept,see,logs, records call

Hoe to configure a did number
international,,like
+351 910 60 2928

people should call,sms, I can see records,logs,sms, notification.

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


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



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


Re: [Linphone-users] Linphone Audio is not working on Public Network.

2023-09-20 Thread Trent Creekmore
That sounds more like a NAT issue on your network side than a Linphone 
issue.




On 9/20/23 02:31, Prem Singh wrote:

Hi Team,

We are receiving multiple requests complaining about the Linhone audio.
Users when they connect from any public network. Their voice is not 
getting transmitted to the other side. The calling user is able to 
hear the sound of the other side but the caller's voice is not getting 
transmitted .


Can you guys help us to report this issue to the correct concerned team?


        Best Regards,
Prem Singh| Multimedia - Globant

GLOBANT IN: +91 7992385053
Say Thanks With A Star! 


The information contained in this e-mail may be confidential. It has 
been sent for the sole use of the intended recipient(s). If the reader 
of this message is not an intended recipient, you are hereby notified 
that any unauthorized review, use, disclosure, dissemination, 
distribution or copying of this communication, or any of its contents, 
is strictly prohibited. If you have received it by mistake please let 
us know by e-mail immediately and delete it from your system. Many thanks.


La información contenida en este mensaje puede ser confidencial. Ha 
sido enviada para el uso exclusivo del destinatario(s) previsto. Si el 
lector de este mensaje no fuera el destinatario previsto, por el 
presente queda Ud. notificado que cualquier lectura, uso, publicación, 
diseminación, distribución o copiado de esta comunicación o su 
contenido está estrictamente prohibido. En caso de que Ud. hubiera 
recibido este mensaje por error le agradeceremos notificarnos por 
e-mail inmediatamente y eliminarlo de su sistema. Muchas gracias.




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

2023-09-27 Thread Trent Creekmore
Those are what as know as "ghost calls." The are a result of scripts 
running to find & exploit VoIP. Some manufacturers of SIP telephones 
have included in their firmware to have the option to receive calls only 
from the SIP server they are registered to.


I don't see such as option in LinPhone.

On 9/12/23 02:30, mlosar...@mpabur.es wrote:


Hello all, good morning.

My name is Mario, from Spain.

I have Linphone isntalled on my company for open a Street door with my 
computer (win 10).


I have everyday issues because I receive a lot of calls from strange 
numbers like the attached ones.


As you will see, the showed IP on the calls is the IP of my computer, 
and the main numbers seems to be Internet ports.


Have you seend this before?

Do you know any solution?

Thank you very much.

Kind regards / Un saludo

Mario Los Arcos

Nuevo logo M Pabur

Pol. Industrial Alesves, S/N
Aptdo. Correos (P.O.Box) 10
31330 VILLAFRANCA NAVARRA
*Tfno.: + 34 948 84 59 00
Fax: + 34 948 84 58 86*

Web: https://pabur.com 

*_AVISO LEGAL_*

En cumplimiento de lo dispuesto en el REGLAMENTO (UE) 2016/679 DEL 
PARLAMENTO EUROPEO Y DEL CONSEJO de 27 de abril de 2016, le informamos 
de que los datos de contacto utilizados para la presente comunicación 
están o serán incluidos en un fichero titularidad de METALÚRGICAS 
PABUR SL con la finalidad de posibilitar las comunicaciones a través 
del correo electrónico de la misma con los distintos contactos que 
ésta mantiene dentro del ejercicio de su actividad. Sin perjuicio de 
ello se le informa de que usted podrá ejercitar los derechos de 
acceso, rectificación, cancelación y oposición así como los demás 
derechos que recoge el citado reglamento, para lo cual debe dirigirse 
a Responsable: Identidad: Responsable: Identidad: Metalúrgicas Pabur 
SL - NIF: B31069339  Dir. postal: Polígono Industrial Alesves, S/N, 
31330 Villafranca, Navarra Teléfono: 948845900   Correo elect: 
i...@mpabur.es , adjuntando fotocopia del 
documento acreditativo de identidad o bien por correo electrónico a 
i...@mpabur.es . En virtud de la ley 34/2002 de 
11 de Julio de Servicios de la Sociedad de la Información y Correo 
Electrónico (LSSI-CE), este mensaje y sus archivos adjuntos pueden 
contener información confidencial, por lo que se informa de que su uso 
no autorizado está prohibido por la ley. Si ha recibido este mensaje 
por equivocación, por favor notifíquelo inmediatamente a través de 
esta misma vía y borre el mensaje original junto con sus ficheros 
adjuntos sin leerlo o grabarlo total o parcialmente. Si desea darse de 
baja del servicio de novedades puede realizarlo en i...@mpabur.es 




___
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 5.1.2, configure VoiceMail

2023-09-27 Thread Trent Creekmore

For clarification, what do you mean by "configure"?


On 9/27/23 09:26, Gerard Asensio wrote:

Hello,

Nobody have a solution or information ?

Thanks !


*De: *"Gerard Asensio" 
*À: *"linphone-users" 
*Envoyé: *Jeudi 7 Septembre 2023 10:19:45
*Objet: *[Linphone-users] Linphone 5.1.2, configure VoiceMail

Hi folks !

How to configure the voice mail in linphone.rc ?

On the UI, i can't find any item for configure this feature.

Thanks,

Gérard ASENSIO
Télécommunication
Direction des systèmes d'information et du numérique
Université de Franche Comté
16 route de Gray
25000 Besançon
Mail : gerard.asen...@univ-fcomte.fr
Tel: 03 81 66 65 36

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

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


Re: [Linphone-users] Linphone 5.1.2, configure VoiceMail

2023-09-27 Thread Trent Creekmore
You know, I have not even messed with version 5 of LinPhone for Windows 
until today.


After about 20 minute of looking it over, I think it is seriously broken.

 * There is no page to show what SIP account you may be using, nor do I
   see the means to switch between them
 * There is no status indicator to show if even the SIP account if even
   connected
 * When using either the so-called "intelligent bar" to try to make a
   call as it suggests, or the dial pad, nothing happens


Maybe you will want to regress to version 4 until issues of 
functionality are resolved.




On 9/27/23 10:11, Gerard Asensio wrote:

On Linphone, it's possible to access VoiceMail by a long press of 1 touch.

But, this is no ok. Does modify linphone.rc registry ? to optain send 
#98 per example.


Thanks,

----
*De: *"Trent Creekmore" 
*À: *"linphone-users" 
*Envoyé: *Mercredi 27 Septembre 2023 16:50:57
*Objet: *Re: [Linphone-users] Linphone 5.1.2, configure VoiceMail

For clarification, what do you mean by "configure"?


On 9/27/23 09:26, Gerard Asensio wrote:

Hello,

Nobody have a solution or information ?

Thanks !


*De: *"Gerard Asensio" 
<mailto:gerard.asen...@univ-fcomte.fr>
*À: *"linphone-users" 
<mailto:linphone-users@nongnu.org>
*Envoyé: *Jeudi 7 Septembre 2023 10:19:45
*Objet: *[Linphone-users] Linphone 5.1.2, configure VoiceMail

Hi folks !

How to configure the voice mail in linphone.rc ?

On the UI, i can't find any item for configure this feature.

Thanks,

Gérard ASENSIO
Télécommunication
Direction des systèmes d'information et du numérique
Université de Franche Comté
16 route de Gray
25000 Besançon
Mail : gerard.asen...@univ-fcomte.fr
Tel: 03 81 66 65 36

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

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


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

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


Re: [Linphone-users] Call quits after 32 seconds

2023-10-06 Thread Trent Creekmore
Best to always provide logs , otherwise it could be just people making 
guesses.


On 10/5/23 20:39, Thomas Winger wrote:
When I receive incoming calls on Linphone on Android, the call 
terminates with beeps at exactly 32 seconds, every time. I've seen 
this problem discussed online, suggesting it has something to do with 
not receiving an ACK after a 200 OK message (though I don't know what 
that means!). Is there a solution to this problem?


Thanks,
Tom.

 
	Virus-free.www.avg.com 
 




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


Re: [Linphone-users] Linphone seemed to work fine on install but now it fails to connect to server.

2023-11-16 Thread Trent Creekmore

Only the logs between LinPhone and the server can tell you anything.


On 11/16/23 19:46, BrunoGenovese wrote:
I installed llinphone and I would swear it worked.  A day or two 
later... it no longer connects to the server.


I double-checked the username, password and Domain and they indeed are 
correct.   But the connection fails.


I am certain that there must be something important that I am 
missing.  Maybe a permission, maybe it is necessary to register 
something on the Linphone website?


Any suggestions as to what might be failing?


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] iOS PUSH notifications and Callcentic for inbound calls

2024-01-08 Thread Trent Creekmore

You would have to set up your own server for that

https://www.linphone.org/flexisip-server




On 1/8/24 04:12, Sophie Loewenthal via Linphone-users wrote:

Dear Julien,

Thank-you for explaining this to me.

How can I configure Linphone to use push notifications from my 
Callcentric.com sip account?



 Best, Sophie

On 8 Jan 2024, at 11:06 am, Julien Favre-Bulle 
 wrote:




Dear Sophie,

Thank you for your interest in Linphone.

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.


To verify that it is indeed technically possible to be notified of 
incoming calls when Linphone is closed or running in the background, 
you can create a sip.linphone.org account and configure it in the app.


Best regards,

*Julien FAVRE-BULLE*

Business Developer

Phone. |+33 (0)9.52.63.65.05

Visit us | https://linphone.org



*De :* 
linphone-users-bounces+julien.fb=belledonne-communications@nongnu.org 
 
*De la part de* Sophie Loewenthal via Linphone-users

*Envoyé :* samedi 6 janvier 2024 17:01
*À :* linphone-users@nongnu.org
*Cc :* Sophie Loewenthal 
*Objet :* [Linphone-users] iOS PUSH notifications and Callcentic for 
inbound calls


Hi,

I read on this link that Linphone ios client could use PUSH 
notifications for inbound calls:-


https://www.linphone.org/features#:~:text=Since%20Linphone%20supports%20push%20notifications,or%20not%20in%20the%20foreground.

"Since Linphone supports push notifications from Apple and Google, 
you will be notified of incoming calls and text messages even if the 
Linphone app is inactive or not in the foreground. "


I have got a Callcentic account configured in Linphone on ios.

I enabled PUSH notifications, but incoming calls to the Callcentric 
number did not get through.


 Does anybody know how I can get the PUSH notifications to work?

Regards,

S



___
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 just make a call?

2024-01-09 Thread Trent Creekmore

It's a bug they already know about

On 1/9/24 20:52, 想静静的Ryan via Linphone-users wrote:

Hi,

   maybe I am wrong about this question




    I used 5.2.0 with Linux desktop , can make call directly without 
need to add contact



-- 原始邮件 --
*发件人:* "linphone-users" ;
*发送时间:* 2024年1月8日(星期一) 下午5:44
*收件人:* "linphone-users";
*主题:* [Linphone-users] Can't just make a call?

With the (otherwise fabulous) Linux desktop client, I want to just make
a call.  I don't want to add the number into my contacts.  The client
doesn't seem to allow this, after entering the number in the top box
("Search contact, start a call or a chat...") all it offers is "ADD
CONTACT".  Same thing happens if I use the keypad to enter the number.

Have I missed something?

___
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] Conferences Call in Linux Appimage

2024-01-24 Thread Trent Creekmore

In my humble opinion, version 5 has a LOT of problems with it for now.


I think you would be better off downloading version 4 and using that 
until 5 gets all the major issues resolved.






On 1/24/24 16:44, Cleber Abreu wrote:

Hello!

I'm a linphone user and I'm very satisfied with the app, congratulations!

But I realized one thing, I currently use Linux Mint, which has 
version 4.2.5-3build1 of the linphone-desktop package in its official 
repositories, and it works perfectly well with all functions.


I was wanting to migrate from a Linux distribution to Arch Linux and I 
would use Linphone Appimage. I downloaded version 5.2.0 and went to 
test it and realized that it was not possible to make conference calls.


Is it necessary to activate any parameter in the application or does 
this function no longer work in new versions?


Atenciosamente,

Cleber de Souza Abreu
Celular/WhatsApp: (85) 98105-2569 



*Plante o bem. Queira o bem. O resto vem!*

___
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] Conferences Call in Linux Appimage

2024-01-24 Thread Trent Creekmore

Here is a AppImage.


https://download.linphone.org/releases/linux/app/

If you want the source, it is on GitHub



On 1/24/24 16:59, Cleber Abreu wrote:

Hi, thanks for replying!

Could you provide me with the official path to download previous 
versions, please?


Atenciosamente,

Cleber de Souza Abreu
Celular/WhatsApp: (85) 98105-2569 
<https://api.whatsapp.com/send?phone=5585981052569>


*Plante o bem. Queira o bem. O resto vem!*


Em qua., 24 de jan. de 2024 às 19:51, Trent Creekmore 
 escreveu:


In my humble opinion, version 5 has a LOT of problems with it for now.


I think you would be better off downloading version 4 and using
that until 5 gets all the major issues resolved.





On 1/24/24 16:44, Cleber Abreu wrote:

Hello!

I'm a linphone user and I'm very satisfied with the app,
congratulations!

But I realized one thing, I currently use Linux Mint, which has
version 4.2.5-3build1 of the linphone-desktop package in its
official repositories, and it works perfectly well with all
functions.

I was wanting to migrate from a Linux distribution to Arch Linux
and I would use Linphone Appimage. I downloaded version 5.2.0 and
went to test it and realized that it was not possible to make
conference calls.

Is it necessary to activate any parameter in the application or
does this function no longer work in new versions?

Atenciosamente,

Cleber de Souza Abreu
Celular/WhatsApp: (85) 98105-2569
<https://api.whatsapp.com/send?phone=5585981052569>

*Plante o bem. Queira o bem. O resto vem!*

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

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


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


Re: [Linphone-users] How do I install LinPhone?

2024-02-12 Thread Trent Creekmore
You can also in the GUI, right click on the icon, select "Properties" 
then click on the Permissions tab, then under Execute check the "Allow 
executing file as program"


On 2/12/24 05:02, Jaroslaw Rafa wrote:

Dnia 10.02.2024 o godz. 01:14:39 Tom Collier pisze:

I have downloaded the file "Linphone-5.2.1.Applmage", it sitting on my
desktop. Clicking on the file I get a window, "Unknown file type" "Choose
Program". How do I install this program "Linphone-5.2.1.Applmage" ?

The whole point of AppImages is that you don't need to install them.
You should just make the file executable (chmod a+x Linphone-5.2.1.Applmage)
and run it.


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


Re: [Linphone-users] Video preview will crash Linphone

2024-04-25 Thread Trent Creekmore
Version 5 for desktop has a lot of issues. I suggest downgrading to 
version 4.x


On 4/25/24 03:14, linph...@mb-mc.ch wrote:

Hello,

I have Linphone Desktop 5.0.5 - Qt5.15.8, Core 5.2.0 on Opensuse 15.5 
and KDE.
When I want test the video (settings|video|video preview, the 
translation of the words may not be exact; my interface is in german). 
Linphone crashes.
I had stuck on this when I made this test before an videocall. Is 
there any help?
Another question: Can the other person in the videocall share it’s 
desktop to me?


Thanks in advance,

IB

___
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] Hangs up on Transfer call

2024-08-12 Thread Trent Creekmore

Nope, but Phone or PBX logs will tell you

On 8/12/24 06:34, Garry Thompson wrote:


Hi All,

I’m using the Linphone Android App (on a tablet) and when I try to 
forward an incoming call to another number (another SIP extension), 
the call hangs up.


Any ideas what can be causing this?

Many thanks.

Garry



Garry Thompson
CEO
Email: ga...@businessmanerp.com
Web: BME Website 
Tel: +44 (0) 333 335 5544
Tel: US & Canada:1-888-888-9659 BME Software Ltd
2 Bridge Court
Saltash
PL12 6LS








The information transmitted, including attachments, is intended only 
for the person(s) or entity to which it is addressed and may contain 
confidential and/or privileged material. Any review, retransmission, 
dissemination or other use of, or taking of any action in reliance 
upon this information by persons or entities other than the intended 
recipient is prohibited. If you received this in error please contact 
the sender and destroy any copies of this information.


___
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