mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-14 01:49:05 +00:00
add type of number and number plan vars to the caller profile
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5647 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -67,16 +67,24 @@ SWITCH_BEGIN_EXTERN_C
|
||||
char *caller_id_name;
|
||||
/*! Caller ID Number */
|
||||
char *caller_id_number;
|
||||
uint8_t caller_ton;
|
||||
uint8_t caller_numplan;
|
||||
/*! Caller Network Address (when applicable) */
|
||||
char *network_addr;
|
||||
/*! ANI (when applicable) */
|
||||
char *ani;
|
||||
uint8_t ani_ton;
|
||||
uint8_t ani_numplan;
|
||||
/*! ANI II (when applicable) */
|
||||
char *aniii;
|
||||
/*! RDNIS */
|
||||
char *rdnis;
|
||||
uint8_t rdnis_ton;
|
||||
uint8_t rdnis_numplan;
|
||||
/*! Destination Number */
|
||||
char *destination_number;
|
||||
uint8_t destination_number_ton;
|
||||
uint8_t destination_number_numplan;
|
||||
/*! channel type */
|
||||
char *source;
|
||||
/*! channel name */
|
||||
|
Reference in New Issue
Block a user