Diaplan show question

I have edited my extensions.conf to this:

[code][general]
autofallthrough=yes
[default]
[incoming_calls]
[internal]

exten =>_ 100X,1,NoOp()
exten =>_ 100X,n,Dial(SIP/1000,5)
exten =>_ 100X,n,Hangup()

[phones]
include => internal[/code]

but when i enter ‘dialplan show’ it shows not the content of the extensions.conf but extensions.ael. How can i configure that asterisk uses extensions.conf??

Hi,

What do you get if you do;

*CLI> dialplan show internal

Brett

that shows the dialplan that i have made