[asterisk-commits] wdoekes: trunk r420144 -	/trunk/funcs/func_channel.c
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Wed Aug  6 10:32:27 CDT 2014
    
    
  
Author: wdoekes
Date: Wed Aug  6 10:32:22 2014
New Revision: 420144
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=420144
Log:
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/
Modified:
    trunk/funcs/func_channel.c
Modified: trunk/funcs/func_channel.c
URL: http://svnview.digium.com/svn/asterisk/trunk/funcs/func_channel.c?view=diff&rev=420144&r1=420143&r2=420144
==============================================================================
--- trunk/funcs/func_channel.c (original)
+++ trunk/funcs/func_channel.c Wed Aug  6 10:32:22 2014
@@ -213,6 +213,9 @@
 					<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>
    
    
More information about the asterisk-commits
mailing list