[asterisk-commits] russell: branch russell/ais r80928 - in /team/russell/ais: include/asterisk/ ...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Sat Aug 25 23:53:40 CDT 2007


Author: russell
Date: Sat Aug 25 23:53:40 2007
New Revision: 80928

URL: http://svn.digium.com/view/asterisk?view=rev&rev=80928
Log:
Add changes to support client-side TCP/TLS from bbryant's sip-tcptls branch

Added:
    team/russell/ais/include/asterisk/http.h
      - copied unchanged from r80927, team/bbryant/sip-tcptls/include/asterisk/http.h
    team/russell/ais/include/asterisk/server.h
      - copied unchanged from r80927, team/bbryant/sip-tcptls/include/asterisk/server.h
    team/russell/ais/main/http.c
      - copied unchanged from r80927, team/bbryant/sip-tcptls/main/http.c
    team/russell/ais/main/manager.c
      - copied unchanged from r80927, team/bbryant/sip-tcptls/main/manager.c
    team/russell/ais/main/server.c
      - copied unchanged from r80927, team/bbryant/sip-tcptls/main/server.c
Modified:
    team/russell/ais/main/Makefile

Modified: team/russell/ais/main/Makefile
URL: http://svn.digium.com/view/asterisk/team/russell/ais/main/Makefile?view=diff&rev=80928&r1=80927&r2=80928
==============================================================================
--- team/russell/ais/main/Makefile (original)
+++ team/russell/ais/main/Makefile Sat Aug 25 23:53:40 2007
@@ -27,7 +27,7 @@
 	netsock.o slinfactory.o ast_expr2.o ast_expr2f.o \
 	cryptostub.o sha1.o http.o fixedjitterbuf.o abstract_jb.o \
 	strcompat.o threadstorage.o dial.o event.o adsistub.o audiohook.o \
-	astobj2.o
+	astobj2.o server.o
 
 # we need to link in the objects statically, not as a library, because
 # otherwise modules will not have them available if none of the static




More information about the asterisk-commits mailing list