aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/func_channel.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-04-20 21:12:53 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-04-20 21:12:53 +0000
commit8d14d2255818deacb493ff997938be8fa9786de6 (patch)
treed9a976f0c1e49c15f520493fa94cdd56b6ae937c /funcs/func_channel.c
parent59c77fe14b1b7a0a89147f7f82b58ab0265098f5 (diff)
Merge changes from team/russell/iax2_osp
This set of changes adds OSP support to chan_iax2. However, I have modified the patch a bit from what was submitted. You now use the CHANNEL() function to get and set the OSP token for IAX2. (issue #8531, reported by and original patch by homesick, patch updated by me) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@61702 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'funcs/func_channel.c')
-rw-r--r--funcs/func_channel.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/funcs/func_channel.c b/funcs/func_channel.c
index 4a6a9e221..b3f539cc3 100644
--- a/funcs/func_channel.c
+++ b/funcs/func_channel.c
@@ -182,6 +182,9 @@ static struct ast_custom_function channel_function = {
" rtt Round trip time\n"
" all All statistics (in a form suited to logging, but not for parsing)\n"
"\n"
+ "chan_iax2 provides the following additional options:\n"
+ "R/W osptoken Get or set the OSP token information for a call\n"
+ "\n"
"Additional items may be available from the channel driver providing\n"
"the channel; see its documentation for details.\n"
"\n"