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 3471da3 commit 78d9735
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 78d9735

Please sign in to comment.