aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_dial.c
diff options
context:
space:
mode:
authordvossel <dvossel@f38db490-d61c-443f-a65b-d21fe96a405b>2009-06-03 20:30:10 +0000
committerdvossel <dvossel@f38db490-d61c-443f-a65b-d21fe96a405b>2009-06-03 20:30:10 +0000
commitad49e93e9b062658abfa5fb326054de69d9af985 (patch)
tree1772806c1fcb7e20afe276c4594bb05ce065bd21 /apps/app_dial.c
parentaadaa0da42cc2330d809e5ddcd2fe4d4f78a2ed0 (diff)
ast_call_forward() todo notes and originate flag copy.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@198954 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_dial.c')
-rw-r--r--apps/app_dial.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/app_dial.c b/apps/app_dial.c
index 92000abde..7ab2b84a1 100644
--- a/apps/app_dial.c
+++ b/apps/app_dial.c
@@ -724,6 +724,8 @@ static void senddialendevent(const struct ast_channel *src, const char *dialstat
*
* XXX this code is highly suspicious, as it essentially overwrites
* the outgoing channel without properly deleting it.
+ *
+ * \todo eventually this function should be intergrated into and replaced by ast_call_forward()
*/
static void do_forward(struct chanlist *o,
struct cause_args *num, struct ast_flags64 *peerflags, int single, int *to)