Home
last modified time | relevance | path

Searched refs:SWITCH_EVENT_MESSAGE (Results 1 – 22 of 22) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_smpp/
H A Dmod_smpp.c86 if (switch_event_create(&message, SWITCH_EVENT_MESSAGE) != SWITCH_STATUS_SUCCESS) { in SWITCH_STANDARD_APP()
137 if (switch_event_create(&message, SWITCH_EVENT_MESSAGE) != SWITCH_STATUS_SUCCESS) { in SWITCH_STANDARD_API()
H A Dmod_smpp_message.c126 if (switch_event_create(&evt, SWITCH_EVENT_MESSAGE) != SWITCH_STATUS_SUCCESS) { in mod_smpp_message_decode()
/dports/net/freeswitch/freeswitch-1.10.3.-release/tests/unit/
H A Dswitch_event.c46 status = switch_event_create(&event, SWITCH_EVENT_MESSAGE); in FST_TEST_BEGIN()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_sms_flowroute/
H A Dmod_sms_flowroute.c166 switch_event_create(&evt, SWITCH_EVENT_MESSAGE); in mod_sms_flowroute_profile_request_handler()
481 if (switch_event_create(&message, SWITCH_EVENT_MESSAGE) != SWITCH_STATUS_SUCCESS) { in SWITCH_STANDARD_APP()
530 if (switch_event_create(&message, SWITCH_EVENT_MESSAGE) != SWITCH_STATUS_SUCCESS) { in SWITCH_STANDARD_API()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_cidlookup/
H A Dmod_cidlookup.c661 switch_event_create(&event, SWITCH_EVENT_MESSAGE); in SWITCH_STANDARD_APP()
753 switch_event_create(&event, SWITCH_EVENT_MESSAGE); in SWITCH_STANDARD_API()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_rad_auth/
H A Dmod_rad_auth.c753 switch_event_create(&params, SWITCH_EVENT_MESSAGE); in load_config()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_lcr/
H A Dmod_lcr.c1016 switch_event_create(&event, SWITCH_EVENT_MESSAGE); in test_profile()
1462 switch_event_create(&event, SWITCH_EVENT_MESSAGE); in lcr_outgoing_channel()
1833 switch_event_create(&event, SWITCH_EVENT_MESSAGE); in SWITCH_STANDARD_API()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_skypopen/
H A Dmod_skypopen.c3051 if (switch_event_create(&event, SWITCH_EVENT_MESSAGE) == SWITCH_STATUS_SUCCESS) { in incoming_chatmessage()
3090 if (switch_event_create(&event, SWITCH_EVENT_MESSAGE) == SWITCH_STATUS_SUCCESS) { in incoming_chatmessage()
3115 if (switch_event_create(&event, SWITCH_EVENT_MESSAGE) == SWITCH_STATUS_SUCCESS) { in incoming_chatmessage()
3153 if (switch_event_create(&message_event, SWITCH_EVENT_MESSAGE) == SWITCH_STATUS_SUCCESS) { in compat_chat_send()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_rtmp/
H A Drtmp_sig.c833 if (switch_event_create_subclass(&event, zstr(uuid) ? SWITCH_EVENT_CUSTOM : SWITCH_EVENT_MESSAGE, in RTMP_INVOKE_FUNCTION()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_gsmopen/alsa_nogsmlib_nocplusplus/mod_gsmopen/
H A Dmod_gsmopen.c2142 if (switch_event_create(&message_event, SWITCH_EVENT_MESSAGE) == SWITCH_STATUS_SUCCESS) { in compat_chat_send()
3304 if (switch_event_create(&event, SWITCH_EVENT_MESSAGE) == SWITCH_STATUS_SUCCESS) { in sms_incoming()
3336 if (switch_event_create(&event, SWITCH_EVENT_MESSAGE) == SWITCH_STATUS_SUCCESS) { in sms_incoming()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_gsmopen/
H A Dmod_gsmopen.cpp1844 if (switch_event_create(&message_event, SWITCH_EVENT_MESSAGE) == SWITCH_STATUS_SUCCESS) { in compat_chat_send()
2934 if (switch_event_create(&event, SWITCH_EVENT_MESSAGE) == SWITCH_STATUS_SUCCESS) { in sms_incoming()
2974 if (switch_event_create(&event, SWITCH_EVENT_MESSAGE) == SWITCH_STATUS_SUCCESS) { in ussd_incoming()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_cpp.cpp306 event_id = SWITCH_EVENT_MESSAGE; in Event()
H A Dswitch_ivr_bridge.c710 if ((event->event_id != SWITCH_EVENT_COMMAND && event->event_id != SWITCH_EVENT_MESSAGE) in audio_bridge_thread()
H A Dswitch_event.c768 …VENT_REQUEST_PARAMS || event_id == SWITCH_EVENT_CHANNEL_DATA || event_id == SWITCH_EVENT_MESSAGE) { in switch_event_create_subclass_detailed()
H A Dswitch_loadable_module.c1072 if (switch_event_create(&message_event, SWITCH_EVENT_MESSAGE) == SWITCH_STATUS_SUCCESS) { in switch_core_chat_send_args()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_types.h2095 SWITCH_EVENT_MESSAGE, enumerator
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_conference/
H A Dconference_loop.c1472 if (event->event_id == SWITCH_EVENT_MESSAGE) { in conference_loop_output()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_dingaling/
H A Dmod_dingaling.c4044 if (switch_event_create(&event, SWITCH_EVENT_MESSAGE) == SWITCH_STATUS_SUCCESS) { in handle_signalling()
4353 if (switch_event_create(&event, SWITCH_EVENT_MESSAGE) == SWITCH_STATUS_SUCCESS) { in handle_signalling()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_httapi/
H A Dmod_httapi.c809 if (to && switch_event_create(&event, SWITCH_EVENT_MESSAGE) == SWITCH_STATUS_SUCCESS) { in parse_sms()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_sofia/
H A Dsofia_presence.c4884 if (switch_event_create(&event, SWITCH_EVENT_MESSAGE) == SWITCH_STATUS_SUCCESS) { in sofia_presence_handle_sip_i_message()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_verto/
H A Dmod_verto.c3503 …if (!zstr(to) && !zstr(body) && switch_event_create(&event, SWITCH_EVENT_MESSAGE) == SWITCH_STATUS… in verto__info_func()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs36717 SWITCH_EVENT_MESSAGE, enumerator