freetdm: add bearer capability and layer1 pass-thru for boost

This commit is contained in:
Moises Silva
2010-08-10 18:51:06 -04:00
parent 018f4d61bf
commit 07b81760cb
3 changed files with 29 additions and 1 deletions

View File

@@ -254,6 +254,11 @@ typedef struct ftdm_caller_data {
int hangup_cause; /*!< Hangup cause */
char raw_data[1024]; /*!< Protocol specific raw caller data */
uint32_t raw_data_len; /* !< Raw data length */
/* these 2 are undocumented right now, only used by boost: */
/* bearer capability */
uint8_t bearer_capability;
/* user information layer 1 protocol */
uint8_t bearer_layer1;
} ftdm_caller_data_t;
/*! \brief Tone type */