]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
Adding mod_smpp as an event_handler module.
authorWilliam King <william.king@quentustech.com>
Wed, 15 Oct 2014 22:26:29 +0000 (18:26 -0400)
committerWilliam King <william.king@quentustech.com>
Fri, 3 Jul 2015 21:26:05 +0000 (14:26 -0700)
commit775ce5c0a8a4acbacaa36d70c81e351fbb73c50d
tree804f61538b854b84f5e8c882fb2c2e9ba05b5fa1
parent1a47cd0d440309ac07966eeaf67fd51c333cb5e0
Adding mod_smpp as an event_handler module.

FS-7730 #resolve
build/modules.conf.in
conf/vanilla/autoload_configs/smpp.conf.xml [new file with mode: 0644]
configure.ac
src/mod/event_handlers/mod_smpp/Makefile.am [new file with mode: 0644]
src/mod/event_handlers/mod_smpp/TODO [new file with mode: 0644]
src/mod/event_handlers/mod_smpp/chatplan.conf.xml [new file with mode: 0644]
src/mod/event_handlers/mod_smpp/mod_smpp.c [new file with mode: 0644]
src/mod/event_handlers/mod_smpp/mod_smpp.h [new file with mode: 0644]
src/mod/event_handlers/mod_smpp/mod_smpp_gateway.c [new file with mode: 0644]
src/mod/event_handlers/mod_smpp/mod_smpp_message.c [new file with mode: 0644]
src/mod/event_handlers/mod_smpp/mod_smpp_utils.c [new file with mode: 0644]