[Asterisk-Users] Can't dial out on X100P

Matt Riddell matt.riddell at sineapps.com
Wed Dec 8 20:19:17 MST 2004


Michael Levenson wrote:
> I've been beating my head against the wall all night on this.  I have gone
> through about 200 google searches trying to figure this out and am at a
> loss.  
> 
> I did do the instructions outlined in the readme.linux26 for FC2.  Below is
> the error I get when I try to dail out.
> 
> Dec  7 22:28:49 WARNING[2202]: channel.c:1920 ast_request: No channel type
> registered for ''

The problem is here.  Channel type ''

So in your extensions.conf you probably have

exten => _9X.,1,dial(${EXTEN:1})

when it needs to be either

exten => _9X.,1,dial(ZAP/g1/${EXTEN:1})

for group 1 or

exten => _9X.,1,dial(ZAP/1/${EXTEN:1})

to dial out ZAP 1
-- 
Cheers,

Matt Riddell
_______________________________________________

http://www.sineapps.com/news.php (Daily Asterisk News - html)
http://www.sineapps.com/rssfeed.php (Daily Asterisk News - rss)



More information about the asterisk-users mailing list