From 1fe1dccf33eab66d2e9469f6c3a6fe75515bfee8 Mon Sep 17 00:00:00 2001 From: kpfleming Date: Fri, 12 Jan 2007 15:01:46 +0000 Subject: make the automatic post-answer delay happen only when the answer is 'automatic' (not done by the Answer() dialplan application) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@50571 f38db490-d61c-443f-a65b-d21fe96a405b --- include/asterisk/channel.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/asterisk/channel.h b/include/asterisk/channel.h index 0d07b5d62..60b68feb2 100644 --- a/include/asterisk/channel.h +++ b/include/asterisk/channel.h @@ -758,13 +758,14 @@ int ast_channel_cmpwhentohangup(struct ast_channel *chan, time_t offset); */ void ast_channel_setwhentohangup(struct ast_channel *chan, time_t offset); -/*! \brief Answer a ringing call +/*! \brief Answer a channel * \param chan channel to answer * This function answers a channel and handles all necessary call * setup functions. - * \return Returns 0 on success, -1 on failure + * \return Returns 0 on success, non-zero on failure */ int ast_answer(struct ast_channel *chan); +int __ast_answer(struct ast_channel *chan, unsigned int delay); /*! \brief Make a call * \param chan which channel to make the call on -- cgit v1.2.3