@ -0,0 +1,23 @@ |
|||
# --- 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/valentin/asterisk/asterisk.conf |
|||
# ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf |
|||
# |
|||
# This program is free software; you can redistribute it and/or modify |
|||
# it 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. A copy of the GNU General Public |
|||
# License can be found at Documentation/COPYING. |
|||
# |
|||
# Many people helped and are helping developing ROCK Linux. Please |
|||
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM |
|||
# file for details. |
|||
# |
|||
# --- ROCK-COPYRIGHT-NOTE-END --- |
|||
|
|||
var_append makeinstopt " " "samples" |
@ -0,0 +1,42 @@ |
|||
[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/valentin/asterisk/asterisk.desc |
|||
[COPY] ROCK Linux is Copyright (C) 1998 - 2004 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] open source linux pbx |
|||
|
|||
[T] Asterisk is a complete PBX in software. It does voice over IP in |
|||
[T] three protocols and can interoperate with almost all |
|||
[T] standards-based telephony equipment using relatively inexpensive |
|||
[T] hardware. Asterisk provides Voicemail services with Directory, |
|||
[T] Call Conferencing, Interactive Voice Response, Call Queuing. It |
|||
[T] has support for three-way calling, caller ID services, ADSI, SIP |
|||
[T] and H.323 (as both client and gateway). |
|||
|
|||
[A] Mark Spencer / Digium dba Linux Support Services, Inc. |
|||
[M] Valentin Ziegler <valentin@rocklinux-consulting.de> |
|||
|
|||
[C] extra/network |
|||
|
|||
[L] GPL |
|||
[S] Stable |
|||
[V] 0.9.0 |
|||
[P] X -----X---X 800.000 |
|||
|
|||
[D] 0 asterisk-0.9.0.tar.gz ftp://ftp.asterisk.org/pub/telephony/asterisk/ |
@ -0,0 +1,30 @@ |
|||
# --- 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/valentin/asterisk/fix-link-order.patch |
|||
# ROCK Linux is Copyright (C) 1998 - 2004 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 --- |
|||
|
|||
--- asterisk-0.9.0/Makefile.orig 2004-05-02 20:16:41.000000000 +0200
|
|||
+++ asterisk-0.9.0/Makefile 2004-05-02 20:18:58.000000000 +0200
|
|||
@@ -245,7 +245,7 @@
|
|||
fi |
|||
|
|||
asterisk: editline/libedit.a db1-ast/libdb1.a stdtime/libtime.a $(OBJS) |
|||
- $(CC) $(DEBUG) -o asterisk $(ASTLINK) $(OBJS) $(LIBS) $(LIBEDIT) db1-ast/libdb1.a stdtime/libtime.a
|
|||
+ $(CC) $(DEBUG) -o asterisk $(ASTLINK) $(OBJS) $(LIBEDIT) $(LIBS) db1-ast/libdb1.a stdtime/libtime.a
|
|||
|
|||
subdirs: |
|||
for x in $(SUBDIRS); do $(MAKE) -C $$x || exit 1 ; done |