Changeset 2768
- Timestamp:
- 03/04/10 23:48:51 (2 years ago)
- Files:
-
- trunk/admin/Public/A2B_asteriskinfo.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/admin/Public/A2B_asteriskinfo.php
r2647 r2768 91 91 ); 92 92 $arr_all = array( 93 "Uptime" => " show uptime",94 "Active Channel(s)" => " show channels",93 "Uptime" => "core show uptime", 94 "Active Channel(s)" => "core show channels", 95 95 "Sip Channel(s)" => "sip show channels", 96 96 "IAX2 Channel(s)" => "iax2 show channels", … … 99 99 "IAX2 Registry" => "iax2 show registry", 100 100 "IAX2 Peers" => "iax2 show peers", 101 "Subscribe/Notify" => " show hints",101 "Subscribe/Notify" => "core show hints", 102 102 "Zaptel driver info" => "zap show channels", 103 "Conference Info" => "meetme ",103 "Conference Info" => "meetme list", 104 104 "Voicemail users" => "voicemail show users", 105 105 ); … … 109 109 ); 110 110 $arr_channels = array( 111 "Active Channel(s)" => " show channels",111 "Active Channel(s)" => "core show channels", 112 112 "Sip Channel(s)" => "sip show channels", 113 113 "IAX2 Channel(s)" => "iax2 show channels", … … 126 126 ); 127 127 $arr_conferences = array( 128 "Conference Info" => "meetme ",128 "Conference Info" => "meetme list", 129 129 ); 130 130 $arr_subscriptions = array( 131 "Subscribe/Notify" => " show hints"131 "Subscribe/Notify" => "core show hints" 132 132 ); 133 133 $arr_voicemail = array(
