Configuring Asterisk – Part 4
So now we have some local extensions, a SIP connection to Pennytel and an IAX trunk to another trixbox. The the magic which ties this all together all happens in extensions.conf
As in my previous posts, I have created a file called extensions_local.conf under /etc/asterisk and included it in my extensions.conf file using
#include extensions_local.conf
This file is broken into a series of sections – called contexts. There should be a section for each “context=” line in the sip_local.conf and iax_local.conf files.
In my case, they are
- from-internal
- from-remote
- incoming-call
Possibly Related Posts:
- Configuring Asterisk – Part 3
- Configuring Asterisk – Part 2
- Configuring Asterisk – Part 1
- OpenWRT and Asterisk – my new PABX
- It begins…
