[Asterisk-Users] Dialing pstn-asterisk

Josh Roberson twisted at indigent-networks.com
Thu Sep 9 06:40:24 MST 2004


I see your problem, unless you point out this is already the case:

Matthias Leeb wrote:

>Hello list
>
>When i'm trying to dial into our pstn the following errors occure:
>
> -- Executing Dial("SIP/snomsip-dbd0", "/2100") in new stack Sep  9 10:02:22
>WARNING[59409]: channel.c:1901 ast_request: No channel type registered for
>''
>Sep  9 10:02:22 NOTICE[59409]: app_dial.c:715 dial_exec: Unable to create
>channel of type ''
>  == Everyone is busy/congested at this time
>    -- Executing Congestion("SIP/snomsip-dbd0", "") in new stack
>  == Spawn extension (default, 02100, 2) exited non-zero on
>'SIP/snomsip-dbd0'
>
>  
>
- snip -

extensions.conf should be setup something like this:

>Everything seems to be allright. Here is a part of my extensions.conf:
>
>  
>
; all hard set variables need to be in global

[global]
CONSOLE=Console/dsp
TRUNK=Zap/g1

; sip phones set into context=default in sip.conf, for example.

[default]
ignorepat => 0
exten => _0.,1, Dial(${TRUNK}/${EXTEN:1})
exten => _0.,2,Congestion

>Has anybody got some hints for me?
>
>Beste regards 
>
>matthias
>  
>

Try that, it should work.
-twisted



More information about the asterisk-users mailing list