aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-27 23:56:45 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-27 23:56:45 +0000
commit25a29b29a6c0e9dc7e30b7c1d3662fdd9ed5ced1 (patch)
treebccd334ce97f5fccf9b7adfd8a2026127d3ecd8e /include
parent06695f5870f430395506783f06bbf175f0e75364 (diff)
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
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/channel.h12
1 files changed, 10 insertions, 2 deletions
diff --git a/include/asterisk/channel.h b/include/asterisk/channel.h
index 6b864ecf8..2e9a79bff 100644
--- a/include/asterisk/channel.h
+++ b/include/asterisk/channel.h
@@ -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