Skip to content

Commit

Permalink
Merge pull request #2855 from irontec/PROVIDER-2130-fix-iso-image-ins…
Browse files Browse the repository at this point in the history
…tall

Fix ISO image Debian dependencies
  • Loading branch information
Kaian authored Jan 7, 2025
2 parents 065fa30 + 5aea8b2 commit 6df494d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
1 change: 0 additions & 1 deletion debian/ivozprovider-profile-as.links
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
/etc/odbcinst.ini.ivozprovider /etc/odbcinst.ini
/etc/odbc.ini.ivozprovider /etc/odbc.ini
8 changes: 8 additions & 0 deletions debian/ivozprovider-profile-as.postinst
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,19 @@ function setup_default_dial_opts()
sed -i -r "s/(DIAL_DEF_OPTS *= *).*/\1$DIAL_DEF_OPTS/" /etc/asterisk/extensions.conf
}

function setup_odbcinst()
{
if ! odbcinst -q -d -n "MYSQL" >/dev/null 2>&1; then
odbcinst -i -d -f /etc/odbcinst.ini.ivozprovider
fi
}

#######################################################################################################################
#######################################################################################################################
setup_php
setup_mysql_access
setup_fastagi_server
setup_default_dial_opts
setup_odbcinst

:
1 change: 1 addition & 0 deletions doc/dev/AcceptedCommitTagsList.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ data
doc
docker
feature
iso
kamailio
kamtrunks
kamusers
Expand Down
1 change: 1 addition & 0 deletions extra/simple-cdd/profiles/ivozprovider.downloads
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# libgnutls-openssl27
# libgnutls30
perl-openssl-defaults
zstd

# Main iso package
ivozprovider

0 comments on commit 6df494d

Please sign in to comment.