Skip to content

Commit

Permalink
fix voipblock app install/remove
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancYescO committed Sep 20, 2021
1 parent 86e00d8 commit ffe9b0f
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -561,6 +561,12 @@ call_app_type() {
xupnp)
app_xupnp "$1"
;;
voipblockmmpbx)
app_voipblock_for_mmpbx "$1" "$3"
;;
voipblockasterisk)
app_voipblock_for_asterisk "$1" "$3"
;;
blacklist)
app_blacklist "$1" "$3"
;;
Expand Down

0 comments on commit ffe9b0f

Please sign in to comment.