mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 05:02:10 +00:00
more cid refactor
This commit is contained in:
@@ -76,6 +76,10 @@ typedef struct profile_node_s {
|
||||
const char *caller_id_name;
|
||||
/*! Caller ID Number */
|
||||
const char *caller_id_number;
|
||||
/*! Original Caller ID Name */
|
||||
const char *orig_caller_id_name;
|
||||
/*! Original Caller ID Number */
|
||||
const char *orig_caller_id_number;
|
||||
/*! Callee ID Name */
|
||||
const char *callee_id_name;
|
||||
/*! Callee ID Number */
|
||||
|
||||
Reference in New Issue
Block a user