Home
last modified time | relevance | path

Searched refs:switch_event_set_body (Results 1 – 9 of 9) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_smpp/
H A Dmod_smpp.c143 switch_event_set_body(message, argv[3]); in SWITCH_STANDARD_API()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_event.h351 SWITCH_DECLARE(switch_status_t) switch_event_set_body(switch_event_t *event, const char *body);
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_sms/
H A Dmod_sms.c595 switch_event_set_body(reply, data); in SWITCH_STANDARD_CHAT_APP()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_conference/
H A Dconference_cdr.c756 switch_event_set_body(event, xml_text);
H A Dconference_event.c781 switch_event_set_body(reply, switch_event_get_body(event)); in conference_event_chat_message_broadcast()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_sms_flowroute/
H A Dmod_sms_flowroute.c536 switch_event_set_body(message, argv[3]); in SWITCH_STANDARD_API()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_event.c1001 switch_event_set_body(event, data); in switch_event_base_add_header()
1226 SWITCH_DECLARE(switch_status_t) switch_event_set_body(switch_event_t *event, const char *body) in switch_event_set_body() function
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs12516 public static switch_status_t switch_event_set_body(switch_event arg0, string body) { in switch_event_set_body() method in FreeSWITCH.Native.freeswitch
12517 …switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_event_set_body(switch_event.getCPt… in switch_event_set_body()
24837 …public static extern int switch_event_set_body(global::System.Runtime.InteropServices.HandleRef ja… in switch_event_set_body() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx39400 result = (switch_status_t)switch_event_set_body(arg1,(char const *)arg2); in CSharp_FreeSWITCHfNative_switch_event_set_body___()