Home
last modified time | relevance | path

Searched refs:SWITCH_DEFAULT_CLID_NUMBER (Results 1 – 8 of 8) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_caller.c66 caller_id_number = SWITCH_DEFAULT_CLID_NUMBER; in switch_caller_profile_new()
H A Dswitch_ivr_originate.c2897 cid_num_override = SWITCH_DEFAULT_CLID_NUMBER; in switch_ivr_originate()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_types.h115 #define SWITCH_DEFAULT_CLID_NUMBER "0000000000" macro
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_skinny/
H A Dskinny_server.c360 caller_party_number = SWITCH_DEFAULT_CLID_NUMBER; in skinny_session_send_call_info()
374 called_party_number = SWITCH_DEFAULT_CLID_NUMBER; in skinny_session_send_call_info()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_rtmp/
H A Dmod_rtmp.c1097 !zstr(auth_user) ? auth_user : SWITCH_DEFAULT_CLID_NUMBER, in rtmp_session_create_call()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_conference/
H A Dmod_conference.c3163 caller_id_number = SWITCH_DEFAULT_CLID_NUMBER; in conference_new()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/freetdm/mod_freetdm/
H A Dmod_freetdm.c1337 if (!zstr(callerid_num) && !strcmp(callerid_num, SWITCH_DEFAULT_CLID_NUMBER)) { in channel_outgoing_channel()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs14780 …public static readonly string SWITCH_DEFAULT_CLID_NUMBER = freeswitchPINVOKE.SWITCH_DEFAULT_CLID_N… field in FreeSWITCH.Native.freeswitch