So, not quite, Astricon will be in Glendale AZ, 9 miles northwest from Phoenix downtown. The conference will be from September 23 – 25 and I’ll be speaking about the support for MFC/R2 I am adding to Asterisk, hope to see you there!
Archive for July, 2008
I’ll be speaking in Phoenix at Astricon
Thursday, July 31st, 2008MFC/R2 branches for Asterisk 1.2 and 1.4
Saturday, July 5th, 2008I just created 2 branches for MFC/R2 support in chan_zap for Asterisk 1.2 and 1.4, this branches replaced the patches and .tar.gz I previously published, is much easier to keep them up-to-date this way. If you still need the patches you can easily get them using svn diff.
Let’s say you need a patch against Asterisk 1.4.21.1
svn diff http://svn.digium.com/svn/asterisk/tags/1.4.21.1 \ http://svn.digium.com/svn/asterisk/team/moy/mfcr2-1.4 > asterisk-openr2-1.4.21.1.patch
That will create a patch to transform Asterisk 1.4.21.1 version into an OpenR2-enabled version. However this has other side-effect, changes that may have nothing to do with openr2 can be introduced. I therefore recommend using my branches directly.