Can someone show me how to patch the new asterisk 1.8.1-rc1 code with the sip transfer fix described @ https://issues.asterisk.org/view.php?id=18185 ? I tried 'svn co -r 295866 http://svn.asterisk.org/svn/asterisk/trunk/[apps|include|main]', but the files I checked out didnt seem to be ones i was looking for. jr
Tilghman Lesher
2010-Nov-23 20:59 UTC
[asterisk-users] asterisk 1.8.1-rc1 + sip transfer fix
On Tuesday 23 November 2010 14:33:08 John Rogers wrote:> Can someone show me how to patch the new asterisk 1.8.1-rc1 code with > the sip transfer fix described @ > https://issues.asterisk.org/view.php?id=18185 ? > > I tried 'svn co -r 295866 > http://svn.asterisk.org/svn/asterisk/trunk/[apps|include|main]', but the > files I checked out didnt seem to be ones i was looking for.svn diff -c295866 http://svn.asterisk.org/svn/asterisk/branches/1.8 | \ patch -p0 Or (easier), if you have an SVN checkout of the tag: svn merge -c295866 http://svn.asterisk.org/svn/asterisk/branches/1.8 . (Don't forget the "." on the end. It's critical.) -- Tilghman Lesher Digium, Inc. | Senior Software Developer twitter: Corydon76 | IRC: Corydon76-dig (Freenode) Check us out at: www.digium.com & www.asterisk.org