switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_INFO, "Processing %s->%s!\n", caller_profile->caller_id_name,
caller_profile->destination_number);
- snprintf(params, sizeof(params), "context=%s&dest=%s", caller_profile->context, caller_profile->destination_number);
+ snprintf(params, sizeof(params), "context=%s&dest=%s&cid_name=%s&cid_num=%s&netaddr=%s&ani=%s&ani2=%s&rdnis=%s&source=%s&chan_name=%s&uuid=%s", \r
+ caller_profile->context, caller_profile->destination_number,\r
+ caller_profile->caller_id_name, caller_profile->caller_id_number,\r
+ caller_profile->network_addr?caller_profile->network_addr:"", \r
+ caller_profile->ani?caller_profile->ani:"", \r
+ caller_profile->ani2?caller_profile->ani2:"",\r
+ caller_profile->rdnis?caller_profile->rdnis:"", \r
+ caller_profile->source, caller_profile->chan_name, caller_profile->uuid);\r
if (switch_xml_locate("dialplan", NULL, NULL, NULL, &xml, &cfg, params) != SWITCH_STATUS_SUCCESS) {
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "open of dialplan failed\n");