From 7a89c7f96dfe63947e9dcdecbf570f411b07d9bc Mon Sep 17 00:00:00 2001 From: mazilo Date: Thu, 22 Sep 2011 03:42:48 +0000 Subject: [PATCH] Added new mod_sms and updated to latest mod_blacklist with a capability to dump back and/or sync new list to its text file git-svn-id: svn://svn.openwrt.org/openwrt/packages@28286 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/freeswitch/Makefile | 4 +++- net/freeswitch/files/etc.minimal/freeswitch.xml | 21 +++++++++++---------- .../files/etc.packages/sms/chatplan/default.xml | 14 ++++++++++++++ .../patches/001-build-modules_conf_in.patch | 10 +++++----- 4 files changed, 33 insertions(+), 16 deletions(-) create mode 100644 net/freeswitch/files/etc.packages/sms/chatplan/default.xml diff --git a/net/freeswitch/Makefile b/net/freeswitch/Makefile index 66e5647a0..d040de5bd 100644 --- a/net/freeswitch/Makefile +++ b/net/freeswitch/Makefile @@ -16,7 +16,7 @@ PKG_RELEASE:=1 # # The latest FS git hash in PKG_REV can be obtained from http://fisheye.freeswitch.org # -PKG_REV:=5fe3a22d83867d07f30ef7974329b2fa966747ea +PKG_REV:=decb286114a685ea7920030f60f733c3fe34358c PKG_SOURCE_VERSION:=$(PKG_REV) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=git://git.$(PKG_NAME).org/$(PKG_NAME).git @@ -112,6 +112,7 @@ FS_MOD_AVAILABLE:= \ siren \ skinny \ skypopen \ + sms \ snapshot \ snmp \ snipe-hunt \ @@ -762,6 +763,7 @@ $(eval $(call BuildPlugin,silk,codec mod_silk,mod_silk,,)) $(eval $(call BuildPlugin,siren,G.722.1 codec,mod_siren,,)) $(eval $(call BuildPlugin,skinny,endpoint mod_skinny,mod_skinny,,)) $(eval $(call BuildPlugin,skypopen,Skype compatible endpoint,mod_skypopen,,@FEATURE_drawing-backend_libX11)) +$(eval $(call BuildPlugin,sms,SMS application,mod_sms,,)) $(eval $(call BuildPlugin,snapshot,application mod_snapshot,mod_snapshot,,)) $(eval $(call BuildPlugin,sndfile,Multi-Format file transcoder,mod_sndfile,,)) $(eval $(call BuildPlugin,snipe-hunt,application mod_snipe_hunt,mod_snipe_hunt,,)) diff --git a/net/freeswitch/files/etc.minimal/freeswitch.xml b/net/freeswitch/files/etc.minimal/freeswitch.xml index f52061733..ca9224e18 100644 --- a/net/freeswitch/files/etc.minimal/freeswitch.xml +++ b/net/freeswitch/files/etc.minimal/freeswitch.xml @@ -50,21 +50,22 @@ +
+ +
+
-
- - - - - - + +
+ + + + +
- - - diff --git a/net/freeswitch/files/etc.packages/sms/chatplan/default.xml b/net/freeswitch/files/etc.packages/sms/chatplan/default.xml new file mode 100644 index 000000000..b67bb638f --- /dev/null +++ b/net/freeswitch/files/etc.packages/sms/chatplan/default.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/net/freeswitch/patches/001-build-modules_conf_in.patch b/net/freeswitch/patches/001-build-modules_conf_in.patch index 180660323..a7b19567f 100644 --- a/net/freeswitch/patches/001-build-modules_conf_in.patch +++ b/net/freeswitch/patches/001-build-modules_conf_in.patch @@ -1,9 +1,9 @@ --- a/build/modules.conf.in +++ b/build/modules.conf.in -@@ -38,10 +38,13 @@ applications/mod_valet_parking - #applications/mod_fsk +@@ -40,10 +40,13 @@ applications/mod_valet_parking #applications/mod_ladspa #applications/mod_mongo + applications/mod_sms +#applications/mod_mp4 +#applications/mod_protovm codecs/mod_g723_1 @@ -14,7 +14,7 @@ #codecs/mod_codec2 codecs/mod_g729 #codecs/mod_com_g729 -@@ -59,6 +62,7 @@ dialplans/mod_dialplan_xml +@@ -61,6 +64,7 @@ dialplans/mod_dialplan_xml dialplans/mod_dialplan_asterisk #directories/mod_ldap #endpoints/mod_dingaling @@ -22,11 +22,11 @@ #endpoints/mod_portaudio endpoints/mod_sofia endpoints/mod_loopback -@@ -79,6 +83,7 @@ endpoints/mod_loopback +@@ -81,6 +85,7 @@ endpoints/mod_loopback #event_handlers/mod_event_multicast event_handlers/mod_event_socket #event_handlers/mod_event_zmq +#event_handlers/mod_json_cdr event_handlers/mod_cdr_csv event_handlers/mod_cdr_sqlite - #event_handlers/mod_cdr_pg_csv + #event_handlers/mod_cdr_mongodb -- 2.11.0