applications/luci-asterisk: "Registered Trunks" -> "Trunks" in sip trunk overview
This commit is contained in:
parent
6286d3a09a
commit
50653ecffe
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ $Id$
|
||||||
|
|
||||||
local ast = require("luci.asterisk")
|
local ast = require("luci.asterisk")
|
||||||
|
|
||||||
cbimap = Map("asterisk", "Registered Trunks")
|
cbimap = Map("asterisk", "Trunks")
|
||||||
cbimap.pageaction = false
|
cbimap.pageaction = false
|
||||||
|
|
||||||
local sip_peers = { }
|
local sip_peers = { }
|
||||||
|
|
Loading…
Reference in a new issue