If your goal in running a reset chat script is to restore a modem's
settings to a known good state following hangup, and if you're running
a reasonably modern version of IOS, then I would recommend using the
modemcap / modem autoconfigure approach instead. E.g.
term monitor
undebug all
config term
modemcap edit MODEMCAP-NAME misc &f1s0=1
line 1 16
modem autoconfig type MODEMCAP-NAME
Regards,
Aaron
---
Quote:> Hi!
> I'm trying to setup script reset on as ports of Cisco2511. When I dial
>to router and then say exit, I see first send string of chat script. That
>means that Cisco don't try to hang up modem, executes script and then
>hangs up modem. So I cannot initialize my modems properly.
> What is wrong?
>Maxim Shwets