[asterisk-users] priorityjumping not working, Dial goes to n+1 not n+101

Jakub Głazik zytek-lists at nuxi.pl
Fri Jul 20 04:45:27 CDT 2007


Priorityjumping is totally ignored by my asterisk (tested 1.4.4 and
1.4.7.1 on FreeBSD 6.2)

[general]
priorityjumping=yes

With n+101:
exten => 1337,1,Dial(SIP/zytek,5,Ttj)
exten => 1337,102,Dial(SIP/zytek,${RINGTIME},${OPTIONS})
exten => 1337,n,Hangup

    -- Executing [1337 at firma:1] Dial("SIP/113-087a3000", "SIP/zytek|5|Ttj") in new stack
    -- Called zytek
    -- SIP/zytek-087b9000 is ringing
    -- Nobody picked up in 5000 ms
  == Auto fallthrough, channel 'SIP/113-087a3000' status is 'NOANSWER'

With n+1:

exten => 1337,1,Dial(SIP/zytek,5,Ttj)
exten => 1337,2,Dial(SIP/zytek,${RINGTIME},${OPTIONS})
exten => 1337,n,Hangup

-- Executing [1337 at firma:1] Dial("SIP/113-087c8000",
"SIP/zytek|5|Ttj") in new stack 
-- Called zytek
-- SIP/zytek-087da000 is ringing
-- Nobody picked up in 5000 ms
-- Executing [1337 at firma:2] Dial("SIP/113-087c8000",
"SIP/zytek|720|Ttm") in new stack 
-- Called zytek
-- Started music on hold, class 'default', on channel
'SIP/113-087c8000' 
-- SIP/zytek-087b6000 is ringing


Why? 

-- 
.: Jakub Głazik,
.: email & jabber: zytek<at>nuxi.pl



More information about the asterisk-users mailing list