mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-08 02:48:29 +00:00
Merged revisions 110610 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r110610 | file | 2008-03-24 12:28:25 -0300 (Mon, 24 Mar 2008) | 6 lines Only print out the set_address_from_contact host verbose message if debugging is enabled on the dialog. (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/branches/1.6.0@110611 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -9688,7 +9688,9 @@ static int set_address_from_contact(struct sip_pvt *pvt)
|
||||
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 */
|
||||
|
||||
Reference in New Issue
Block a user