Home
last modified time | relevance | path

Searched refs:switch_event_t (Results 1 – 25 of 254) sorted by relevance

1234567891011

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_event.h183 SWITCH_DECLARE(char *) switch_event_get_body(switch_event_t *event);
194 SWITCH_DECLARE(switch_status_t) switch_event_add_header(switch_event_t *event, switch_stack_t stack,
217 SWITCH_DECLARE(void) switch_event_destroy(switch_event_t **event);
226 SWITCH_DECLARE(switch_status_t) switch_event_dup(switch_event_t **event, switch_event_t *todup);
227 SWITCH_DECLARE(void) switch_event_merge(switch_event_t *event, switch_event_t *tomerge);
228 SWITCH_DECLARE(switch_status_t) switch_event_dup_reply(switch_event_t **event, switch_event_t *todu…
317 SWITCH_DECLARE(switch_status_t) switch_event_serialize_json(switch_event_t *event, char **str);
351 SWITCH_DECLARE(switch_status_t) switch_event_set_body(switch_event_t *event, const char *body);
353 …*) switch_event_expand_headers_check(switch_event_t *event, const char *in, switch_event_t *var_li…
404 SWITCH_DECLARE(void) switch_event_deliver(switch_event_t **event);
[all …]
H A Dswitch_xml.h378 _Out_ switch_xml_t *node, _In_opt_ switch_event_t *params, _In_ switch_bool_t clone);
380 …t) switch_xml_locate_domain(_In_z_ const char *domain_name, _In_opt_ switch_event_t *params, _Out_…
386 … _Out_ switch_xml_t *domain, _Out_ switch_xml_t *group, _In_opt_ switch_event_t *params);
393 _Out_opt_ switch_xml_t *ingroup, _In_opt_ switch_event_t *params);
400 const char *ip, switch_xml_t *user, switch_event_t *params);
411 …_open_cfg(_In_z_ const char *file_path, _Out_ switch_xml_t *node, _In_opt_ switch_event_t *params);
440 …) switch_xml_locate_language(switch_xml_t *root, switch_xml_t *node, switch_event_t *params, switc…
H A Dswitch_ivr.h114 …_status_t) switch_ivr_parse_event(_In_ switch_core_session_t *session, _In_ switch_event_t *event);
296 …t *session, const char *file, uint32_t limit, switch_file_handle_t *fh, switch_event_t *variables);
514 switch_event_t *ovars, switch_originate_flag_t flags,
527 switch_event_t *ovars, switch_originate_flag_t flags,
921 …h_core_session_t *session, const char *macro_name, const char *data, switch_event_t *event, const …
978 …ch_ivr_set_user_extended(switch_core_session_t *session, const char *data, switch_event_t *params);
1028 …DECLARE(switch_status_t) switch_ivr_create_message_reply(switch_event_t **reply, switch_event_t *m…
1055 …) switch_dial_handle_get_vars(switch_dial_handle_t *handle, int idx, switch_event_t **array, int m…
1056 SWITCH_DECLARE(switch_event_t *) switch_dial_handle_get_global_vars(switch_dial_handle_t *handle);
1057 SWITCH_DECLARE(switch_event_t *) switch_dial_leg_get_vars(switch_dial_leg_t *leg);
/dports/net/freeswitch/freeswitch-1.10.3.-release/fscomm/
H A Dfshost.h43 static void eventHandlerCallback(switch_event_t *);
52 void generalEventHandler(QSharedPointer<switch_event_t>event);
54 void printEventHeaders(QSharedPointer<switch_event_t>event);
77 void newEvent(QSharedPointer<switch_event_t>);
102 void eventChannelCreate(QSharedPointer<switch_event_t> event, QString uuid);
104 void eventChannelState(QSharedPointer<switch_event_t>event, QString uuid);
111 void eventChannelBridge(QSharedPointer<switch_event_t>event, QString uuid);
112 void eventChannelHangup(QSharedPointer<switch_event_t>event, QString uuid);
118 void eventCodec(QSharedPointer<switch_event_t>event, QString uuid);
119 void eventCallUpdate(QSharedPointer<switch_event_t>event, QString uuid);
[all …]
H A Dfshost.cpp173 void FSHost::generalEventHandler(QSharedPointer<switch_event_t>event) in generalEventHandler()
346 void FSHost::eventChannelCreate(QSharedPointer<switch_event_t>event, QString uuid) in eventChannelCreate()
352 void FSHost::eventChannelAnswer(QSharedPointer<switch_event_t>event, QString uuid) in eventChannelAnswer()
362 void FSHost::eventChannelState(QSharedPointer<switch_event_t>event, QString uuid) in eventChannelState()
443 void FSHost::eventCodec(QSharedPointer<switch_event_t>event, QString uuid) in eventCodec()
448 void FSHost::eventCallUpdate(QSharedPointer<switch_event_t>event, QString uuid) in eventCallUpdate()
450 void FSHost::eventRecvInfo(QSharedPointer<switch_event_t>event, QString uuid) in eventRecvInfo()
525 void FSHost::printEventHeaders(QSharedPointer<switch_event_t>event) in printEventHeaders()
559 static void eventHandlerCallback(switch_event_t *event) in eventHandlerCallback()
561 switch_event_t *clone = NULL; in eventHandlerCallback()
[all …]
H A Daccountmanager.cpp9 …_FSHost, SIGNAL(newEvent(QSharedPointer<switch_event_t>)), this, SLOT(newEventSlot(QSharedPointer< in AccountManager()
12 void AccountManager::newEventSlot(QSharedPointer<switch_event_t> e) { in newEventSlot()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_kazoo/
H A Dkazoo_utils.h17 SWITCH_DECLARE(switch_status_t) kz_switch_core_merge_variables(switch_event_t *event);
19 SWITCH_DECLARE(switch_status_t) kz_switch_core_base_headers_for_expand(switch_event_t **event);
23 …har *) kz_event_expand_headers_check(switch_event_t *event, const char *in, switch_event_t *var_li…
25 SWITCH_DECLARE(char *) kz_event_expand_headers(switch_event_t *event, const char *in);
27 SWITCH_DECLARE(char *) kz_event_expand_headers_pool(switch_memory_pool_t *pool, switch_event_t *eve…
33 char* kz_switch_event_get_first_of(switch_event_t *event, const char *list[]);
35 SWITCH_DECLARE(switch_status_t) kz_switch_event_add_variable_name_printf(switch_event_t *event, swi…
40 void kz_event_decode(switch_event_t *event);
43 void kz_expand_headers(switch_event_t *resolver, switch_event_t *event);
44 void kz_expand_headers_self(switch_event_t *event);
[all …]
H A Dkazoo_utils.c61 SWITCH_DECLARE(switch_status_t) kz_switch_core_merge_variables(switch_event_t *event) in kz_switch_core_merge_variables()
63 switch_event_t *global_vars; in kz_switch_core_merge_variables()
72 SWITCH_DECLARE(switch_status_t) kz_switch_core_base_headers_for_expand(switch_event_t **event) in kz_switch_core_base_headers_for_expand()
119 …har *) kz_event_expand_headers_check(switch_event_t *event, const char *in, switch_event_t *var_li… in kz_event_expand_headers_check()
420 SWITCH_DECLARE(char *) kz_event_expand_headers(switch_event_t *event, const char *in) in kz_event_expand_headers()
442 switch_event_t *event = NULL; in kz_expand()
474 char* kz_switch_event_get_first_of(switch_event_t *event, const char *list[]) in kz_switch_event_get_first_of()
578 void kz_event_decode(switch_event_t *event) in kz_event_decode()
595 void kz_expand_headers(switch_event_t *resolver, switch_event_t *event) { in kz_expand_headers()
596 switch_event_t *clone = NULL; in kz_expand_headers()
[all …]
H A Dkazoo_tweaks.c63 switch_event_t *my_event; in kz_tweaks_signal_bridge_on_hangup()
94 static void kz_tweaks_handle_bridge_variables(switch_event_t *event) in kz_tweaks_handle_bridge_variables()
133 static void kz_tweaks_handle_bridge_replaces_call_id(switch_event_t *event) in kz_tweaks_handle_bridge_replaces_call_id()
135 switch_event_t *my_event; in kz_tweaks_handle_bridge_replaces_call_id()
166 static void kz_tweaks_channel_bridge_event_handler(switch_event_t *event) in kz_tweaks_channel_bridge_event_handler()
176 static void kz_tweaks_channel_replaced_event_handler(switch_event_t *event) in kz_tweaks_channel_replaced_event_handler()
199 switch_event_t *evt = NULL; in kz_tweaks_channel_transferor_event_handler()
291 switch_event_t *event = NULL; in kz_tweaks_handle_loopback()
293 switch_event_t *to_add = NULL; in kz_tweaks_handle_loopback()
294 switch_event_t *to_remove = NULL; in kz_tweaks_handle_loopback()
[all …]
H A Dkazoo_message.h58 cJSON * kazoo_event_add_field_to_json(cJSON *dst, switch_event_t *src, kazoo_field_ptr field);
59 kazoo_message_ptr kazoo_message_create_event(switch_event_t* evt, kazoo_event_ptr event, kazoo_even…
60 kazoo_message_ptr kazoo_message_create_fetch(switch_event_t* evt, kazoo_fetch_profile_ptr profile);
H A Dkazoo_message.c48 static int inline filter_compare(switch_event_t* evt, kazoo_filter_ptr filter, kazoo_logging_ptr lo… in filter_compare()
118 static kazoo_filter_ptr inline filter_event(switch_event_t* evt, kazoo_filter_ptr filter, kazoo_log… in filter_event()
134 static void kazoo_event_init_json_fields(switch_event_t *event, cJSON *json) in kazoo_event_init_json_fields()
156 …_event_init_json(kazoo_fields_ptr fields1, kazoo_fields_ptr fields2, switch_event_t* evt, cJSON** … in kazoo_event_init_json()
222 cJSON * kazoo_event_add_field_to_json(cJSON *dst, switch_event_t *src, kazoo_field_ptr field) in kazoo_event_add_field_to_json()
314 …azoo_event_add_fields_to_json(kazoo_logging_ptr logging, cJSON *dst, switch_event_t *src, kazoo_fi… in kazoo_event_add_fields_to_json()
352 static switch_status_t kazoo_event_add_timestamp(switch_event_t* evt, cJSON* JObj) in kazoo_event_add_timestamp()
365 kazoo_message_ptr kazoo_message_create_event(switch_event_t* evt, kazoo_event_ptr event, kazoo_even… in kazoo_message_create_event()
422 kazoo_message_ptr kazoo_message_create_fetch(switch_event_t* evt, kazoo_fetch_profile_ptr profile) in kazoo_message_create_fetch()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_voicemail_ivr/
H A Dconfig.h77 switch_event_t *event_settings;
85 switch_event_t *event_keys_action;
86 switch_event_t *event_keys_dtmf;
87 switch_event_t *event_keys_varname;
88 switch_event_t *event_settings;
89 switch_event_t *event_phrases;
92 switch_event_t *phrase_params;
H A Dutils.h37 …ch_core_session_t *session, vmivr_profile_t *profile, switch_event_t *phrase_params, switch_event_…
39 switch_event_t *jsonapi2event(switch_core_session_t *session, const char *api, const char *data);
40 void jsonapi_populate_event(switch_core_session_t *session, switch_event_t *apply_event, const char…
H A Dutils.c78 void jsonapi_populate_event(switch_core_session_t *session, switch_event_t *apply_event, const char… in jsonapi_populate_event()
79 switch_event_t *phrases_event = NULL; in jsonapi_populate_event()
100 switch_event_t *jsonapi2event(switch_core_session_t *session, const char *api, const char *data) { in jsonapi2event()
101 switch_event_t *phrases_event = NULL; in jsonapi2event()
136 …ch_core_session_t *session, vmivr_profile_t *profile, switch_event_t *phrase_params, switch_event_… in append_event_message()
H A Divr.h62 …ession, ivre_data_t *loc, const char *macro_name, const char *data, switch_event_t *event, const …
63 switch_status_t ivre_record(switch_core_session_t *session, ivre_data_t *loc, switch_event_t *event…
65 …_core_session_t *session, const char *macro_name, const char *data, switch_event_t *event, const …
/dports/net/freeswitch/freeswitch-1.10.3.-release/fscomm/debugtools/
H A Dstatedebugdialog.cpp9 …(g_FSHost, SIGNAL(newEvent(QSharedPointer<switch_event_t>)), this, SLOT(newEvent(QSharedPointer<sw… in StateDebugDialog()
31 void StateDebugDialog::newEvent(QSharedPointer<switch_event_t>event) in newEvent()
41 QList<QSharedPointer<switch_event_t> > tmpListEvents; in newEvent()
48 QList<QSharedPointer<switch_event_t> > tmpListEvents = _events.value(uuid); in newEvent()
59 foreach(QSharedPointer<switch_event_t> e, _events.value(uuid)) in currentUuidChanged()
71 QList<QSharedPointer<switch_event_t> > tmpListEvents = _events.value(uuid); in currentEventsChanged()
72 QSharedPointer<switch_event_t> e = tmpListEvents.at(r); in currentEventsChanged()
H A Dstatedebugdialog.h18 void newEvent(QSharedPointer<switch_event_t> event);
27 QHash<QString, QList<QSharedPointer<switch_event_t> > > _events;
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_verto/
H A Dmod_verto.h123 switch_event_t *allowed_methods;
124 switch_event_t *allowed_jsapi;
125 switch_event_t *allowed_fsapi;
126 switch_event_t *allowed_event_channels;
146 switch_event_t *params;
147 switch_event_t *vars;
149 switch_event_t *user_vars;
211 switch_event_t *rewrites;
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_smpp/
H A Dmod_smpp.h89 switch_status_t mod_smpp_gateway_send_message(mod_smpp_gateway_t *gateway, switch_event_t *message);
91 switch_status_t mod_smpp_gateway_connection_read(mod_smpp_gateway_t *gateway, switch_event_t **even…
93 …us_t mod_smpp_gateway_send_deliver_sm_response(mod_smpp_gateway_t *gateway, switch_event_t *event);
97 switch_status_t mod_smpp_message_create(mod_smpp_gateway_t *gateway, switch_event_t *event, mod_smp…
98 …_t mod_smpp_message_decode(mod_smpp_gateway_t *gateway, deliver_sm_t *res, switch_event_t **event);
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_v8/include/
H A Dfsevent.hpp52 switch_event_t *_event;
65 void SetEvent(switch_event_t *event, int freed = 0);
66 switch_event_t **GetEvent();
70 static v8::Handle<v8::Object> New(switch_event_t *event, const char *name, JSMain *js);
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_event.c271 switch_event_t *event = (switch_event_t *) obj; in switch_event_deliver_thread()
322 switch_event_t *event = NULL; in switch_event_dispatch_thread()
1262 switch_event_t *ep = *event; in switch_event_destroy()
1312 SWITCH_DECLARE(void) switch_event_merge(switch_event_t *event, switch_event_t *tomerge) in switch_event_merge()
1430 switch_event_t *event; in switch_event_binary_deserialize()
1665 switch_event_t *e = *event; in switch_event_create_brackets()
1768 switch_event_t *new_event; in switch_event_create_json()
2212 switch_event_t *pres_event; in switch_event_create_pres_in_detailed()
3134 switch_event_t *vals; in switch_event_channel_permission_verify()
3148 switch_event_t *vals; in switch_event_channel_permission_modify()
[all …]
H A Dswitch_scheduler.c61 switch_event_t *event; in switch_scheduler_execute()
143 switch_event_t *event; in task_thread_loop()
192 switch_event_t *event = (switch_event_t *) pop; in switch_scheduler_task_thread()
202 switch_event_t *event = (switch_event_t *) pop; in switch_scheduler_task_thread()
216 switch_event_t *event; in switch_scheduler_add_task()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_sms/
H A Dmod_sms.c44 static void send_report(switch_event_t *event, const char * Status) { in send_report()
45 switch_event_t *report = NULL; in send_report()
73 static void event_handler(switch_event_t *event) in event_handler()
120 static int parse_exten(switch_event_t *event, switch_xml_t xexten, switch_event_t **extension) in parse_exten()
345 static switch_event_t *chatplan_hunt(switch_event_t *event) in chatplan_hunt()
347 switch_event_t *extension = NULL; in chatplan_hunt()
435 static switch_status_t chat_send(switch_event_t *message_event) in chat_send()
438 switch_event_t *exten; in chat_send()
578 switch_event_t *fireme; in SWITCH_STANDARD_CHAT_APP()
588 switch_event_t *reply; in SWITCH_STANDARD_CHAT_APP()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_v8/src/
H A Dfseventhandler.cpp60 switch_event_t *pevent = (switch_event_t *) pop; in ~FSEventHandler()
94 void FSEventHandler::QueueEvent(switch_event_t *event) in QueueEvent()
96 switch_event_t *clone; in QueueEvent()
329 switch_event_t *pevent = NULL; in JS_EVENTHANDLER_FUNCTION_IMPL()
337 pevent = (switch_event_t *) pop; in JS_EVENTHANDLER_FUNCTION_IMPL()
341 pevent = (switch_event_t *) pop; in JS_EVENTHANDLER_FUNCTION_IMPL()
345 pevent = (switch_event_t *) pop; in JS_EVENTHANDLER_FUNCTION_IMPL()
366 switch_event_t **event; in JS_EVENTHANDLER_FUNCTION_IMPL()
449 switch_event_t *event; in api_exec()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_rtmp/
H A Dmod_rtmp.h634 void rtmp_event_fill(rtmp_session_t *rsession, switch_event_t *event);
635 switch_status_t amf_object_to_event(amf0_data *obj, switch_event_t **event);
636 switch_status_t amf_event_to_object(amf0_data **obj, switch_event_t *event);
639 …hannel, const char *number, const char *auth_user, const char *auth_domain, switch_event_t *event);
644 switch_status_t rtmp_receive_event(switch_core_session_t *session, switch_event_t *event);
651 switch_call_cause_t rtmp_outgoing_channel(switch_core_session_t *session, switch_event_t *var_event,
678 void rtmp_send_event(rtmp_session_t *rsession, switch_event_t *event);
681 void rtmp_send_incoming_call(switch_core_session_t *session, switch_event_t *var_event);

1234567891011