Reg. dial plan

Hi,

i have the following dial plan. here wheneven people from outside, dial number which is not at all the configured as extensions, it is being landing randomly in the internal side.

i just wanted to make like, if someone dial other extensions number from outside or inside …it should say some message or it needs to direct to the directory …

Regarding this , any help may be apprecaited…

include >epo
exten => s,1,Wait(1)
exten => s,2,Answer()
exten => s,3,Background(welcome)
exten => s,4,WaitExten(10)

like if they dial some number, which is not at all configured as extension, it should say some message … or needs to direct to the directory.

Any help , would be appreciated!!