David wrote:> Hello All, I'm trying to dial out with no luck.
>
> I'm using Asterisk@Home defaults. I have one X100P card and SJPhone.
>
> *CLI> dial 96985628
> No such extension '96985628' in context 'default'
This is kinda self explanatory. A context is the bit between the two
square brackets [ and ]. So if you have a couple of choices with the
snippets you posted.
dial 96985628@local
because the local context includes your trunklocal context which
contains the exten => _9NX... line
or
dial 96985628@trunklocal
> Here is my exten
>
> [trunklocal]
> ;
> ; Local seven-digit dialing accessed through trunk interface
> ;
> exten => _9NXXXXXX,1,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}})
> exten => _9NXXXXXX,2,Congestion
>
> [local]
> ;
> ; Master context for local, toll-free, and iaxtel calls only
> ;
> ignorepat => 9
> include => default
> include => parkedcalls
> include => trunklocal
> include => iaxtel700
> include => trunktollfree
> include => iaxprovider
--
Cheers,
Matt Riddell
_______________________________________________
http://www.sineapps.com/news.php (Daily Asterisk News - html)
http://www.sineapps.com/rssfeed.php (Daily Asterisk News - rss)