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

2007-07-21 Thread Perssy Llamosas
I think n+101 worked in Asterisk 1.2.x but it doesn't work in Asterisk 1.4.x use ${DIALSTATUS} if you want Asterisk to act depending the result of Dial() I read that the variable has been disabled in SVN to be replaced by the DEVSTATE function, I need to confirm that. Well... an example: exten

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

2007-07-20 Thread Jakub Głazik
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 [EMAIL PROTECTED]:1]

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

2007-07-20 Thread Eric \ManxPower\ Wieling
Did you read UPGRADE.txt? Priority jumping was deprecated in 1.2. I assume it was removed from 1.4. Jakub Głazik wrote 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 =

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

2007-07-20 Thread James FitzGibbon
On 7/20/07, Eric ManxPower Wieling [EMAIL PROTECTED] wrote: Did you read UPGRADE.txt? Priority jumping was deprecated in 1.2. I assume it was removed from 1.4. According to UPGRADE.txt, the default in the absence of priorityjumping= changed from yes in 1.2 to no in 1.4: * In previous