I've been trying to use a set-up whereby I have several TA's connected to an Asterisk server (1.2.4) and they act like they're in a hunt-group i.e. try the first, if busy jump to the next etc. in my extensions.conf I had something like [inbound-trunk] exten => 441234123456,1,Dial(SIP/s1a,20,r) exten => 441234123456,102,Dial(SIP/s2a,20,r) exten => 441234123456,203,Dial(SIP/s1b,20,r) exten => 441234123456,304,Dial(SIP/s2a,20,r) i.e. try the first, if busy try the next etc. It seemed to consistently fail. in [globals] priorityjumping=no was set, which came from the samples (i.e. make samples when installing Asterisk). I changed that to yes (i.e. priorityjumping=yes) and it started to work. If that was the problem (which it seems to be), is that the wrong default? Or am I missing something here completely? 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@gbnet.net Euro Tech News Blog http://eurotechnews.blogspot.com
I think in 1.2.x, this jumping feature was disabled by default. - Gabe ----- Original Message ----- From: "Steve Kennedy" <steve-asterisk@gbnet.net> To: <asterisk-users@lists.digium.com> Sent: Monday, March 13, 2006 11:19 AM Subject: [Asterisk-Users] priorityjumping=no> I've been trying to use a set-up whereby I have several TA's connected > to an Asterisk server (1.2.4) and they act like they're in a hunt-group > i.e. try the first, if busy jump to the next etc. > > in my extensions.conf I had something like > [inbound-trunk] > exten => 441234123456,1,Dial(SIP/s1a,20,r) > exten => 441234123456,102,Dial(SIP/s2a,20,r) > exten => 441234123456,203,Dial(SIP/s1b,20,r) > exten => 441234123456,304,Dial(SIP/s2a,20,r) > > i.e. try the first, if busy try the next etc. > > It seemed to consistently fail. > > in [globals] > priorityjumping=no > > was set, which came from the samples (i.e. make samples when installing > Asterisk). > > I changed that to yes (i.e. priorityjumping=yes) and it started to work. > > If that was the problem (which it seems to be), is that the wrong > default? Or am I missing something here completely? > > > 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@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
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@gbnet.net Euro Tech News Blog http://eurotechnews.blogspot.com
That depends on what you mean by default. The supplied sample extensions.conf contains the priorityjumping=no by default, but if this parameter is absent then the default is to jump n+101. Regards, - Brad -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Gabriel Afana Sent: Monday, March 13, 2006 7:25 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] priorityjumping=no I think in 1.2.x, this jumping feature was disabled by default. - Gabe ----- Original Message ----- From: "Steve Kennedy" <steve-asterisk@gbnet.net> To: <asterisk-users@lists.digium.com> Sent: Monday, March 13, 2006 11:19 AM Subject: [Asterisk-Users] priorityjumping=no> I've been trying to use a set-up whereby I have several TA's connected > to an Asterisk server (1.2.4) and they act like they're in a > hunt-group i.e. try the first, if busy jump to the next etc. > > in my extensions.conf I had something like > [inbound-trunk] > exten => 441234123456,1,Dial(SIP/s1a,20,r) > exten => 441234123456,102,Dial(SIP/s2a,20,r) > exten => 441234123456,203,Dial(SIP/s1b,20,r) > exten => 441234123456,304,Dial(SIP/s2a,20,r) > > i.e. try the first, if busy try the next etc. > > It seemed to consistently fail. > > in [globals] > priorityjumping=no > > was set, which came from the samples (i.e. make samples when > installing Asterisk). > > I changed that to yes (i.e. priorityjumping=yes) and it started to > work. > > If that was the problem (which it seems to be), is that the wrong > default? Or am I missing something here completely? > > > 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@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_______________________________________________ --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 The contents of this e-mail are intended for the named addressee only. It contains information that may be confidential. Unless you are the named addressee or an authorized designee, you may not copy or use it, or disclose it to anyone else. If you received it in error please notify us immediately and then destroy it.
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@gbnet.net> To: <asterisk-users@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@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