Listing 2: Sample debug output
% textpage 1234 "Call the boss to discuss your raise." debug
version = POSIX
waiting for 'OK' prompt...
-> waiting for OK
at&D0S0=0M0
OK
-> got OK
waiting for 'CONNECT' prompt...
-> waiting for CONNECT
-> timeout - tries = 1, limit = 60
-> timeout - tries = 2, limit = 60
-> timeout - tries = 3, limit = 60
[ ... ]
-> timeout - tries = 23, limit = 60
-> timeout - tries = 24, limit = 60
-> timeout - tries = 25, limit = 60
CONNECT
-> got CONNECT
waiting for 'Enter the Pager ID' prompt...
-> waiting for ENTER THE PAGER ID
Enter the Pager ID
-> got ENTER THE PAGER ID
waiting for 'Enter the Message' prompt...
-> waiting for ENTER THE MESSAGE
, then RETURN. Pager ID must be an 8 digit number
/* End of File */
|