Skip to content

Commit

Permalink
fix(proxy): prevent adding proxy to trunk identity0 for TIM
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 committed Dec 20, 2024
1 parent d8e6440 commit 7eda345
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 7eda345

Please sign in to comment.