supapo

Results 8 comments of supapo

> The point is that the `CommandOption` attribute requires the class to have the `Command` attribute witch means that the abstract class must be an available command

Is this feature can help with "register and wait for calls" scenario? If yes, this is a killer feature. Maybe we can split the scenarios behind the scene and maintain...

What is the issue now?

I can see this log, but what does it mean? TEST KazooTests\Applications\Crossbar\SystemConfigConferencesSection (testDefaultApplied) ... ERROR 0.01s too_many_requests TEST KazooTests\Applications\Crossbar\SystemConfigConferencesSection (testDefaultIsSubtracted) ... ERROR 0.00s too_many_requests TEST KazooTests\Applications\Crossbar\SystemConfigConferencesSection ... OK 0.00s Fatal...

When this PR will be merged?

Hi, I have this problem too, any fix or workaround?

To perform a stress test on a PBX with real-world scenarios Many incoming calls extensions answer sometimes and sometimes not, answering time and call time are dynamic

I got this error src/stir_shaken.c: In function ‘stir_shaken_is_key_trusted’: src/stir_shaken.c:726:9: error: ‘EVP_PKEY_cmp’ is deprecated: Since OpenSSL 3.0 [-Werror=deprecated-declarations] 726 | if (!EVP_PKEY_cmp(pkey, candidate_pkey)) {