well tested and its working

so for anyone out there who needs to connect to BT fixed IP ADSL here is the config that worked for me
hostname OGRouter01
!
enable secret <password>
enable password <password>
!
memory-size iomem 25
ip subnet-zero
no ip domain-lookup
!
isdn switch-type basic-net3
!
!
!
interface ATM0
no ip address
atm vc-per-vp 256
no atm ilmi-keepalive
pvc 0/38
vbr-rt 150 150 30
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
dsl operating-mode auto
no fair-queue
!
interface BRI0
description connected to Internet
no ip address
encapsulation ppp
shutdown
dialer string 08457576333
dialer hold-queue 10
isdn switch-type basic-net3
!
interface FastEthernet0
description connected to EthernetLAN
ip address 217.34.1.174 255.255.255.240
speed auto
half-duplex
!
interface Dialer1
description connected to Internet
ip address negotiated
encapsulation ppp
no ip split-horizon
dialer pool 1
no cdp enable
ppp chap hostname <username>
ppp chap password <password>
!
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
ip route 217.34.1.160 255.255.255.240 FastEthernet0
no ip http server
!
dialer-list 1 protocol ip permit
!
line con 0
exec-timeout 0 0
password <Password>
login
transport input none
line aux 0
line vty 0 4
password <password>
login
!
no scheduler allocate
end
thanks for all the help