Module: sip-router
Branch: master
Commit: 1da2a76be4e374ddb4296a1d54963fe344dc0970
URL:    
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1da2a76be4e374ddb4296a1d54963fe344dc0970

Author: Richard Fuchs <[email protected]>
Committer: Richard Fuchs <[email protected]>
Date:   Fri Nov 30 14:00:09 2012 -0500

core/corex: move send()/send_tcp() to corex module

As suggested by miconda on sr-dev, move send() and send_tcp() out of core
and into the new corex module in order to make them support pseudo variables.
This changes:

- drops SEND and SEND_TCP tokens from config parser
- remove related config parser code relying on SEND_T and SEND_TCP_T
- augment corex module to provide the functions removed from core
- update corex docs

---

 action.c                          |   74 -------------------------------
 cfg.lex                           |    4 --
 cfg.y                             |   22 ---------
 modules/corex/README              |   44 ++++++++++++++++--
 modules/corex/corex_lib.c         |   87 +++++++++++++++++++++++++++++++++++++
 modules/corex/corex_lib.h         |    1 +
 modules/corex/corex_mod.c         |   26 +++++++++++
 modules/corex/doc/corex_admin.xml |   46 +++++++++++++++++++
 modules/debugger/debugger_act.c   |    2 -
 route.c                           |    2 -
 route_struct.c                    |    6 ---
 route_struct.h                    |    3 +-
 12 files changed, 200 insertions(+), 117 deletions(-)

Diff:   
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=1da2a76be4e374ddb4296a1d54963fe344dc0970

_______________________________________________
sr-dev mailing list
[email protected]
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to