Asterisk 1.6.0.x is very unstable so I want to go to Astrisk 1.6.1 rc-1 which appears to have resolved some of the instabillity issues. The issue I am having is that 1.6.1 has broking some things as well. Can anyone confirm this issues on 1.6.1 rc-1.
Asterisk Addons 1.6.0
Asterisk Addons 1.6.0 svn
Asterisk Addons 1.6.0.1
None of the above three will compile and instal properly on Asterisk 1.6.1 rc-1…
It also appears that the GosubIf has been changed in this release. If you only provide a true lable for the jump in previous versions all flows well. But in the 1.6.1 rc-1 if you don’t provide both a true and a false lable for jumping things break
exten => x,1,GosubIf(condtion?doSomthing,1) Falls to the next line on false in all previous versions in 1.6.1 rc1 this fails.
Any ideas on these issues?