Re: [Linphone-users] Linphone-desktop: can't make outgoing calls because keypad is in the way

2023-08-07 Thread ael via Linphone-users
On Mon, Aug 07, 2023 at 03:32:59PM +0200, Julien Favre-Bulle wrote:
> Hello,
> 
> You can hide the DTMF keyboard by clicking on the icon next to the search
> bar circled in blue in my screenshot.
 
Ok. thanks for that. Not very intuitive, at least for me, but now I
know.

I now find it easier just to turn off the automatic keyboard setting.

In passing, I had a strange situation where clicking the keyboard didn't
send any tones, but in subsequent tests I can't reproduce that. That was
when there were two windows each with a keypad: perhaps I was using the
wrong keypad? 

Those 2 keypads appeared because I was experimenting with the user
interface with the first keypad when an incoming call popped up a second
window and a second keypad when I answered the call.

Thanks for the work on linphone.

ael

> 
> Julien Favre-Bulle
> Business Developer

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


Re: [Linphone-users] Linphone-desktop: can't make outgoing calls because keypad is in the way

2023-08-07 Thread Julien Favre-Bulle
Hello,

You can hide the DTMF keyboard by clicking on the icon next to the search
bar circled in blue in my screenshot.

Best regards,

Julien Favre-Bulle
Business Developer

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

Discover our solutions in 3 minutes!

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



-Message d'origine-
De :
linphone-users-bounces+julien.fb=belledonne-communications@nongnu.org

De la part de ael via Linphone-users
Envoyé : lundi 7 août 2023 12:36
À : linphone-users@nongnu.org
Cc : ael 
Objet : [Linphone-users] Linphone-desktop: can't make outgoing calls because
keypad is in the way

My linphone-desktop under Debian was recently upgraded to version: 5.0.2-4

Preferences->Calls and Chat -> show DTMF keyboard automatically

I normally have this selected. But then the DTMF keyboard window overlays
the main window, so it is impossible to make an outgoing call since that
cannot be selected.

