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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by gacmb5

  1. gacmb5

    Reading vector variable from external application

    Thanks for your pointers. Here is a simple solution that can be extended with more sophisticated stuff: php file to generate simple webpage: <html> <head><title>status page</title><head> <body> <?php $telstatus=exec('./getvar.sh'); echo "$telstatus"; ?> </body> </html> getvar.sh script...
  2. gacmb5

    Reading vector variable from external application

    fluffheadsr/phoneguy55, Thanks for the input. I'm familiar with Linux, Apache, PHP, ssh... but I'm new to the Avaya Voip part. OSSI is new to me as well. I will need the dive into ossis terminal type. I think I need to open my telnet session to 5023 instead of the default telnet port and type...
  3. gacmb5

    Reading vector variable from external application

    Yes, I know. But I don't want to use ASA or autosat (which seems to be a bunch of links that in the end point to an executable named sat) by hand but want to use it from within a script or something so we can build an application around it.
  4. gacmb5

    Reading vector variable from external application

    Hi phoneguy55, Can you share a little more info on how you accomplished this? I'm especially interested in how you can get/set variables from a web page. Thanks!
  5. gacmb5

    Reading vector variable from external application

    The S8500 is a Linux machine which you can log-in to. Is there a place on the server where this info is stored? Can a shell script be build to extract the values? Maybe create some sort of chat script that logs in to the server, gets the value and logs out. The question is, where is this info...
  6. gacmb5

    Reading vector variable from external application

    We use vector variables to route calls in vectors. Users can set the variables with a speed dial button, but are unable to check the value. Is there a way to get the variable value (for example with a SNMP call, command line function etc.) so we can use it to display the status on a webpage for...
  7. gacmb5

    Who is in the hunt-group

    Thanks for your help. Yes the acd was turned off. After enabling it ('y') there was an extra page where I could enter the measured=internal. However, after this setting te Aux-Work buttons on the phones stopped working so I had to configure it back to it's original state. I'll try get more...
  8. gacmb5

    Who is in the hunt-group

    The list member hunt 66" only shows all hunt-group members (not the active ones that did not press the "aux-work grp 66" speed dial. HUNT GROUP MEMBERS Group Number: 66 Group Name: Helpdesk ICT Group Ext: 6666 Group Type: ucd-mia ACD? n...
  9. gacmb5

    Who is in the hunt-group

    Thanks for the suggestion. This generates a list of stations that are assigned to the hunt-group, and wich button is used on the station. But there is no way to see which station has the aux-work <hunt-group nr> pressed and is receiving calls or not. This is the result...
  10. gacmb5

    Who is in the hunt-group

    Hi TykeUK, Thanks for you help. I don't think we have 'agents' List agent-loginID (list agent is not available) does not show anything The emulator command 'list trace stat xxxx/n' works! (tested with an Avaya 1608 station). The only thing I need now is a way to find out who is 'in the...
  11. gacmb5

    Who is in the hunt-group

    I have a newbe question: We have a helpdesk hunt-group with users assigned to it. They can go out of the group by sending: aux-work grp xx (configured at one of the stations speed dials) If a users leaves and forgets to send the aux-work grp xx from his station, how can we: - see (ASA) which...

Part and Inventory Search

Back
Top