summaryrefslogtreecommitdiff
path: root/funcs/func_channel.c
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2010-01-27 17:32:07 +0000
committerRussell Bryant <russell@russellbryant.com>2010-01-27 17:32:07 +0000
commit34317fb0d3dbde3152925639562de72370fbfba3 (patch)
treec11e3724609ca53456a757662a58d9c428b64c76 /funcs/func_channel.c
parent7662c7fed27a817a45e017dea2e6872c609cc2d1 (diff)
Fix the ability to specify an OSP token for an outbound IAX2 call.
When this patch was originally submitted, the code allowed for the token to be set via a channel variable. I decided that a cleaner approach would be to integrate it into the CHANNEL() function. Unfortunately, that is not a suitable approach. It's not possible to get the value set on the channel soon enough using that method. So, go back to the simple channel variable method. (closes issue #16711) Reported by: homesick Patches: iax-svn.diff uploaded by homesick (license 91) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@243482 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'funcs/func_channel.c')
-rw-r--r--funcs/func_channel.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/funcs/func_channel.c b/funcs/func_channel.c
index f20bfcaa1..87bf82228 100644
--- a/funcs/func_channel.c
+++ b/funcs/func_channel.c
@@ -204,9 +204,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
</enumlist>
<para><emphasis>chan_iax2</emphasis> provides the following additional options:</para>
<enumlist>
- <enum name="osptoken">
- <para>R/W Get or set the OSP token information for a call.</para>
- </enum>
<enum name="peerip">
<para>R/O Get the peer's ip address.</para>
</enum>