aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-01-23 16:27:01 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-01-23 16:27:01 +0000
commit8e986e53c0aa28ffd74af57e1359d58ef510f14b (patch)
tree2a50012c1880dfe68e76b1431e6002ba34213a46
parent16f2c3d62df62ec64a30c78c64ac345e2ac8aa62 (diff)
Doxygen update
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8482 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--channels/chan_sip.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 1ab48e6e2..e1096b1c9 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;