(closes issue #12280)
Reported by: rjain
Patches:
chan_sip.c.diff uploaded by rjain (license 226)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@110610
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
port = !ast_strlen_zero(pt) ? atoi(pt) : STANDARD_SIP_PORT;
}
- ast_verbose("--- set_address_from_contact host '%s'\n", host);
+ if (sip_debug_test_pvt(pvt)) {
+ ast_verbose("--- set_address_from_contact host '%s'\n", host);
+ }
/* XXX This could block for a long time XXX */
/* We should only do this if it's a name, not an IP */