Merge changes from team/group/sip-tcptls
This set of changes introduces TCP and TLS support for chan_sip. There are various new options in configs/sip.conf.sample that are used to enable these features. Also, there is a document, doc/siptls.txt that describes some things in more detail. This code was implemented by Brett Bryant and James Golovich. It was reviewed by Joshua Colp and myself. A number of other people participated in the testing of this code, but since it was done outside of the bug tracker, I do not have their names. If you were one of them, thanks a lot for the help! (closes issue #4903, but with completely different code that what exists there.) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@99085 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Showing
- CHANGES 5 additions, 0 deletionsCHANGES
- CREDITS 6 additions, 1 deletionCREDITS
- channels/chan_sip.c 678 additions, 105 deletionschannels/chan_sip.c
- configs/sip.conf.sample 14 additions, 2 deletionsconfigs/sip.conf.sample
- doc/siptls.txt 94 additions, 0 deletionsdoc/siptls.txt
- include/asterisk/http.h 2 additions, 84 deletionsinclude/asterisk/http.h
- include/asterisk/tcptls.h 166 additions, 0 deletionsinclude/asterisk/tcptls.h
- main/Makefile 1 addition, 1 deletionmain/Makefile
- main/http.c 4 additions, 196 deletionsmain/http.c
- main/manager.c 2 additions, 1 deletionmain/manager.c
- main/tcptls.c 452 additions, 0 deletionsmain/tcptls.c
Loading
Please register or sign in to comment