]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-8269: fix build
authorMichael Jerris <mike@jerris.com>
Thu, 1 Oct 2015 18:31:59 +0000 (14:31 -0400)
committerMichael Jerris <mike@jerris.com>
Thu, 1 Oct 2015 18:31:59 +0000 (14:31 -0400)
src/mod/applications/mod_sms/mod_sms.c
src/mod/endpoints/mod_sofia/mod_sofia.h

index 2f926e671bf85a04b16e958f11c453c2e17db16a..b735b2a62c22bb609335281e81925f2f92e4857f 100644 (file)
@@ -32,6 +32,7 @@
 #include <switch.h>
 #define SMS_CHAT_PROTO "GLOBAL_SMS"
 #define MY_EVENT_SEND_MESSAGE "SMS::SEND_MESSAGE"
+#define MY_EVENT_DELIVERY_REPORT "SMS::DELIVERY_REPORT"
 
 /* Prototypes */
 SWITCH_MODULE_SHUTDOWN_FUNCTION(mod_sms_shutdown);
index 8aa89eb4738c50a4b7ac29e870b5e3fd0d3382c2..0cc9e2f42f3412a945fce0f95cb2289d655c78f3 100644 (file)
@@ -96,6 +96,11 @@ typedef struct private_object private_object_t;
 #define MY_EVENT_RECOVERY_RECOVERED "sofia::recovery_recovered"
 #define MY_EVENT_ERROR "sofia::error"
 #define MY_EVENT_PROFILE_START "sofia::profile_start"
+#define MY_EVENT_TRANSFEROR "sofia::transferor" 
+#define MY_EVENT_TRANSFEREE "sofia::transferee" 
+#define MY_EVENT_REPLACED "sofia::replaced" 
+#define MY_EVENT_INTERCEPTED "sofia::intercepted" 
+#define MY_EVENT_NOTIFY_WATCHED_HEADER "sofia::notify_watched_header"
 
 #define MULTICAST_EVENT "multicast::event"
 #define SOFIA_REPLACES_HEADER "_sofia_replaces_"