| 
 Introduction 
 The TDM01B card is connected to the UK PSTN trunk. No Caller ID is passed.      Solution 
   - Confirm with your PSTN service provider that Caller ID service is provided for your number. On BT Lines you can do this by dialing "*234#"
 - Check that the PSTN line is connected to the FXO module (red)
 - Edit the '/home/servers/pbxware/pw/etc/asterisk/zapata.conf' file and add following lines:
   For incoming BT line connected to an FXO module (red)  signalling=fxs_ks  callerid=asreceived ; propagate the CID received from BT    For internal analogue phone lines connected to an FXS module (green)  signalling=fxo_ks  sendcalleridafter=2 ; the hidden option given by Slav from Digium        
 |