Skip to content

Commit

Permalink
fix(proxy): prevent adding proxy to trunk identity0 for TIM (#354)
Browse files Browse the repository at this point in the history
Ensures that the proxy is not added to the trunk named `identity0` for TIM trunks certification.
  • Loading branch information
Stell0 authored Jan 27, 2025
1 parent e852f93 commit 256b721
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions freepbx/initdb.d/migration.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
FROM `asterisk`.`pjsip` as pjsip_inner
WHERE `pjsip_inner`.`keyword` = 'trunk_name'
AND `pjsip_inner`.`data` NOT LIKE '%custom%'
AND `pjsip_inner`.`data` NOT LIKE '%identity0%'
)";

$stmt = $db->prepare($sql);
Expand Down

0 comments on commit 256b721

Please sign in to comment.