Buttons not showing text
Northernn opened this issue · 14 comments
When you program a button in the bottom 2 rows using BLF and any text in the caption, no text shows at all, if you change it to something else like speeddial it shows fine, it only seems to affect the bottom 2 rows of buttons.
Second line from BLF button is mostly for remote identity only upon receiving notification (if subscribing to non-existing resource it stays as defined by the user) - it shows call direction and caller/callee number or name. I might be missing something but testing now I see that user label is left intact if remote identity is not sent by PABX.
Presence works in a similar way - second line is mostly for user status text.
I got hold of a second computer and the issue does not occur, so it is computer specific not application issue.
It would be hard to believe that this is computer specific, maybe it would resurface later.
I got it again on a different computer, it only affected button #54 and #55
I just edit the button
Change the type to BLF
Type in Caption Hold 4
Type in Number 74
Hit Apply
It only shows the green phone icon and not the text "Hold 4"
It should be showing Hold 3 and Hold 4 in the screenshot attached,
This looks really weird. I see also something resembling visual glitch slightly above these buttons. I'm assuming this is Windows 11, would setting some compatibility mode affect this?
Would setting button type to 2 caption lines or changing font affect this?
Could you mail me your tSIP_buttons.json? Maybe there is something I'm missing. There shouldn't be anything specific about these two buttons and even their location is just part of default configuration, so "rows" and "columns" is just the default setup.
Is there any script or plugin using SetButtonCaption() or UpdateButtons() functions maybe?
The only plugin is the HID one and the scripts I cannot see either of those in any scripts.
It only seemes to be specific buttons though, I tested a few and it only happens on very specific buttons,, such as #55 and #54
Other buttons seem to do it fine.
Unfortunately I wasn't able to reproduce this. Maybe later I'll try to prepare some portable minimal Windows FreeSWITCH version that could help - working as common, easy to share PABX for testing. Maybe attached debug version with CodeGuard enabled would point to some memory corruption?
tSIP_debug.zip
It looks like I've included wrong dll set in this zip, sorry. Here are correct ones:
cg32_borlndmm.zip
I finally got round to deugging it and I found a line in a script that seems to be the cause of the problem
SetButtonCaption2(btn2Id, line4)
Removed this and the line no longer blanks.