aboutsummaryrefslogtreecommitdiffstats
path: root/main/features.c
diff options
context:
space:
mode:
authoreliel <eliel@f38db490-d61c-443f-a65b-d21fe96a405b>2008-11-05 14:37:07 +0000
committereliel <eliel@f38db490-d61c-443f-a65b-d21fe96a405b>2008-11-05 14:37:07 +0000
commit47e61bf78109a8b471b935af573006b9e2257885 (patch)
tree97eea242d5a6caaf848079444598c7800255fdd0 /main/features.c
parente418546c186f3f4c018de539119cd4065016933f (diff)
Add more SeeAlso references based on TFOT.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@154647 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/features.c')
-rw-r--r--main/features.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/main/features.c b/main/features.c
index cc43fad68..f6daef36c 100644
--- a/main/features.c
+++ b/main/features.c
@@ -102,6 +102,10 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
context. If no extension is provided, then the first available
parked call will be acquired.</para>
</description>
+ <see-also>
+ <ref type="application">Park</ref>
+ <ref type="application">ParkAndAnnounce</ref>
+ </see-also>
</application>
<application name="Park" language="en_US">
<synopsis>
@@ -145,6 +149,10 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
parking context, Park() will park the call on that extension, unless
it already exists. In that case, execution will continue at next priority.</para>
</description>
+ <see-also>
+ <ref type="application">ParkAndAnnounce</ref>
+ <ref type="application">ParkedCall</ref>
+ </see-also>
</application>
***/