[Dxspider-support] Again about ssid

Erminio Pandocchi i2eow at bigfoot.com
Fri Nov 16 17:54:53 GMT 2001


Ok this was the situation
set/node i2vxj-6
then a script to connect i2vxj-6
conne i2vxj-6   and all is ok.
But if i2vxj-6 connects me is seen without ssid and so becomes an user
Looking ik AGWMsg.pm I have found the follwing instructions
$s = 15 - $s;
 if ($s <= 8 && $s > 0) {
      $call = "${c}-${s}";
     } else {
    $call = $c;
Of course 15-8 = 7 and the -6 is lost!
I have changed in this way
  if ($s <= 8 && $s > 4) {
      $call = "${c}-${s}";
     } else {
      if ($s >=9){
        $s = 15-$s;
        $call="$(c)-$(s)";}
      else{
      $call = $c;}
and it works
I wonder if my correction is ok
Erminio I2EOW sysop of IK2EKY-6






More information about the Dxspider-support mailing list