Archived
14
0
Fork 0

Document that the channel is not locked when the send_digit_begin and end

callbacks get called.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@89891 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
russell 2007-11-27 23:56:45 +00:00
parent 06695f5870
commit 25a29b29a6

View file

@ -251,10 +251,18 @@ struct ast_channel_tech {
int (* const devicestate)(void *data); /*!< Devicestate call back */
/*! \brief Start sending a literal DTMF digit */
/*!
* \brief Start sending a literal DTMF digit
*
* \note The channel is not locked when this function gets called.
*/
int (* const send_digit_begin)(struct ast_channel *chan, char digit);
/*! \brief Stop sending a literal DTMF digit */
/*!
* \brief Stop sending a literal DTMF digit
*
* \note The channel is not locked when this function gets called.
*/
int (* const send_digit_end)(struct ast_channel *chan, char digit, unsigned int duration);
/*! \brief Call a given phone number (address, etc), but don't