[asterisk-commits] russell: branch group/sip-tcptls r99071 - /team/group/sip-tcptls/main/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Jan 18 12:07:11 CST 2008


Author: russell
Date: Fri Jan 18 12:07:11 2008
New Revision: 99071

URL: http://svn.digium.com/view/asterisk?view=rev&rev=99071
Log:
Move server.c to tcptls.c so it is more accurate, it actually does server and client stuff

Added:
    team/group/sip-tcptls/main/tcptls.c
      - copied unchanged from r99070, team/group/sip-tcptls/main/server.c
Removed:
    team/group/sip-tcptls/main/server.c
Modified:
    team/group/sip-tcptls/main/Makefile

Modified: team/group/sip-tcptls/main/Makefile
URL: http://svn.digium.com/view/asterisk/team/group/sip-tcptls/main/Makefile?view=diff&rev=99071&r1=99070&r2=99071
==============================================================================
--- team/group/sip-tcptls/main/Makefile (original)
+++ team/group/sip-tcptls/main/Makefile Fri Jan 18 12:07:11 2008
@@ -19,7 +19,7 @@
 
 RESAMPLE_OBJS:=libresample/src/resample.o libresample/src/resamplesubs.o libresample/src/filterkit.o
 
-OBJS= server.o io.o sched.o logger.o frame.o loader.o config.o channel.o \
+OBJS= tcptls.o io.o sched.o logger.o frame.o loader.o config.o channel.o \
 	translate.o file.o pbx.o cli.o md5.o term.o \
 	ulaw.o alaw.o callerid.o fskmodem.o image.o app.o \
 	cdr.o tdd.o acl.o rtp.o udptl.o manager.o asterisk.o \




More information about the asterisk-commits mailing list