Searched refs:consumer_orig_hash (Results 1 – 1 of 1) sorted by relevance
696 switch_hash_t *consumer_orig_hash; member862 x = !!switch_core_hash_find(globals.consumer_orig_hash, key); in check_consumer_outbound_call()872 switch_core_hash_insert(globals.consumer_orig_hash, key, cancel_cause); in add_consumer_outbound_call()881 switch_core_hash_delete(globals.consumer_orig_hash, key); in del_consumer_outbound_call()892 …if ((cancel_cause = (switch_call_cause_t *) switch_core_hash_find(globals.consumer_orig_hash, key)… in cancel_consumer_outbound_call()4150 dump_hash(globals.consumer_orig_hash, stream); in node_dump()4855 switch_core_hash_init(&globals.consumer_orig_hash); in SWITCH_MODULE_LOAD_FUNCTION()4948 switch_core_hash_destroy(&globals.consumer_orig_hash); in SWITCH_MODULE_SHUTDOWN_FUNCTION()