BB Unix Network Monitor - Message

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: {bb} Pager Problems



Jack Davis wrote:
> 
> Ok, I have played around with numeric-k6.scr and found that when
> I use kermit from the command line and send something like
> 
> ATDT1800mypager,,,,,,600xxxxxxxxxxxx1588810
> 
> just as the script does, I get an error.  If I leave off the last
> seven digit code, it all goes through just fine. Any ideas on
> how to edit BB to not send the seven digit code?

at about line 598:

[0-9]* )        # echo "NUMERIC PAGING"
                $BBHOME/bin/sendmsg $BBHOME/etc/numeric.scr \
		${PREFIX}$page ${BBNUMERIC}${randval}${SUFFIX}

THe \ was added for clarity

change to 

[0-9]* )        # echo "NUMERIC PAGING"
                $BBHOME/bin/sendmsg $BBHOME/etc/numeric.scr \
		${PREFIX}$page ${BBNUMERIC}${SUFFIX}
                                       ^^^^^^^^^

Notice that ${randval} was removed

bye
-- 
Robert-Andre Croteau	BSD,MOTU		robert@unix.sh
Services Conseils Informatiques MOTU Inc. 	robert@motu.ca
(514) 465-3057					rcroteau@videotron.ca
http://www.motu.ca/                             http://www.bb4.com
	Si le bonheur ne s'achete pas alors louez le.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  Please send mail for the mailing list to: bb@taex001.tamu.edu
  To [un]subscribe to this list, send e-mail to majordomo@taex001.tamu.edu
     with [un]subscribe bb in the BODY of the message.
  Please contact the mailing-list-owner as: bb-owner@taex001.tamu.edu


Home | Main Index | Thread Index