Home
last modified time | relevance | path

Searched refs:offer_new_connection (Results 1 – 4 of 4) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/unimrcp/libs/mrcpv2-transport/src/
H A Dmrcp_client_connection.c38 apt_bool_t offer_new_connection; member
71 apt_bool_t offer_new_connection, in mrcp_client_connection_agent_create() argument
84 agent->offer_new_connection = offer_new_connection; in mrcp_client_connection_agent_create()
396 if(agent->offer_new_connection == TRUE) { in mrcp_client_agent_channel_add()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/unimrcp/libs/mrcpv2-transport/include/
H A Dmrcp_client_connection.h42 apt_bool_t offer_new_connection,
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/unimrcp/platforms/libunimrcp-client/src/
H A Dunimrcp_client.c501 apt_bool_t offer_new_connection = FALSE; in unimrcp_client_mrcpv2_uac_load() local
516 offer_new_connection = cdata_bool_get(elem); in unimrcp_client_mrcpv2_uac_load()
539 …agent = mrcp_client_connection_agent_create(id,max_connection_count,offer_new_connection,loader->p… in unimrcp_client_mrcpv2_uac_load()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/asr_tts/mod_unimrcp/
H A Dmod_unimrcp.c4096 apt_bool_t offer_new_connection = FALSE; in mod_unimrcp_client_create() local
4155 offer_new_connection = strcasecmp("true", globals.unimrcp_offer_new_connection); in mod_unimrcp_client_create()
4157 …connection_agent_create("MRCPv2ConnectionAgent", max_connection_count, offer_new_connection, pool); in mod_unimrcp_client_create()