Home
last modified time | relevance | path

Searched refs:SWITCH_CPF_HIDE_NUMBER (Results 1 – 9 of 9) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_caller.c286 return switch_test_flag(caller_profile, SWITCH_CPF_HIDE_NUMBER) ? "true" : "false"; in switch_caller_get_field_by_name()
463 …ITCH_STACK_BOTTOM, header_name, switch_test_flag(caller_profile, SWITCH_CPF_HIDE_NUMBER) ? "true" … in switch_caller_profile_event_set_data()
H A Dswitch_ivr_originate.c2979 switch_set_flag(new_profile, SWITCH_CPF_HIDE_NUMBER); in switch_ivr_originate()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_unicall/
H A Dmod_unicall.c245 switch_set_flag(tech_pvt->caller_profile, SWITCH_CPF_HIDE_NAME | SWITCH_CPF_HIDE_NUMBER);
1573 hide = switch_test_flag(outbound_profile, SWITCH_CPF_HIDE_NUMBER); in unicall_outgoing_channel()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_sofia/
H A Dsofia_glue.c1463 if (switch_test_flag(caller_profile, SWITCH_CPF_HIDE_NUMBER)) { in sofia_glue_do_invite()
1476 if (switch_test_flag(caller_profile, SWITCH_CPF_HIDE_NUMBER)) { in sofia_glue_do_invite()
1479 } else if (switch_test_flag(caller_profile, SWITCH_CPF_HIDE_NUMBER)) { in sofia_glue_do_invite()
H A Dsofia.c11288 switch_set_flag(tech_pvt->caller_profile, SWITCH_CPF_HIDE_NAME | SWITCH_CPF_HIDE_NUMBER); in sofia_handle_sip_i_invite()
11290 switch_set_flag(tech_pvt->caller_profile, SWITCH_CPF_HIDE_NAME | SWITCH_CPF_HIDE_NUMBER); in sofia_handle_sip_i_invite()
11294 switch_set_flag(tech_pvt->caller_profile, SWITCH_CPF_HIDE_NUMBER); in sofia_handle_sip_i_invite()
11297 switch_clear_flag(tech_pvt->caller_profile, SWITCH_CPF_HIDE_NUMBER); in sofia_handle_sip_i_invite()
11312 switch_set_flag(tech_pvt->caller_profile, SWITCH_CPF_HIDE_NAME | SWITCH_CPF_HIDE_NUMBER); in sofia_handle_sip_i_invite()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_types.h606 SWITCH_CPF_HIDE_NUMBER = (1 << 2), enumerator
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_dptools/
H A Dmod_dptools.c1962 switch_set_flag(caller_profile, SWITCH_CPF_HIDE_NAME | SWITCH_CPF_HIDE_NUMBER); in SWITCH_STANDARD_APP()
1966 switch_set_flag(caller_profile, SWITCH_CPF_HIDE_NUMBER); in SWITCH_STANDARD_APP()
1968 switch_set_flag(caller_profile, SWITCH_CPF_HIDE_NAME | SWITCH_CPF_HIDE_NUMBER); in SWITCH_STANDARD_APP()
1971 switch_clear_flag(caller_profile, SWITCH_CPF_HIDE_NUMBER); in SWITCH_STANDARD_APP()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/freetdm/mod_freetdm/
H A Dmod_freetdm.c1619 if (switch_test_flag(outbound_profile, SWITCH_CPF_HIDE_NUMBER)) { in channel_outgoing_channel()
1897 switch_set_flag(tech_pvt->caller_profile, SWITCH_CPF_HIDE_NAME | SWITCH_CPF_HIDE_NUMBER); in ftdm_channel_from_event()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs31380 SWITCH_CPF_HIDE_NUMBER = (1 << 2), enumerator