The Loomiverse

The universe according to Loom

Entries Comments



Month: February, 2009

Configuring Asterisk – Part 4

12 February, 2009 (10:41) | Asterisk, OpenWRT, VOIP | By: loom

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

Read more »

Possibly Related Posts: