Show our modem hangup script in ``set modem''.

This commit is contained in:
Brian Somers 1998-03-18 21:53:48 +00:00
parent 03036ec70d
commit 81611a1849
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/cvs2svn/branches/MP/; revision=34663

View File

@ -17,7 +17,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
* $Id: modem.c,v 1.77.2.36 1998/03/16 22:52:32 brian Exp $
* $Id: modem.c,v 1.77.2.37 1998/03/16 22:54:12 brian Exp $
*
* TODO:
*/
@ -956,9 +956,10 @@ modem_ShowStatus(struct cmdargs const *arg)
#endif
prompt_Printf(&prompt, "outq packets: %d\n",
link_QueueLen(&arg->cx->physical->link));
prompt_Printf(&prompt, "DialScript: %s\n", arg->cx->cfg.script.dial);
prompt_Printf(&prompt, "LoginScript: %s\n", arg->cx->cfg.script.login);
prompt_Printf(&prompt, "Phone list: %s\n", arg->cx->cfg.phone.list);
prompt_Printf(&prompt, "Dial Script: %s\n", arg->cx->cfg.script.dial);
prompt_Printf(&prompt, "Login Script: %s\n", arg->cx->cfg.script.login);
prompt_Printf(&prompt, "Hangup Script: %s\n", arg->cx->cfg.script.hangup);
prompt_Printf(&prompt, "Phone List: %s\n", arg->cx->cfg.phone.list);
prompt_Printf(&prompt, "Phone Number: %s\n", arg->cx->phone.chosen);
prompt_Printf(&prompt, "\n");