mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-27 22:50:42 +00:00
Issue #6597 - Show correct port in "sip show registry" - import from 1.2 branch
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@15377 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -5582,7 +5582,9 @@ static int transmit_register(struct sip_registry *r, int sipmethod, char *auth,
|
||||
ast_string_field_set(r, callid, p->callid);
|
||||
if (r->portno)
|
||||
p->sa.sin_port = htons(r->portno);
|
||||
ast_set_flag(&p->flags[0], SIP_OUTGOING); /* Registration is outgoing call */
|
||||
else /* Set registry port to the port set from the peer definition/srv or default */
|
||||
r->portno = p->sa.sin_port;
|
||||
ast_set_flag(p, SIP_OUTGOING); /* Registration is outgoing call */
|
||||
r->call=p; /* Save pointer to SIP packet */
|
||||
p->registry = ASTOBJ_REF(r); /* Add pointer to registry in packet */
|
||||
if (!ast_strlen_zero(r->secret)) /* Secret (password) */
|
||||
|
||||
Reference in New Issue
Block a user