@ -0,0 +1,31 @@ |
|||||
|
# --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
||||
|
# |
||||
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
|
# Please add additional copyright information _after_ the line containing |
||||
|
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
||||
|
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
||||
|
# |
||||
|
# ROCK Linux: rock-src/package/avm/kiax/kiax-iaxwrapper_includes.patch |
||||
|
# ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf |
||||
|
# |
||||
|
# This patch file is dual-licensed. It is available under the license the |
||||
|
# patched project is licensed under, as long as it is an OpenSource license |
||||
|
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms |
||||
|
# of the GNU General Public License as published by the Free Software |
||||
|
# Foundation; either version 2 of the License, or (at your option) any later |
||||
|
# version. |
||||
|
# |
||||
|
# --- ROCK-COPYRIGHT-NOTE-END --- |
||||
|
|
||||
|
diff -ruN kiax-0.8.4/src/iaxwrapper.cpp kiax-0.8.4-new/src/iaxwrapper.cpp
|
||||
|
--- kiax-0.8.4/src/iaxwrapper.cpp 2005-04-11 12:36:24.000000000 +0200
|
||||
|
+++ kiax-0.8.4-new/src/iaxwrapper.cpp 2006-01-16 14:37:21.000000000 +0100
|
||||
|
@@ -18,6 +18,8 @@
|
||||
|
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * |
||||
|
***************************************************************************/ |
||||
|
#include "iaxwrapper.h" |
||||
|
+#include "malloc.h"
|
||||
|
+#include "stdlib.h"
|
||||
|
|
||||
|
IaxWrapper* callbackCaller; |
||||
|
|
||||
@ -0,0 +1,46 @@ |
|||||
|
|
||||
|
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
||||
|
[COPY] |
||||
|
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
|
[COPY] Please add additional copyright information _after_ the line containing |
||||
|
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
||||
|
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
||||
|
[COPY] |
||||
|
[COPY] ROCK Linux: rock-src/package/avm/kiax/kiax.desc |
||||
|
[COPY] ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf |
||||
|
[COPY] |
||||
|
[COPY] This program is free software; you can redistribute it and/or modify |
||||
|
[COPY] it under the terms of the GNU General Public License as published by |
||||
|
[COPY] the Free Software Foundation; either version 2 of the License, or |
||||
|
[COPY] (at your option) any later version. A copy of the GNU General Public |
||||
|
[COPY] License can be found at Documentation/COPYING. |
||||
|
[COPY] |
||||
|
[COPY] Many people helped and are helping developing ROCK Linux. Please |
||||
|
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM |
||||
|
[COPY] file for details. |
||||
|
[COPY] |
||||
|
[COPY] --- ROCK-COPYRIGHT-NOTE-END --- |
||||
|
|
||||
|
[I] kde client for the Inter Asterisk eXchange protocol |
||||
|
|
||||
|
[T] Kiax is an IAX client application (a so called Softphone) which allows |
||||
|
[T] PC users to make ordinary VoIP calls to Asterisk servers, the same way as |
||||
|
[T] they do it with their hardware telephone. It aims to provide a simple and |
||||
|
[T] user-friendly graphical interface and desktop integration for calling, |
||||
|
[T] contact list, call register management and easy configuration. That is - a |
||||
|
[T] simple to use IAX Client. |
||||
|
|
||||
|
[U] http://kiax.sourceforge.net/ |
||||
|
|
||||
|
[A] The Kiax TEAM |
||||
|
[M] Andreas V. 'netrunner' Meier <avmeier@web.de> |
||||
|
|
||||
|
[C] extra/network |
||||
|
|
||||
|
[L] GPL |
||||
|
[S] Beta |
||||
|
[V] 0.8.4 |
||||
|
[P] X -----5---9 800.000 |
||||
|
|
||||
|
[D] 204384031 kiax-0.8.4.tar.bz2 http://dl.sourceforge.net/kiax/ |
||||
|
|
||||