Changeset 2768

Show
Ignore:
Timestamp:
03/04/10 23:48:51 (2 years ago)
Author:
areski
Message:

Ticket #748 : Problem asterisk 1.6.2.4 - Active channels + put Asterisk info up to date

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/admin/Public/A2B_asteriskinfo.php

    r2647 r2768  
    9191); 
    9292$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", 
    9595        "Sip Channel(s)" => "sip show channels", 
    9696        "IAX2 Channel(s)" => "iax2 show channels", 
     
    9999        "IAX2 Registry" => "iax2 show registry", 
    100100        "IAX2 Peers" => "iax2 show peers", 
    101         "Subscribe/Notify" => "show hints", 
     101        "Subscribe/Notify" => "core show hints", 
    102102        "Zaptel driver info" => "zap show channels", 
    103         "Conference Info" => "meetme", 
     103        "Conference Info" => "meetme list", 
    104104        "Voicemail users" => "voicemail show users", 
    105105); 
     
    109109); 
    110110$arr_channels = array( 
    111         "Active Channel(s)" => "show channels", 
     111        "Active Channel(s)" => "core show channels", 
    112112        "Sip Channel(s)" => "sip show channels", 
    113113        "IAX2 Channel(s)" => "iax2 show channels", 
     
    126126); 
    127127$arr_conferences = array( 
    128         "Conference Info" => "meetme", 
     128        "Conference Info" => "meetme list", 
    129129); 
    130130$arr_subscriptions = array( 
    131         "Subscribe/Notify" => "show hints" 
     131        "Subscribe/Notify" => "core show hints" 
    132132); 
    133133$arr_voicemail = array(