Skip to content
Snippets Groups Projects
Commit 8e6780a5 authored by Joshua Colp's avatar Joshua Colp
Browse files

Set the type for the peer structure to be a peer as the default.

(closes issue #14447)
Reported by: triccyx


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@174580 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent bb327036
No related branches found
No related tags found
No related merge requests found
......@@ -22304,6 +22304,7 @@ static void set_peer_defaults(struct sip_peer *peer)
peer->socket.type = SIP_TRANSPORT_UDP;
peer->socket.fd = -1;
}
peer->type = SIP_TYPE_PEER;
ast_copy_flags(&peer->flags[0], &global_flags[0], SIP_FLAGS_TO_COPY);
ast_copy_flags(&peer->flags[1], &global_flags[1], SIP_PAGE2_FLAGS_TO_COPY);
ast_string_field_set(peer, context, sip_cfg.default_context);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment