Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

status station all?

Status
Not open for further replies.

NewNic

IS-IT--Management
Nov 14, 2003
525
US
I need to find out what stations have msg waiting light turned on. Is there a way I can run a report like status station. but for every station at once?
 
Check the SNMP mib maybe? Might be able to SNMP get it from the phone.
Voicemail might have something if you collect system logs, there might be a copy of the MWI database in there.
Why do you care about that? Never came up in my travels.
 
you could link your commands together ie

stat stat 1111;stat stat 2222;stat stat 3333;....

Then use the report function in ASA. Dump to text and grep for the data you want.
 
This can be done in the software tables using Command: go tcm
Only Avaya services logins "inads" or "init" can access and use "go tcm"

Code:
tcm7> rd :msg_sv Umsg_hdr 0x398
Umsg_hdr[920] 0043f080:
00000398 #Msg:0   Mwl:OFF Lwc:MSA   AXI:1 MSAI:1
        Fields: CSND CCVGR

tcm8> rd :msg_sv Umsg_hdr 0x399
Umsg_hdr[921] 0043f098:
00000399 #Msg:0   Mwl:ON{ AX} Lwc:MSA   AXI:1 MSAI:1
        Fields: CSND CCVGR

rdd :msg_sv Umsg_hdr will read all records

A great teacher, does not provide answers, but methods to teach others "How and where to find the answers"

bsh

40 years Bell, AT&T, Lucent, Avaya
Tier 3 for 30 years and counting
[url=http://bshtele.com][URL unfurl="true"]http://bshtele.com[/URL][/url]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top