El dom, 25-02-2007 a las 20:12 +0000, --[ UxBoD ]-- escribió: > > [internal] > include => outbound-local > include => uri ...
you're dialing 912345678, which has 9 digits
> [outbound-local]
> exten => _9NXXXXXX,1,Dial(${TRUNK}/${EXTEN:1})
> exten => _9NXXXXXX,2,Congestion()
> exten => _9NXXXXXX,102,Congestion()
>
this extension has 8 digits, so they don't match, try adding another X.
> [uri]
> exten => _[a-z].,1,Macro(uridial,[EMAIL PROTECTED])
> exten => _[A-Z].,1,Macro(uridial,[EMAIL PROTECTED])
> exten => _X.,1,Macro(uridial,[EMAIL PROTECTED])
>
asterisk is using the uridial macro cause your number match _X.
> [macro-uridial]
> exten => s,1,NoOp(Calling remote SIP peer ${ARG1})
> exten => s,n,Dial(SIP/${ARG1},120,tr)
> exten => s,n,Congestion()
>
>
--
Santiago Ruano Rincón
http://www.avatar.com.co
signature.asc
Description: Esta parte del mensaje está firmada digitalmente
_______________________________________________ --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
