-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated version info, updated copyrights, made some formatting changes
- Loading branch information
David Troy
committed
Jun 23, 2008
1 parent
f722ade
commit 99eb501
Showing
17 changed files
with
37 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
@@ -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; | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|