############################################################################# # # File: Addr.itcl # # Description: Dialup and addressing information. # # $$$TIVO COPYRIGHT (Jak Mang)$$$ # ############################################################################# namespace eval Addr { # ftp password for downloads and backhaul. variable TC_FTP_USER "tcftp" variable TC_FTP_PASSWD "greattv" # These are the default TiVo Service parameters variable TS_DEF_HOST "194.1.151.205" variable TS_DEF_PORT "80" variable TS_DEF_PHONE "08450800300" variable TS_BACKUP_PHONE "01612329094" variable TS_DEF_PPPUSER "ppptcd" variable TS_DEF_PPPPASSWD "MtDubois" # These are the emergency repair Service params variable TS_EMG_HOST "194.1.151.206" variable TS_EMG_PORT "3911" variable TS_EMG_PHONE "01612329094" variable TS_EMG_PPPUSER "ppptcd" variable TS_EMG_PPPPASSWD "goTivoGo" # I would like to kill this soon and replace it with # args to HServer.cgi variable TS_DEF_NET_TIMESVR "204.176.49.3" }