aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-18 16:38:26 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-18 16:38:26 +0000
commit1d999514227487bcc9ee0b76775230057e95a33b (patch)
treedb04dffb0621459a2b5f855e558805f5c548d0ea /channels
parent57bccad15550c7de36dddd30d308aebd35d70ff2 (diff)
adding new code should require following the formatting guidelines :-)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@28214 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_sip.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index db4bedae8..098e55033 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -13752,8 +13752,8 @@ static int sip_set_rtp_peer(struct ast_channel *chan, struct ast_rtp *rtp, struc
}
if (changed && !ast_test_flag(&p->flags[0], SIP_GOTREFER)) {
if (chan->_state != AST_STATE_UP) {
- char iabuf[INET_ADDRSTRLEN];
- ast_log(LOG_DEBUG, "Early media setting SIP '%s' - Sending early media to %s\n", p->callid, ast_inet_ntoa(iabuf, sizeof(iabuf), rtp ? p->redirip.sin_addr : p->ourip));
+ char iabuf[INET_ADDRSTRLEN];
+ ast_log(LOG_DEBUG, "Early media setting SIP '%s' - Sending early media to %s\n", p->callid, ast_inet_ntoa(iabuf, sizeof(iabuf), rtp ? p->redirip.sin_addr : p->ourip));
} else if (!p->pendinginvite) {
if (option_debug > 2) {
char iabuf[INET_ADDRSTRLEN];