We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 664b2ca commit a1a8e4eCopy full SHA for a1a8e4e
1 file changed
core/functions.inc.php
@@ -8448,7 +8448,7 @@ function core_devices_configpageinit($dispnum) {
8448
$engineinfo = engine_getinfo();
8449
$astver = $engineinfo['version'];
8450
$pjsip_enabled = version_compare($astver, '13.00.00', 'ge');
8451
- $sip_deprecated = version_compare($astver, '20.00.00', 'ge');
+ $sip_deprecated = version_compare($astver, '22.00.00', 'ge');
8452
8453
if ( $dispnum == 'devices' || $dispnum == 'extensions' ) {
8454
0 commit comments