[Asterisk-Users] priorityjumping=no

Gabriel Afana asterisk at gafana.com
Mon Mar 13 17:39:03 MST 2006


Thats up to you.  With priorityjumping=yes, they all will.  If you want to
have jumping *only* for certain calls/priorities, add a "j" in the options
of the dial command:

[inbound-trunk]
exten => 441234123456,1,Dial(SIP/s1a,20,rj)
exten => 441234123456,102,Dial(SIP/s2a,20,rj)
exten => 441234123456,203,Dial(SIP/s1b,20,rj)
exten => 441234123456,304,Dial(SIP/s2a,20,rj)

This should make them jump to n+101 without having to define
priorityjumping=yes and make all calls jump.

- Gabe




----- Original Message ----- 
From: "Steve Kennedy" <steve-asterisk at gbnet.net>
To: <asterisk-users at lists.digium.com>
Sent: Monday, March 13, 2006 4:29 PM
Subject: Re: [Asterisk-Users] priorityjumping=no


> On Mon, Mar 13, 2006 at 04:25:20PM -0800, Gabriel Afana wrote:
>
> > I think in 1.2.x, this jumping feature was disabled by default.
>
> So should priorities still increase when the Dial returns busy (i.e.
> jumping to priority + 101)?
>
> Or should something else be done?
>
>
> Steve
>
> -- 
> NetTek Ltd  UK mob +44-(0)7775 755503
> UK +44-(0)20 79932612 / US +1-(310)8577715 / Fax +44-(0)20 7483 2455
> Skype/GoogleTalk/AIM/Gizmo stevekennedyuk / MSN steve at gbnet.net
> Euro Tech News Blog http://eurotechnews.blogspot.com
> _______________________________________________
> --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