[solved] Asterisk ignores contexts in extensions.conf

solution:

  1. backup the existing asterisk directory, delete

  2. Fresh install

./configure
make clean
make
make install
make config
make samples

Only copy over the needed files such as extensions.conf, etc.


Q: How to get the dial plan to include all of the contexts which are in extensions.conf ?

I do a “dialplan show” and various the contexts are missing:

bot*CLI> dialplan show
[ Context ‘app_queue_gosub_virtual_context’ created by ‘app_queue’ ]
‘s’ => 1. NoOp() [app_queue]

[ Context ‘app_dial_gosub_virtual_context’ created by ‘app_dial’ ]
‘s’ => 1. NoOp() [app_dial]

[ Context ‘parkedcalls’ created by ‘features’ ]
‘700’ => 1. Park() [features]

-= 3 extensions (3 priorities) in 3 contexts. =-

This looks like a continuation of viewtopic.php?f=1&t=75260

perhaps if you posted the coutput from log files or start asterisk as asterisk -vvvvvvvvvc and then copy the output so people can see whats happening.

Ian

Thanks for the insight, I also reinstalled a newer version and it works.

edit: fresh install did it