Establish an default value for max chans in use to

allow time unlimited local call
This commit is contained in:
Monocots 2019-06-16 11:43:21 +00:00
parent 0c6e4a43be
commit 0000d3e2f4

View file

@ -69,6 +69,7 @@ voip_password = "<%= @voip_password %>"
voip_proxy = "<%= @voip_proxy %>" voip_proxy = "<%= @voip_proxy %>"
voip_did = "<%= @voip_did %>" voip_did = "<%= @voip_did %>"
voip_cli = "<%= @voip_cli %>" voip_cli = "<%= @voip_cli %>"
unlimit_chans_max = 5
voip_chans_max = <%= @voip_chans_max %> voip_chans_max = <%= @voip_chans_max %>
voip_mod = <%= @voip_mod %> voip_mod = <%= @voip_mod %>