tm1000: rmudgett: The park application in Asterisk 12 has a bug in the return priority. It’s not respected and just returns to the top of the context. [09:13am] tm1000: was seeing if you knew about it before I post a bug or duplicate bug [09:16am] rmudgett: tm1000: This is with the c() option? [09:16am] tm1000: rmudgett: yes sir [09:17am] rmudgett: Internally that is doing a goto dialplan location. [09:17am] rmudgett: What are you giving for the dialplan location? [09:17am] tm1000: rmudgett: the priority is not respected. I done the same (modified) on asterisk 11 and it works, when I switch the dialplan to asterisk 12, it doesn’t go to the priority [09:18am] tm1000: rmudgett: ill pastebin it for you [09:18am] tm1000: yes the application parameters are different between A11 and A12 and I am changing it to account for that [09:19am] kpfleming left the chat room. (Quit: Leaving.) [09:20am] tm1000: rmudgett: exten => s,n,Park(${ARG2},sc(${CONTEXT},s,200)) [09:20am] tm1000: but I can get you the whole thing as well [09:21am] rmudgett: tm1000: try 199 instead of 200 for the priority to see if that works. [09:21am] tm1000: rmudgett: http://pastebin.com/Y0LMqizP [09:23am] tm1000: rmudgett: ok going to try it now [09:23am] rmudgett: tm1000: Was this where it was supposed to go: exten => s,1+199(backtosender),Noop(Doing important stuff) [09:23am] tm1000: that didnt work [09:23am] tm1000: rmudgett: yes [09:24am] tm1000: 1+199 instead of 200 because FreePBX [09:24am] tm1000: if you think the 1+199 is the issue instead of 200 then I can just change that as well [09:25am] rmudgett: You could also use the label: backtosender as the priority [09:25am] tm1000: rmudgett: did that didnt work, went to 1 [09:25am] tm1000: and in asterisk 11, it doesn’t like labels anyways [09:25am] tm1000: it complains in A11, saying “backtosender” is not a valid priority. In Asterisk 12, it accepts it but goes to priority 1 [09:25am] mjordan: weird [09:26am] mjordan: not that Park has a bug, but that Asterisk 12 doesn't complain about the label [09:26am] tm1000: mjordan: right? but rmudgett or someone has done some extensive work to park in 12, as the params are very different now [09:28am] mjordan: parsing out pbx dialplan locations are typically handled in the core - we're probably just not incrementing one to the priority when we send it off [09:28am] tm1000: rmudgett: with the label it still does the same thing [09:28am] mjordan: tm1000: mind filing a bug? [09:28am] tm1000: mjordan: yeah I just wanted rmudgett to tell me if I was an idiot or not, didnt need to fill your bugs up with crap [09:28am] rmudgett: I'd say it's a bug as well. [09:31am] mjordan: tm1000: fill away