On 11/19/05, Philipp von Klitzing <[EMAIL PROTECTED]> wrote: > Hi there, > > as you probably know Asterisk 1.2 comes with a new Dial() behaviour on > busy. However I find conflicting documentation - which one is correct? > > j - Jump to priority n+101 if all of the requested channels were busy. > j - this option prevetns jumping to an extension n+101 > > So will I have to modify the dialplan when upgrading from 1.0 to 1.2 to > preserve my existing +101 logic? >
If you don't want to modify options on each app that used to have jumping behavior, you can set "priorityjumping=yes" in the [general] section of extensions.conf which will enforce the old behavior globally. -- Bird's The Word Technologies, Inc. http://www.btwtech.com/ _______________________________________________ --Bandwidth and Colocation sponsored by Easynews.com -- Asterisk-Users mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
