[svn-commits] mmichelson: branch mmichelson/sip_options r393985 - /team/mmichelson/sip_opti...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Jul 10 11:21:19 CDT 2013


Author: mmichelson
Date: Wed Jul 10 11:21:17 2013
New Revision: 393985

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=393985
Log:
Fix capitalisation mistake.


Modified:
    team/mmichelson/sip_options/res/res_sip.c

Modified: team/mmichelson/sip_options/res/res_sip.c
URL: http://svnview.digium.com/svn/asterisk/team/mmichelson/sip_options/res/res_sip.c?view=diff&rev=393985&r1=393984&r2=393985
==============================================================================
--- team/mmichelson/sip_options/res/res_sip.c (original)
+++ team/mmichelson/sip_options/res/res_sip.c Wed Jul 10 11:21:17 2013
@@ -428,7 +428,7 @@
 				<configOption name="rtpengine" default="asterisk">
 					<synopsis>Name of the RTP engine to use for channels created for this endpoint</synopsis>
 				</configOption>
-				<configOption name="allowtransfeR" default="yes">
+				<configOption name="allowtransfer" default="yes">
 					<synopsis>Determines whether SIP REFER transfers are allowed for this endpoint</synopsis>
 				</configOption>
 			</configObject>




More information about the svn-commits mailing list