cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
600
Views
0
Helpful
2
Replies

WIC-2AM and connection timeout

mnkojima
Level 1
Level 1

Hi Everybody,

I have a branch office with a 2691 with a wic-2am and dial backup configured.

When dial backup is issued I receive the message "Chat script dialout finished, status = Connection timed out; remote host not responding".

However, when I reverse telnet the modem , issue the at command and go back to router, dial backup works fine.

My chat-script is:

chat-script DBU "" "atdt \T" TIMEOUT 60 "CONNECT"

Debug chat is below:

Nov 24 20:17:47 CST: CHAT4: Attempting async line dialer script

Nov 24 20:17:47 CST: CHAT4: Dialing using Modem script: DBU & System script: non

e

Nov 24 20:17:47 CST: CHAT4: process started

Nov 24 20:17:47 CST: CHAT4: Asserting DTR

Nov 24 20:17:47 CST: CHAT4: Chat script DBU started

Nov 24 20:17:47 CST: CHAT4: Sending string: atdt \T<54321234>

Nov 24 20:17:47 CST: CHAT4: Expecting string: CONNECT

Nov 24 20:18:47 CST: CHAT4: Timeout expecting: CONNECT

Nov 24 20:18:47 CST: CHAT4: Chat script DBU finished, status = Connection timed

out; remote host not responding

Do you guys have any idea of why this happens?

Thanks

2 Replies 2

makchitale
Level 6
Level 6

Hi,

Can you please try the below chat script & see if it works?

chat-script bestdial ABORT "NO DIALTONE" ABORT BUSY ABORT ERROR ABORT "NO CARRIER" "" "atdt \T" TIMEOUT 70 "CONNECT" \c \r \p\c

Thanks, Mak

Hi Mak,

thank you for helping me out. I will test the chat script and post the results.

Marcos Kojima