]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
whitespace
authorMatthew Nicholson <mnicholson@digium.com>
Thu, 9 Jun 2011 15:20:19 +0000 (15:20 +0000)
committerMatthew Nicholson <mnicholson@digium.com>
Thu, 9 Jun 2011 15:20:19 +0000 (15:20 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@322657 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_sip.c

index 8df6ca824379b1e266ef8afd0a57d7a4fc5f2705..6d975dade40a7207b1bcd39c12ba790b98de8d76 100644 (file)
@@ -4065,7 +4065,7 @@ static int sip_write(struct ast_channel *ast, struct ast_frame *frame)
                        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) &&