Is there a real-time tool to monitor license usage and limits for the PBX, CCM, Callpilot etc? I know how to access the information individually, but I was wondering if they could all be monitored real time in one central location.
which of those entities are you considering dynamic???? Yes you can load up CCM, but the user limit is the limit, the only relative item I see is the Real Time display in Sym which shows you who/how many are in????? if you print your slt in 22, what it is is what it is unless you out. Which, going into ld 11 gives you the up to date lics of what you can do there right above the REQ: prompt.
I hear what you're saying, if it was just for my info then that would be cool I'd just print it when I want to see it. But I need to allow other people who are not in the PBX to see it real-time without any manual intervention. So for example if I added 2 DIGITALs or 5 IPs it would auto update without them wondering what changed and having to ask me. There may not be anything out there that does that but I was just asking.
I see, well, if you are able I suppose you could script or VB to do that for ya, seems it would be easier to just send them, unless you are doing multi MACS
If I used ProComm to run the script for example, how would I write the remote dialing portion into the script? Or would I have to manually connect everytime and then run the script?
Its been awhile since I played with Procomm scripts, because I use ZOC from Emtec.com. Try this script to see if it will work for you. You will have to manually run the script everytime or you can windows "Scheduled Tasks" to kick it off at certain times.
proc main
SET terminal columns 132
SET capture path "C:\SLT_Licenses" ; License file directory
SET capture overwrite ON ; Overwrite the previous License File
SET capture query OFF
SET capture file "ISM.txt" ; License file name
pause 2
set txpace 30
dial Data "XXXXXXXXXXXXX" ; Host Name to Dial
while $DIALING
endwhile
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.