[Dxspider-support] Connect script problem

Dirk Koopman djk at tobit.co.uk
Sun Aug 19 17:19:43 BST 2001


On 19 Aug 2001 15:33:09 +0100, g3orh wrote:
> OK. Thanks Dirk (and also Cees who replied)
> This the current script which applies to the debug output below it:-
> timeout 60
> abort (Busy|Sorry|Fail)
> connect ax25 /usr/sbin/netrom_call net gb7orh gb7cn
> 'connect' 'c 3 #dray'
> 'connect' 'c gb7wdx'
> 
> Note:- The first letter of "Connected to" from the requested node is always
> upper case but I guess this doesn't matter as you say non of this is case
> sensitive.

Correct, none of the expect strings is case sensitive

> 
> Now the debug for connects:-
> The first 2 or 3 lines were lost since I have to physically write this as it
> appears but these are similar to the first 3 lines of the script file. It
> continues:-
> Connecting to gb7cn
> expecting "connect" received "Connecting to gb7cn"
> got :"Connect" sending C 3 #dray
> *** Connected     (as you can see it looks like the c 3 #dray is sent before
>                               *** Connected is received from gb7cn. It
> continues:-
> expecting :"connect" received "*** Connected"

try:

timeout 60
abort (Busy|Sorry|Fail)
connect ax25 /usr/sbin/netrom_call net gb7orh gb7cn
'*** connected' 'c 3 #dray'
'*** connected' 'c gb7wdx'

Dirk





More information about the Dxspider-support mailing list