Skip to content

Commit

Permalink
Install b2bua's requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
sobomax committed Jul 11, 2024
1 parent c77e232 commit e3404f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install_depends/opensips.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ then
grep -v '^from sippy.Rtp_proxy_client import Rtp_proxy_client' b2bua/sippy/b2bua_radius.py ) | \
sed "s|%%SIPPY_ROOT%%|${BASEDIR}/dist/b2bua|" > b2bua/sippy/b2bua_test.py
chmod 755 b2bua/sippy/b2bua_test.py
${PYTHON_CMD} -m pip install -U -r b2bua/requirements.txt
fi

if [ "${MM_TYPE}" = "kamailio" ]
Expand Down

0 comments on commit e3404f1

Please sign in to comment.