search for: resubscript

Displaying 2 results from an estimated 2 matches for "resubscript".

Did you mean: subscript
2008 Nov 06
1
Polycom's lose BLF after Asterisk restart
We have an issue where Polycom's lose BLF functionality after a reboot. The only way to fix it is to reboot the Polycoms. Anyone else have this issue? We are using 1.4.18. If I run 'sip show subscriptions' all the subscriptions come back after the restart but the lights on the phones do not work. Any help would be appreciated. -Thermal -------------- next part -------------- An
2020 May 19
5
[PATCHv2] SSE2/SSSE3 optimized version of get_checksum1() for x86-64
I've read up some more on the subject, and it seems the proper way to do this with GCC is g++ and target attributes. I've refactored the patch that way, and it indeed uses SSSE3 automatically on supporting CPUs, regardless of the build host, so this should be ideal both for home builders and distros. Getting the code to build right in c++ mode (checksum_sse2.cpp only) was a bit of an