summaryrefslogtreecommitdiff
path: root/funcs
diff options
context:
space:
mode:
authorWalter Doekes <walter+asterisk@wjd.nu>2014-08-06 15:32:22 +0000
committerWalter Doekes <walter+asterisk@wjd.nu>2014-08-06 15:32:22 +0000
commit8610daec3b6b699ffcfea9a14b3c5e3f279ed4ee (patch)
treee55d28aed0102c2698dbc2b2a06006ff9b769037 /funcs
parentf1036f40dc22c4d4b30cc2ab36199cd749ead9c5 (diff)
Add documentation to the ability to retrieve the source port of a SIP call.
(belongs with r419970) ASTERISK-24040 #close Patches: func_channel.c.diff uploaded by dtryba Review: https://reviewboard.asterisk.org/r/3781/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@420144 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'funcs')
-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 3f756f0b5..814960ac2 100644
--- a/funcs/func_channel.c
+++ b/funcs/func_channel.c
@@ -213,6 +213,9 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
<enum name="recvip">
<para>R/O Get the source IP address of the peer.</para>
</enum>
+ <enum name="recvport">
+ <para>R/O Get the source port of the peer.</para>
+ </enum>
<enum name="from">
<para>R/O Get the URI from the From: header.</para>
</enum>