Module: sip-router
Branch: master
Commit: c573aa70bba657ba58202c4125d354439478adb2
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c573aa7…
Author: Peter Dunkley <peter.dunkley(a)crocodile-rcs.com>
Committer: Peter Dunkley <peter.dunkley(a)crocodile-rcs.com>
Date: Fri Mar 29 21:47:57 2013 +0000
core: removed STUN from core
- Added hooks so that STUN messages can be passed to a module
- Removed STUN configuration file parameters
---
Makefile.defs | 11 ---------
cfg.lex | 9 --------
cfg.y | 16 --------------
events.c | 13 +++++++++++
events.h | 4 ++-
globals.h | 6 -----
main.c | 9 --------
stun.c | 46 +++++++++++++++++++++++++++++++++++++++++
stun.h | 64 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
tcp_read.c | 44 +++++++++++++-------------------------
udp_server.c | 44 +++++++++++++++------------------------
ver_defs.h | 8 +------
12 files changed, 159 insertions(+), 115 deletions(-)
Diff:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=c57…