[asterisk-commits] mnicholson: branch 1.4 r322657 - /branches/1.4/channels/chan_sip.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Jun 9 10:20:25 CDT 2011


Author: mnicholson
Date: Thu Jun  9 10:20:19 2011
New Revision: 322657

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=322657
Log:
whitespace

Modified:
    branches/1.4/channels/chan_sip.c

Modified: branches/1.4/channels/chan_sip.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.4/channels/chan_sip.c?view=diff&rev=322657&r1=322656&r2=322657
==============================================================================
--- branches/1.4/channels/chan_sip.c (original)
+++ branches/1.4/channels/chan_sip.c Thu Jun  9 10:20:19 2011
@@ -4065,7 +4065,7 @@
 			if (p->t38.state == T38_ENABLED && !p->t38.direct) {
 				/* drop frame, can't sent VOICE frames while in T.38 mode */
 				break;
-			} else  if (p->rtp) {
+			} else if (p->rtp) {
 				/* If channel is not up, activate early media session */
 				if ((ast->_state != AST_STATE_UP) &&
 				    !ast_test_flag(&p->flags[0], SIP_PROGRESS_SENT) &&




More information about the asterisk-commits mailing list