From: Walter Doekes Date: Wed, 6 Aug 2014 15:32:22 +0000 (+0000) Subject: Add documentation to the ability to retrieve the source port of a SIP call. X-Git-Tag: 13.0.0-beta1~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8610daec3b6b699ffcfea9a14b3c5e3f279ed4ee;p=thirdparty%2Fasterisk.git 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 --- diff --git a/funcs/func_channel.c b/funcs/func_channel.c index 3f756f0b5b..814960ac23 100644 --- a/funcs/func_channel.c +++ b/funcs/func_channel.c @@ -213,6 +213,9 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") R/O Get the source IP address of the peer. + + R/O Get the source port of the peer. + R/O Get the URI from the From: header.