[asterisk-users] asterisk misdn incoming line not working.

Giorgio Incantalupo gincantalupo at fgasoftware.com
Fri Oct 27 04:31:05 MST 2006


Hi Mark,
why

exten => *kpn-in*,1,Dial(SIP/mark,25,tr) ??

Try:

exten => s,1,Dial(SIP/mark,25,tr)
and
exten => _X.,1,Dial(SIP/mark,25,tr)


Giorgio Incantalupo









Mark Hannessen wrote:
> Hi list,
>
> I have a server running a simple hfs isdn card running with chan_misdn.
> the problem is, I can't get asterisk to pick up the phone, outgoing calls work 
> fine.
>
> when running asterisk with -vvvvvvvvvvvc I get the following "log" when I try 
> to dial the isdn server.
>
> P[ 1] * Starting Ast ctx:kpn-in dad:0594643637 oad:0878722291 with 's' 
> extension
> P[ 1] MGMT: SSTATUS: L1_ACTIVATED
>   == Starting mISDN/1-2 at kpn-in,s,1 failed so falling back to exten 's'
>   == Starting mISDN/1-2 at kpn-in,s,1 still failed so falling back to 
> context 'default'
> Oct 27 01:28:42 WARNING[3514]: pbx.c:2357 __ast_pbx_run: Channel 'mISDN/1-2' 
> sent into invalid extension 's' in context 'default', but no invalid handler
>
> 087822291 is the number i dial from, 0594643637 is the number that the 
> asterisk server should respond to.
>
> in misdn.conf i created a kpn section like this:
> [kpn]
> ports=1ptmp
> ;group=1
> immediate=yes
> always_immediate=yes
> context=kpn-in
> hold_allowed=yes
> msns=*
>
> and in extensions.conf i created a very basic kpn-in section like this:
> [kpn-in]
> exten => kpn-in,1,Dial(SIP/mark,25,tr)
>
> I don't really have much experience with asterisk so I probably did something 
> wrong here, but I couldn't really figure out how to get it done.
>
> anyone out there any ideas?
>
> Mark
> _______________________________________________
> --Bandwidth and Colocation provided by Easynews.com --
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users
>
>   



More information about the asterisk-users mailing list