Commit 69fe38d0 authored by Kulya's avatar Kulya 😊

first routing added2

parent cf61be32
...@@ -377,6 +377,7 @@ function loadTrunksList($r=[]){ ...@@ -377,6 +377,7 @@ function loadTrunksList($r=[]){
'number' => (!empty($trunk["outcid"])) ? $trunk["outcid"] : "_", 'number' => (!empty($trunk["outcid"])) ? $trunk["outcid"] : "_",
'maxchannels' => (!empty($trunk["maxchans"])) ? $trunk["maxchans"] : "-", 'maxchannels' => (!empty($trunk["maxchans"])) ? $trunk["maxchans"] : "-",
'status' => (!empty($trunk["disabled"]) && $trunk["disabled"]=="on") ? "On" : "Off", 'status' => (!empty($trunk["disabled"]) && $trunk["disabled"]=="on") ? "On" : "Off",
'disabled' => $trunk["disabled"],
// 'globalvar' => $trunk[0], //OUT_4 // 'globalvar' => $trunk[0], //OUT_4
]; ];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment