Skip to content

Commit

Permalink
Updated version info, updated copyrights, made some formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
David Troy committed Jun 23, 2008
1 parent f722ade commit 99eb501
Show file tree
Hide file tree
Showing 17 changed files with 37 additions and 63 deletions.
2 changes: 1 addition & 1 deletion INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ Please read README and docs/README.* for info on specific modules.
Enjoy!

--------------------------------------------
(C) 2005-2006 David C. Troy, [email protected]
(C) 2005-2008 David C. Troy, [email protected]
46 changes: 8 additions & 38 deletions README
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
astmanproxy README
(c) 2005-2006 David C. Troy, [email protected]
(c) 2005-2008 David C. Troy, [email protected]
------------------------------------------------------------------
FOREWORD & QUICK START

Expand Down Expand Up @@ -62,7 +62,7 @@ Please send your feedback! We are looking for contributors to add
support for new I/O formats and add new features!

Contributions:
Paypal via dave@toad.net; beer accepted at Astricon events
Paypal via dave@popvox.com; beer accepted at Astricon events

===================================================================
Additional Proxy Features
Expand Down Expand Up @@ -300,43 +300,13 @@ into Asterisk (even multiple boxes!) with no web servers needed.
===================================================================
Software Updates, Author Info, and How to Contribute

Digium has graciously agreed to host the development of AstManProxy
on their Subversion Community Server.
Current development on AstManProxy is happening here:
http://github.com/davetroy/astmanproxy/tree/master

Latest releases can be found here:
http://svncommunity.digium.com/view/astmanproxy
Please feel free to fork and contribute!

For development branches & experimental features:
http://svncommunity.digium.com/view/astmanproxy/branches

For current development/stable snapshot:
http://svncommunity.digium.com/view/astmanproxy/trunk

For stable release versions:
http://svncommunity.digium.com/view/astmanproxy/tags

To download from these repositories:

- Install Subversion (yum -y install subversion -- or equivalent)
- svn checkout http://svncommunity.digium.com/svn/astmanproxy/trunk

Be sure to use the full URL path to the version you wish to check out;
for example, do not checkout the 'branches' tree, but instead choose
which branch to checkout, as in:

http://svncommunity.digium.com/svn/astmanproxy/branches/1.2x

I will also try to post current tarballs here:
http://www.popvox.com/astmanproxy

Donations are accepted via paypal to [email protected]; beer is also
accepted at Astricon events. :)

To contact me about contributing to the project, please email:
[email protected]

I acknowledge all contributions and encourage your experimentation!
AstManProxy would not be where it is without your support!!
Also, there is a new mailing list / group available here:
http://groups.google.com/?hl=en

===================================================================
AstManProxy Background Information
Expand Down Expand Up @@ -381,4 +351,4 @@ and output format -- implemented as abstracted I/O handlers -- and
these are configurable on a per-client basis.

===================================================================
(C) 2005-2006 David C. Troy, [email protected]
(C) 2005-2008 David C. Troy, [email protected]
22 changes: 12 additions & 10 deletions TODO
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
trap action=command in xml.c; remove arbitrary detection of unparsed data
write SOAP methods for http.c to use
clean up reconnect to lost asterisk server (socket reuse)
clean up debugmsg instances to add if (debug)
deal with http non-conformity better, and act on POST MIME-type inputs
Some suggestions for features:
trap action=command in xml.c; remove arbitrary detection of unparsed data
write SOAP methods for http.c to use
clean up reconnect to lost asterisk server (socket reuse)
clean up debugmsg instances to add if (debug)
deal with http non-conformity better, and act on POST MIME-type inputs
State maintenance modules

Check for module versions; do not run without modules installed
State maintenance modules
tcpwrappers/access control/connect mask?
libtool/autoconf/automake support
SetInputFormat proxyaction?
Some infrastructure ideas:
Check for module versions; do not run without modules installed
tcpwrappers/access control/connect mask?
libtool/autoconf/automake support
SetInputFormat proxyaction?
2 changes: 2 additions & 0 deletions VERSIONS
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
1.22pre current trunk

1.21 Major code formatting cleanup and official release of 1.21pre (trunk)
Documentation overhaul & cleanup

Expand Down
2 changes: 1 addition & 1 deletion configs/astmanproxy.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
; astmanproxy.conf
; Asterisk Manager Proxy Configuration Sample
; (C) 2005-2006 David C. Troy - [email protected]
; (C) 2005-2008 David C. Troy - [email protected]

; List of asterisk host(s) you want to proxy
; host = ip_addr, port, user, secret, events, use_ssl
Expand Down
4 changes: 2 additions & 2 deletions src/astmanproxy.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Asterisk Manager Proxy
Copyright (c) 2005-2006 David C. Troy <[email protected]>
Copyright (c) 2005-2008 David C. Troy <[email protected]>
This program is free software, distributed under the terms of
the GNU General Public License.
Expand Down Expand Up @@ -123,7 +123,7 @@ void leave(int sig) {

void Version( void )
{
printf("astmanproxy: Version %s, (C) David C. Troy 2005-2006\n", PROXY_VERSION);
printf("astmanproxy: Version %s, (C) David C. Troy 2005-2008\n", PROXY_VERSION);
return;
}

Expand Down
2 changes: 1 addition & 1 deletion src/common.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Asterisk Manager Proxy
Copyright (c) 2005-2006 David C. Troy <[email protected]>
Copyright (c) 2005-2008 David C. Troy <[email protected]>
This program is free software, distributed under the terms of
the GNU General Public License.
Expand Down
2 changes: 1 addition & 1 deletion src/config.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Asterisk Manager Proxy
Copyright (c) 2005-2006 David C. Troy <[email protected]>
Copyright (c) 2005-2008 David C. Troy <[email protected]>
This program is free software, distributed under the terms of
the GNU General Public License.
Expand Down
2 changes: 1 addition & 1 deletion src/config_perms.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Asterisk Manager Proxy
Copyright (c) 2005-2006 David C. Troy <[email protected]>
Copyright (c) 2005-2008 David C. Troy <[email protected]>
This program is free software, distributed under the terms of
the GNU General Public License.
Expand Down
2 changes: 1 addition & 1 deletion src/csv.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Asterisk Manager Proxy
Copyright (c) 2005-2006 David C. Troy <[email protected]>
Copyright (c) 2005-2008 David C. Troy <[email protected]>
This program is free software, distributed under the terms of
the GNU General Public License.
Expand Down
2 changes: 1 addition & 1 deletion src/http.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Asterisk Manager Proxy
Copyright (c) 2005-2006 David C. Troy <[email protected]>
Copyright (c) 2005-2008 David C. Troy <[email protected]>
This program is free software, distributed under the terms of
the GNU General Public License.
Expand Down
2 changes: 1 addition & 1 deletion src/include/ssl.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* ssl_addon: Encrypts the asterisk management interface
*
* Copyrights:
* Copyright (C) 2005-2006, Tello Corporation, Inc.
* Copyright (C) 2005-2008, Tello Corporation, Inc.
*
* Contributors:
* Remco Treffkorn(Architect) and Mahesh Karoshi
Expand Down
2 changes: 1 addition & 1 deletion src/log.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Asterisk Manager Proxy
Copyright (c) 2005-2006 David C. Troy <[email protected]>
Copyright (c) 2005-2008 David C. Troy <[email protected]>
This program is free software, distributed under the terms of
the GNU General Public License.
Expand Down
2 changes: 1 addition & 1 deletion src/proxyfunc.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Asterisk Manager Proxy
Copyright (c) 2005-2006 David C. Troy <[email protected]>
Copyright (c) 2005-2008 David C. Troy <[email protected]>
This program is free software, distributed under the terms of
the GNU General Public License.
Expand Down
2 changes: 1 addition & 1 deletion src/ssl.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Asterisk -- An open source telephony toolkit.
*
* Copyright (C) 2006, Tello Corporation, Inc.
* Copyright (C) 2008, Tello Corporation, Inc.
*
* Remco Treffkorn(Architect) and Mahesh Karoshi(Senior Software Developer)
*
Expand Down
2 changes: 1 addition & 1 deletion src/standard.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Asterisk Manager Proxy
Copyright (c) 2005-2006 David C. Troy <[email protected]>
Copyright (c) 2005-2008 David C. Troy <[email protected]>
This program is free software, distributed under the terms of
the GNU General Public License.
Expand Down
2 changes: 1 addition & 1 deletion src/xml.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Asterisk Manager Proxy
Copyright (c) 2005-2006 David C. Troy <[email protected]>
Copyright (c) 2005-2008 David C. Troy <[email protected]>
This program is free software, distributed under the terms of
the GNU General Public License.
Expand Down

0 comments on commit 99eb501

Please sign in to comment.