Simple Dialplan woes

Hello,

I’m having some newbie problems with my dialplan and was wondering if anyone could be of assistance :smile:

When trying to dial 500, 600 or 601 I get the following notice:

Any suggestions would be GREATLY appreciated!

extensions.conf

[general]
static          =>      yes
writeprotect    =>      yes

[External]
include         =>      Internal 

[Internal]
exten           =>      500,1,Dial(SIP/Dave)
exten           =>      600,1,Echo()
exten          =>      601,1,Answer()
exten          =>      601,2,Playback(demo-echotest)
exten          =>      601,3,Echo
exten          =>      601,4,Playback(demo-echodone)
exten          =>      601,5,Hangup

sip.conf

[general]
context         =       External
srvlookup       =       yes

[Dave]
type            =       friend
;username       =       Dave
secret          =       dave
host            =       dynamic
allow           =       all
context         =       Internal

This was resolved by RoyK in the asterisk IRC channel, problem was that I hadn’t loaded pbx_config.so :smile: