mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 13:12:03 +00:00
fix caller id fields in show channels show calls etc
This commit is contained in:
@@ -108,6 +108,7 @@ SWITCH_BEGIN_EXTERN_C
|
||||
struct switch_caller_extension *caller_extension;
|
||||
switch_memory_pool_t *pool;
|
||||
struct switch_caller_profile *next;
|
||||
switch_call_direction_t direction;
|
||||
};
|
||||
|
||||
/*! \brief An Abstract Representation of a dialplan Application */
|
||||
|
||||
@@ -708,7 +708,7 @@ SWITCH_DECLARE(int) switch_split_user_domain(char *in, char **user, char **domai
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#define DUMP_EVENT(_e) {char *event_str;switch_event_serialize(_e, &event_str, SWITCH_FALSE);printf("DUMP\n%s\n", event_str);free(event_str);}
|
||||
#define DUMP_EVENT(_e) {char *event_str;switch_event_serialize(_e, &event_str, SWITCH_FALSE);switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_CRIT, "DUMP\n%s\n", event_str);free(event_str);}
|
||||
|
||||
#ifndef _MSC_VER
|
||||
#define switch_inet_ntop inet_ntop
|
||||
|
||||
Reference in New Issue
Block a user