Home
last modified time | relevance | path

Searched refs:b_uuid (Results 1 – 25 of 28) sorted by relevance

12

/dports/net/kamailio/kamailio-5.4.5/src/modules/topos_redis/
H A Dtopos_redis_storage.c162 if(td->a_uuid.len<=0 && td->b_uuid.len<=0) { in tps_redis_insert_dialog()
193 td->b_uuid.s, td->b_uuid.len); in tps_redis_insert_dialog()
194 if(td->b_uuid.s[0]=='b') { in tps_redis_insert_dialog()
919 if(md->a_uuid.len<=0 && md->b_uuid.len<=0) { in tps_redis_load_dialog()
949 md->b_uuid.s, md->b_uuid.len); in tps_redis_load_dialog()
950 if(md->b_uuid.s[0]=='b') { in tps_redis_load_dialog()
1119 if(sd->a_uuid.len<=0 && sd->b_uuid.len<=0) { in tps_redis_update_branch()
1244 sd->b_uuid.s, sd->b_uuid.len); in tps_redis_update_dialog()
1245 if(sd->b_uuid.s[0]=='b') { in tps_redis_update_dialog()
1357 sd->b_uuid.s, sd->b_uuid.len); in tps_redis_end_dialog()
[all …]
/dports/net/kamailio/kamailio-5.4.5/utils/kamctl/postgres/
H A Dtopos-create.sql8 b_uuid VARCHAR(255) DEFAULT '' NOT NULL, field
31 CREATE INDEX topos_d_b_uuid_idx ON topos_d (b_uuid);
42 b_uuid VARCHAR(255) DEFAULT '' NOT NULL, field
/dports/net/kamailio/kamailio-5.4.5/utils/kamctl/db_sqlite/
H A Dtopos-create.sql8 b_uuid VARCHAR(255) DEFAULT '' NOT NULL, field
31 CREATE INDEX topos_d_b_uuid_idx ON topos_d (b_uuid);
42 b_uuid VARCHAR(255) DEFAULT '' NOT NULL, field
/dports/net/kamailio/kamailio-5.4.5/utils/kamctl/mysql/
H A Dtopos-create.sql8 `b_uuid` VARCHAR(255) DEFAULT '' NOT NULL,
31 CREATE INDEX b_uuid_idx ON topos_d (`b_uuid`);
42 `b_uuid` VARCHAR(255) DEFAULT '' NOT NULL,
/dports/net/kamailio/kamailio-5.4.5/utils/kamctl/oracle/
H A Dtopos-create.sql8 b_uuid VARCHAR2(255) DEFAULT '', field
39 CREATE INDEX topos_d_b_uuid_idx ON topos_d (b_uuid);
50 b_uuid VARCHAR2(255) DEFAULT '', field
/dports/net/kamailio/kamailio-5.4.5/src/modules/topos/
H A Dtps_storage.c240 td->b_uuid.s = td->cp; in tps_storage_fill_contact()
245 td->b_uuid.len = td->cp - td->b_uuid.s; in tps_storage_fill_contact()
415 } else if(td->b_uuid.len>0) { in tps_storage_record()
416 suid = td->b_uuid; in tps_storage_record()
1074 if(md->a_uuid.len<=0 && md->b_uuid.len<=0) { in tps_db_load_dialog()
1095 if(md->b_uuid.s[0]=='a') { in tps_db_load_dialog()
1098 } else if(md->b_uuid.s[0]=='b') { in tps_db_load_dialog()
1236 if(sd->b_uuid.len<=0) { in tps_db_update_branch()
1340 if(sd->b_uuid.len<=0) { in tps_db_update_dialog()
1343 sd->b_uuid.len, sd->b_uuid.len, ZSW(sd->b_uuid.s)); in tps_db_update_dialog()
[all …]
H A Dtps_storage.h49 str b_uuid; member
/dports/net-im/toxext/toxext-0.0.3/test/
H A Dmismatched_extension_ids.c10 static uint8_t b_uuid[16] = { 0x00, 0x01 }; variable
71 user_b.extension_b = toxext_register(user_b.toxext_user.toxext, b_uuid, in main()
/dports/net/kamailio/kamailio-5.4.5/utils/kamctl/db_redis/kamailio/
H A Dtopos_d1 id/int,rectime/int,s_method/string,s_cseq/string,a_callid/string,a_uuid/string,b_uuid/string,a_cont…
H A Dtopos_t1 id/int,rectime/int,s_method/string,s_cseq/string,a_callid/string,a_uuid/string,b_uuid/string,direct…
/dports/net/kamailio/kamailio-5.4.5/utils/kamctl/dbtext/kamailio/
H A Dtopos_d1 id(int,auto) rectime(int) s_method(string) s_cseq(string) a_callid(string) a_uuid(string) b_uuid(st…
H A Dtopos_t1 id(int,auto) rectime(int) s_method(string) s_cseq(string) a_callid(string) a_uuid(string) b_uuid(st…
/dports/net/kamailio/kamailio-5.4.5/utils/kamctl/db_berkeley/kamailio/
H A Dtopos_d2 id(int) rectime(datetime) s_method(str) s_cseq(str) a_callid(str) a_uuid(str) b_uuid(str) a_contact…
H A Dtopos_t2 id(int) rectime(datetime) s_method(str) s_cseq(str) a_callid(str) a_uuid(str) b_uuid(str) direction…
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_ivr_bridge.c346 char b_uuid[SWITCH_UUID_FORMATTED_LENGTH + 1]; member
393 if (!(session_b = switch_core_session_locate(data->b_uuid))) { in audio_bridge_thread()
562 msg.string_arg = data->b_uuid; in audio_bridge_thread()
980 if (bd->session == session && *bd->b_uuid) { in audio_bridge_on_exchange_media()
1651 switch_copy_string(b_leg->b_uuid, switch_core_session_get_uuid(session), sizeof(b_leg->b_uuid)); in switch_ivr_multi_threaded_bridge()
1659 …switch_copy_string(a_leg->b_uuid, switch_core_session_get_uuid(peer_session), sizeof(a_leg->b_uuid in switch_ivr_multi_threaded_bridge()
2236 SWITCH_DECLARE(switch_status_t) switch_ivr_find_bridged_uuid(const char *uuid, char *b_uuid, switch… in switch_ivr_find_bridged_uuid() argument
2249 switch_copy_string(b_uuid, brto, blen); in switch_ivr_find_bridged_uuid()
H A Dswitch_ivr.c577 const char *b_uuid = NULL; in switch_ivr_parse_event() local
595 if ((b_uuid = switch_channel_get_partner_uuid(channel))) { in switch_ivr_parse_event()
597 b_uuid = switch_core_session_strdup(session, b_uuid); in switch_ivr_parse_event()
604 if ((b_session = switch_core_session_locate(b_uuid))) { in switch_ivr_parse_event()
609 switch_ivr_broadcast(b_uuid, stream, SMF_ECHO_ALEG | SMF_LOOP); in switch_ivr_parse_event()
624 b_uuid = NULL; in switch_ivr_parse_event()
660 if (b_uuid) { in switch_ivr_parse_event()
661 if ((b_session = switch_core_session_locate(b_uuid))) { in switch_ivr_parse_event()
H A Dswitch_core_sqldb.c2747 const char *a_uuid, *b_uuid, *uuid; in core_event_handler() local
2750 b_uuid = switch_event_get_header(event, "Bridge-B-Unique-ID"); in core_event_handler()
2753 if (zstr(a_uuid) || zstr(b_uuid)) { in core_event_handler()
2755 b_uuid = switch_event_get_header_nil(event, "other-leg-unique-id"); in core_event_handler()
2764 switch_event_get_header_nil(event, "channel-call-uuid"), a_uuid, b_uuid); in core_event_handler()
2774 b_uuid, in core_event_handler()
/dports/multimedia/Bento4/Bento4-1.6.0-639/Source/C++/Core/
H A DAp4Dac4Atom.h267 AP4_UI08 b_uuid; member
H A DAp4Dac4Atom.cpp87 bits.Write(ac4Dsi->d.v1.b_uuid, 1); in AP4_Dac4Atom()
88 if (ac4Dsi->d.v1.b_uuid == 1) { in AP4_Dac4Atom()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_loopback/
H A Dmod_loopback.c872 const char *b_uuid = NULL; in channel_write_frame() local
886 find_non_loopback_bridge(tech_pvt->other_session, &br_b, &b_uuid); in channel_write_frame()
911 if (a_uuid && b_uuid) { in channel_write_frame()
942 switch_ivr_uuid_bridge(a_uuid, b_uuid); in channel_write_frame()
/dports/www/fusionpbx/fusionpbx-4.4.1/resources/install/sql/
H A Dswitch.sql521 b.uuid AS b_uuid,
583 b.uuid AS b_uuid,
/dports/multimedia/Bento4/Bento4-1.6.0-639/Source/C++/Codecs/
H A DAp4Ac4Parser.cpp464 frame.m_Info.m_Ac4Dsi.d.v1.b_uuid = ac4_header.m_BProgramUuidPresent; in FindFrame()
/dports/net/pacemaker2/pacemaker-Pacemaker-2.1.1/lib/pengine/
H A Dutils.c1630 free(b_uuid); \
1644 char *b_uuid = NULL; in sort_op_by_callid() local
1714 if (!decode_transition_magic(b_magic, &b_uuid, &b_id, NULL, NULL, NULL, in sort_op_by_callid()
1724 if (!pcmk__str_eq(a_uuid, b_uuid, pcmk__str_casei) || a_id == b_id) { in sort_op_by_callid()
/dports/net/pacemaker1/pacemaker-Pacemaker-1.1.24/lib/pengine/
H A Dutils.c1664 free(b_uuid); \
1678 char *b_uuid = NULL; in sort_op_by_callid() local
1747 if(!decode_transition_magic(b_magic, &b_uuid, &b_id, &dummy, &dummy, &dummy, &dummy)) { in sort_op_by_callid()
1756 if (safe_str_neq(a_uuid, b_uuid) || a_id == b_id) { in sort_op_by_callid()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_ivr.h925 SWITCH_DECLARE(switch_status_t) switch_ivr_find_bridged_uuid(const char *uuid, char *b_uuid, switch…

12