Module: sip-router Branch: master Commit: 9c9609dd2ec1f57f0a7f803728f57e7390a27898 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9c9609dd2ec1f57f0a7f803728f57e7390a27898
Author: Miklos Tirpak <[email protected]> Committer: Miklos Tirpak <[email protected]> Date: Tue Oct 11 17:18:17 2011 +0200 message shooter module added This is a small module for sending out SIP messages outside of the current transaction. The ruri, from, to, additional headers, and optionally the body can be specified which make up the SIP message that is sent out. --- modules/msg_shooter/Makefile | 16 ++ modules/msg_shooter/README | 125 ++++++++++++++ modules/msg_shooter/msg_shooter.c | 303 +++++++++++++++++++++++++++++++++ modules/msg_shooter/msg_shooter.h | 42 +++++ modules/msg_shooter/msg_shooter_mod.c | 124 ++++++++++++++ modules/msg_shooter/msg_shooter_mod.h | 26 +++ modules/msg_shooter/smsg_routes.c | 54 ++++++ modules/msg_shooter/smsg_routes.h | 26 +++ 8 files changed, 716 insertions(+), 0 deletions(-) Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=9c9609dd2ec1f57f0a7f803728f57e7390a27898 _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
