freetdm: CDR - location number implementation (for incoming and outgoing calls)

This commit is contained in:
James Zhang
2011-10-12 17:44:52 -04:00
parent 711091751b
commit 4aa0285a22
8 changed files with 125 additions and 12 deletions

View File

@@ -351,6 +351,7 @@ typedef struct ftdm_caller_data {
ftdm_number_t ani; /*!< ANI (Automatic Number Identification) */
ftdm_number_t dnis; /*!< DNIS (Dialed Number Identification Service) */
ftdm_number_t rdnis; /*!< RDNIS (Redirected Dialed Number Identification Service) */
ftdm_number_t loc; /*!< LOC (Location Reference Code) */
char aniII[FTDM_DIGITS_LIMIT]; /*! ANI II */
uint8_t screen; /*!< Screening */
uint8_t pres; /*!< Presentation*/