[asterisk-users] Error Configuring Asterisk (FREEPBX)

Jared Smith jsmith at digium.com
Wed Jul 18 12:28:15 CDT 2007


On Wed, 2007-07-18 at 12:07 -0500, Diego Quintana Cruz wrote:
> Hi all,
> I've just installed again my Asterisk using Xorcom repositories. I can
> make extensions, but when using any extension i want to dial anything,
> I got "404 not found" using Xlite.

My guess is that your user (or friend) account in sip.conf is not
pointing to the dialplan context that contains the extension you're
trying to dial.  For example, your sip.conf setting probably looks
something like:

[xlite]
type=friend
host=dynamic
secret=yoursecretpassword
context=blah

and then in extensions.conf, you'd have a context that looks like:

[blah]
exten => 123,1,Playback(hello-world)

Whenever a call comes into Asterisk, it first comes through a channel
driver (SIP, in this case) and that channel configuration then points
the call toward a specific dialplan context.  In my examples above, the
configuration in sip.conf points to the context named "blah" in the
dialplan.

-- 
Jared Smith
Community Relations Manager
Digium, Inc.



More information about the asterisk-users mailing list