Hello. I'm using asterisk 1.4.30. I've found this patch for app_queue.c : https://issues.asterisk.org/view.php?id=11700 Can I easily implement this by issuing : */wget 'https://issues.asterisk.org/file_download.php?file_id=17192&type=bug' -O - | patch -p0/* ?? Does this mean I have a "patched" asterisk ? (I ask this because some applications require a non-patched asterisk version) Kind regards, Jonas. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100628/bcf072f7/attachment.htm
On Mon, Jun 28, 2010 at 10:00 AM, Jonas Kellens <jonas.kellens at telenet.be> wrote:> I'm using asterisk 1.4.30. > > I've found this patch for app_queue.c : > https://issues.asterisk.org/view.php?id=11700 > > Can I easily implement this by issuing :? wget > 'https://issues.asterisk.org/file_download.php?file_id=17192&type=bug' -O - > | patch -p0 ?? >This patch was merged in Asterisk 1.4.17, so you are already running it.> Does this mean I have a "patched" asterisk ? (I ask this because some > applications require a non-patched asterisk version) >Yes. -- Paul Belanger | dCAP Polybeacon | Consultant Jabber: paul.belanger at polybeacon.com | IRC: pabelanger (Freenode) blog.polybeacon.com
>> Does this mean I have a "patched" asterisk ? (I ask this because some >> applications require a non-patched asterisk version) >> > Yes. >What is then the "unpatched" version of Asterisk 1.4.30 ?? Jonas.
On 28 Jun 2010, at 15:36, Jonas Kellens wrote:>>> Does this mean I have a "patched" asterisk ? (I ask this because some >>> applications require a non-patched asterisk version) >> Yes. > What is then the "unpatched" version of Asterisk 1.4.30 ??The one you have before you apply the patch?..