I will attach a screenshot which shows the problem. I cannot call Mouselike
because the DTMK keyboard window (which I can't move) is in the way.

ael


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


[Linphone-users] ERROR TO BUILDING LINPHONE WITH YOCTO KIRKSTONE

2023-08-07 Thread ABHISHEK KUMAR
Sir i  want to compile linphone with yocto kirkstone , I use this link to
download and start linphone compilation .
i use this link for yocto kirkstone download and compile for phytech imx6ul
board --
https://www.phytec.de/cdocuments/?doc=PoDEHw&_ga=2.233664984.719943283.1691055148-1595945362.1691055073

and for linphone compilation i use this link ---
https://wiki.linphone.org/xwiki/wiki/public/view/Linphone/Building%20Linphone%20with%20Yocto/


i got  errorwhen i make changes in this thag from off to on  because of
requirement


CONSOLE_UI=ON


THE ERROR IS
| FAILED: console/CMakeFiles/linphonec.dir/commands.c.o
| /usr/bin/ccache
/home/imx6ul/build/tmp/work/cortexa7t2hf-neon-vfpv4-phytec-linux-gnueabi/linphone-sdk/latest-r0.0/recipe-sysroot-native/usr/bin/arm-phytec-linux-gnueabi/arm-phytec-linux-gnueabi-gcc
-DCXX_WRAPPER_ENABLED -DHAVE_CONFIG_H -DHAVE_SQLITE -DHAVE_XML2
-DVCARD_ENABLED
-I/home/imx6ul/build/tmp/work/cortexa7t2hf-neon-vfpv4-phytec-linux-gnueabi/linphone-sdk/latest-r0.0/git/liblinphone/coreapi
-I/home/imx6ul/build/tmp/work/cortexa7t2hf-neon-vfpv4-phytec-linux-gnueabi/linphone-sdk/latest-r0.0/git/liblinphone/include
-I/home/imx6ul/build/tmp/work/cortexa7t2hf-neon-vfpv4-phytec-linux-gnueabi/linphone-sdk/latest-r0.0/git/liblinphone/src
-I/home/imx6ul/build/tmp/work/cortexa7t2hf-neon-vfpv4-phytec-linux-gnueabi/linphone-sdk/latest-r0.0/build/WORK/desktop/Build/linphone
-I/home/imx6ul/build/tmp/work/cortexa7t2hf-neon-vfpv4-phytec-linux-gnueabi/linphone-sdk/latest-r0.0/build/WORK/desktop/Build/linphone/coreapi
-I/home/imx6ul/build/tmp/work/cortexa7t2hf-neon-vfpv4-phytec-linux-gnueabi/linphone-sdk/latest-r0.0/git/linphone-sdk/desktop/opt/belledonne-communications/include
-mthumb -mfpu=neon-vfpv4 -mfloat-abi=hard -mcpu=cortex-a7 -Wl,-O1
-Wl,--hash-style=gnu -Wl,--as-needed
-fmacro-prefix-map=/home/imx6ul/build/tmp/work/cortexa7t2hf-neon-vfpv4-phytec-linux-gnueabi/linphone-sdk/latest-r0.0=/usr/src/debug/linphone-sdk/latest-r0.0
-fdebug-prefix-map=/home/imx6ul/build/tmp/work/cortexa7t2hf-neon-vfpv4-phytec-linux-gnueabi/linphone-sdk/latest-r0.0=/usr/src/debug/linphone-sdk/latest-r0.0


| In file included from
/home/imx6ul/build/tmp/work/cortexa7t2hf-neon-vfpv4-phytec-linux-gnueabi/linphone-sdk/latest-r0.0/git/liblinphone/console/commands.c:29:
|
/home/imx6ul/build/tmp/work/cortexa7t2hf-neon-vfpv4-phytec-linux-gnueabi/linphone-sdk/latest-r0.0/git/liblinphone/console/linphonec.h:93:32:
error: unknown type name 'LinphoneCore'
|93 | typedef int (*lpc_cmd_handler)(LinphoneCore *, char *);
|   |^~~~
|
/home/imx6ul/build/tmp/work/cortexa7t2hf-neon-vfpv4-phytec-linux-gnueabi/linphone-sdk/latest-r0.0/git/liblinphone/console/linphonec.h:96:9:
error: unknown type name 'lpc_cmd_handler'
|96 | lpc_cmd_handler func; /* Function to call to do the job.
*/
|   | ^~~
|
/home/imx6ul/build/tmp/work/cortexa7t2hf-neon-vfpv4-phytec-linux-gnueabi/linphone-sdk/latest-r0.0/git/liblinphone/console/linphonec.h:104:9:
error: unknown type name 'bool_t'
|   104 | bool_t show;
|   | ^~
|
/home/imx6ul/build/tmp/work/cortexa7t2hf-neon-vfpv4-phytec-linux-gnueabi/linphone-sdk/latest-r0.0/git/liblinphone/console/linphonec.h:105:9:
error: unknown type name 'bool_t'
|   105 | bool_t refresh;
|   | ^~
|
/home/imx6ul/build/tmp/work/cortexa7t2hf-neon-vfpv4-phytec-linux-gnueabi/linphone-sdk/latest-r0.0/git/liblinphone/console/linphonec.h:117:41:
error: unknown type name 'LinphoneCore'
|   117 | extern int linphonec_parse_command_line(LinphoneCore *lc, char
*cl);
|   | ^~~~
|
/home/imx6ul/build/tmp/work/cortexa7t2hf-neon-vfpv4-phytec-linux-gnueabi/linphone-sdk/latest-r0.0/git/liblinphone/console/linphonec.h:122:31:
error: unknown type name 'bool_t'
|   122 | void linphonec_set_autoanswer(bool_t enabled);
|   |   ^~
|
/home/imx6ul/build/tmp/work/cortexa7t2hf-neon-vfpv4-phytec-linux-gnueabi/linphone-sdk/latest-r0.0/git/liblinphone/console/linphonec.h:123:1:
error: unknown type name 'bool_t'
|   123 | bool_t linphonec_get_autoanswer(void);
|   | ^~
|
/home/imx6ul/build/tmp/work/cortexa7t2hf-neon-vfpv4-phytec-linux-gnueabi/linphone-sdk/latest-r0.0/git/liblinphone/console/linphonec.h:126:1:
error: unknown type name 'LinphoneCall'
|   126 | LinphoneCall *linphonec_get_call(int id);
|   | ^~~~
|
/home/imx6ul/build/tmp/work/cortexa7t2hf-neon-vfpv4-phytec-linux-gnueabi/linphone-sdk/latest-r0.0/git/liblinphone/console/linphonec.h:127:30:
error: unknown type name 'LinphoneCall'
|   127 | void linphonec_call_identify(LinphoneCall *call);
|   |  ^~~~
|
/home/imx6ul/build/tmp/work/cortexa7t2hf-neon-vfpv4-phytec-linux-gnueabi/linphone-sdk/latest-r0.0/git/liblinphone/console/linphonec.h:129:8:
error: unknown type name 'bool_t'
|   129 | extern bool_t linphonec_camera_enabled;
|

[Linphone-users] Linphone-desktop: can't make outgoing calls because keypad is in the way

2023-08-07 Thread ael via Linphone-users
My linphone-desktop under Debian was recently upgraded to version: 5.0.2-4

Preferences->Calls and Chat -> show DTMF keyboard automatically

I normally have this selected. But then the DTMF keyboard window
overlays the main window, so it is impossible to make an outgoing call
since that cannot be selected.

I will attach a screenshot which shows the problem. I cannot call
Mouselike because the DTMK keyboard window (which I can't move) is in
the way.

ael


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