Home
last modified time | relevance | path

Searched refs:callflow (Results 1 – 7 of 7) sorted by relevance

/dports/www/fusionpbx/fusionpbx-4.4.1/app/fifo_list/
H A Dfifo_interactive_inc.php155 $username = $row->cdr->callflow->caller_profile->username;
156 $dialplan = $row->cdr->callflow->caller_profile->dialplan;
158 $caller_id_number = $row->cdr->callflow->caller_profile->caller_id_number;
159 $ani = $row->cdr->callflow->caller_profile->ani;
160 $aniii = $row->cdr->callflow->caller_profile->aniii;
161 $network_addr = $row->cdr->callflow->caller_profile->network_addr;
163 $rdnis = $row->cdr->callflow->caller_profile->rdnis;
164 $uuid = $row->cdr->callflow->caller_profile->uuid;
165 $source = $row->cdr->callflow->caller_profile->source;
166 $context = $row->cdr->callflow->caller_profile->context;
[all …]
/dports/www/fusionpbx/fusionpbx-4.4.1/app/xml_cdr/resources/classes/
H A Dxml_cdr.php292 if (strlen($caller_id_number) == 0) foreach ($xml->callflow as $row) {
295 if (strlen($caller_id_name) == 0) foreach ($xml->callflow as $row) {
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_core_session.c2089 switch_xml_t tag, tag2, tag3, vars, callflow;
2204 if ((callflow = switch_xml_child(xml, "callflow"))) {
2205 if ((tag2 = switch_xml_child(callflow, "caller_profile"))) {
2229 if ((tag3 = switch_xml_child(callflow, "times"))) {
H A Dswitch_core_sqldb.c3283 switch_xml_t callflow, param, x_extension; in recover_callback() local
3288 …if ((callflow = switch_xml_child(xml, "callflow")) && (x_extension = switch_xml_child(callflow, "e… in recover_callback()
/dports/www/fusionpbx/fusionpbx-4.4.1/app/xml_cdr/
H A Dv_xml_cdr_import.php196 foreach ($xml->callflow as $row) {
/dports/net/freeswitch/freeswitch-1.10.3.-release/
H A Dfreeswitch.spec254 simple scripts or XML to control the callflow.
H A DChangeLog1547 core: fix issue with global bypass_media_after_bridge messing up callflow (r:15404)
2263 core: rearrange hangup callflow to do more work in the session's own thread (r:12784)