[sr-dev] git:master: message shooter module added

Miklos Tirpak miklos at iptel.org
Wed Oct 12 12:04:24 CEST 2011


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 <miklos at iptel.org>
Committer: Miklos Tirpak <miklos at iptel.org>
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



More information about the sr-dev mailing list