Skip to content

Commit a1a8e4e

Browse files
committed
Deprecate SIP on asterisk 22, not 20
1 parent 664b2ca commit a1a8e4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/functions.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8448,7 +8448,7 @@ function core_devices_configpageinit($dispnum) {
84488448
$engineinfo = engine_getinfo();
84498449
$astver = $engineinfo['version'];
84508450
$pjsip_enabled = version_compare($astver, '13.00.00', 'ge');
8451-
$sip_deprecated = version_compare($astver, '20.00.00', 'ge');
8451+
$sip_deprecated = version_compare($astver, '22.00.00', 'ge');
84528452

84538453
if ( $dispnum == 'devices' || $dispnum == 'extensions' ) {
84548454

0 commit comments

Comments
 (0)