On Mon, Aug 23, 2010 at 1:19 PM, Ira <[email protected]> wrote:
> I hate to seem stupid, but when I got the email I looked there but
> have no idea what I'm supposed to do or how to do it. What is a patch
> and what do I do with it?
>
Not stupid, in fact I would like to write documentation about testing
patches on the tracker.

Basically you need to do the following:

$ svn co http://svn.digium.com/svn/asterisk/branches/1.8 asterisk-18
$ cd asterisk-18
$ wget 'https://issues.asterisk.org/file_download.php?file_id=27079&type=bug'
-O - | patch -p0
$ wget 'https://issues.asterisk.org/file_download.php?file_id=27080&type=bug'
-O - | patch -p0
$ ./contrib/script/live_ast configure
$ make
$ ./contrib/script/live_ast install
$ ./contrib/script/live_ast samples
$ ./live/asterisk -vvvvvc

This will allow you to test the patch, besure to copy any existing
.config files into:

$ asterisk-18/live/etc/asterisk/

-- 
Paul Belanger | dCAP
Polybeacon | Consultant
Jabber: [email protected] | IRC: pabelanger (Freenode)
blog.polybeacon.com

-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to