MyFlight
Technical User
- Feb 4, 2002
- 193
Help,
I am working with ROLM PhoneMail and need to Dial-into Multiple systems and accomplish the following.
1. I need to Find how many Nodes on each system.
2. I need to find how many Channels on each Node
When accessing a PhoneMail system the Login-PM.wax script runs which does the following:
1. sends and enter.
2. Sends the UserName at the Login Prompt
3. Sends an Enter
4. Sends the Password at the Password Prompt
When Logging into a PhoneMail System the following appears after runnig the Login script (examples 1 & 2).
NOTE: If the Text is Underlined it is constant otherwise it changes with each system.
EXAMPLE 1 (Single Node System)
Login:
Login: SYSADMIN
Password:
ROLM PhoneMail Version 6.3
(C) Copyright 1989-1997 Siemens Business Communication Systems.
All Rights Reserved.
ROLM PhoneMail Site Id: XXXXX35575
PhoneMail release 6.3.3.
CPU Type of local node is 80386 33MHz.
PhoneMail is active with 12 Channels
Function:
EXAMPLE 2 (Multi Node Systems)
Login:
Login: SYSADMIN
Password:
ROLM PhoneMail Version 6.3
(C) Copyright 1989-1997 Siemens Business Communication Systems.
All Rights Reserved.
ROLM PhoneMail Site Id: XXXXX35575
PhoneMail release 6.3.3.
CPU Type of local node is 80386 33MHz.
PhoneMail (Node 2 of 5) is active with 12 Channels
Function:
If Example-2 happens I need to know that there are 5 Nodes, so the script can login to each node. after the Function prompt appreas I need to Logout of the Node (transmit "Lo^M"), and then connect to the next node (c 3^M") at the "Action:" Prompt, until all Nodes are done, NOT forgetting Node 1.
While logging Into and Out of Node I need to Capture the Number of Channels for each Node.
Any and all suggestions will be appreciated.
I am working with ROLM PhoneMail and need to Dial-into Multiple systems and accomplish the following.
1. I need to Find how many Nodes on each system.
2. I need to find how many Channels on each Node
When accessing a PhoneMail system the Login-PM.wax script runs which does the following:
1. sends and enter.
2. Sends the UserName at the Login Prompt
3. Sends an Enter
4. Sends the Password at the Password Prompt
When Logging into a PhoneMail System the following appears after runnig the Login script (examples 1 & 2).
NOTE: If the Text is Underlined it is constant otherwise it changes with each system.
EXAMPLE 1 (Single Node System)
Login:
Login: SYSADMIN
Password:
ROLM PhoneMail Version 6.3
(C) Copyright 1989-1997 Siemens Business Communication Systems.
All Rights Reserved.
ROLM PhoneMail Site Id: XXXXX35575
PhoneMail release 6.3.3.
CPU Type of local node is 80386 33MHz.
PhoneMail is active with 12 Channels
Function:
EXAMPLE 2 (Multi Node Systems)
Login:
Login: SYSADMIN
Password:
ROLM PhoneMail Version 6.3
(C) Copyright 1989-1997 Siemens Business Communication Systems.
All Rights Reserved.
ROLM PhoneMail Site Id: XXXXX35575
PhoneMail release 6.3.3.
CPU Type of local node is 80386 33MHz.
PhoneMail (Node 2 of 5) is active with 12 Channels
Function:
If Example-2 happens I need to know that there are 5 Nodes, so the script can login to each node. after the Function prompt appreas I need to Logout of the Node (transmit "Lo^M"), and then connect to the next node (c 3^M") at the "Action:" Prompt, until all Nodes are done, NOT forgetting Node 1.
While logging Into and Out of Node I need to Capture the Number of Channels for each Node.
Any and all suggestions will be appreciated.