freetdm: fix call id generation

This commit is contained in:
Moises Silva
2010-12-21 19:04:41 -05:00
parent 665b12b1f5
commit 54359f1b78
2 changed files with 67 additions and 16 deletions

View File

@@ -320,6 +320,7 @@ typedef struct ftdm_caller_data {
* that the user can use caller_data.call_id to obtain the call_id. The user
* should use the call_id from sigmsg otherwise */
uint32_t call_id; /*!< Unique call ID for this call */
ftdm_channel_t *fchan; /*!< FreeTDM channel associated (can be NULL) */
} ftdm_caller_data_t;
/*! \brief Tone type */