From: Olle Johansson Date: Mon, 23 Jan 2006 16:27:01 +0000 (+0000) Subject: Doxygen update X-Git-Tag: 1.4.0-beta1~2835 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2f477175f7cb04b331810f46bd20c21871c94bc;p=thirdparty%2Fasterisk.git Doxygen update git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8482 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_sip.c b/channels/chan_sip.c index 1ab48e6e2a..e1096b1c9b 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -12883,10 +12883,12 @@ static int sip_addheader(struct ast_channel *chan, void *data) return 0; } -/*! \brief sip_sipredirect: Transfer call before connect with a 302 redirect */ -/* Called by the transfer() dialplan application through the sip_transfer() */ -/* pbx interface function if the call is in ringing state */ -/* coded by Martin Pycko (m78pl@yahoo.com) */ +/*! \brief sip_sipredirect: Transfer call before connect with a 302 redirect + * Called by the transfer() dialplan application through the sip_transfer() + * pbx interface function if the call is in ringing state + * \todo Fix this function so that we wait for reply to the REFER and + * react to errors, denials or other issues the other end might have. + */ static int sip_sipredirect(struct sip_pvt *p, const char *dest) { char *cdest;