mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Merged revisions 9246 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r9246 | russell | 2006-02-08 20:24:55 -0500 (Wed, 08 Feb 2006) | 2 lines reload peercontext on iax2 reload (issue #6442) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9247 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -8131,6 +8131,7 @@ static struct iax2_peer *build_peer(const char *name, struct ast_variable *v, in
|
||||
peer->pokefreqok = DEFAULT_FREQ_OK;
|
||||
peer->pokefreqnotok = DEFAULT_FREQ_NOTOK;
|
||||
peer->context[0] = '\0';
|
||||
peer->peercontext[0] = '\0';
|
||||
while(v) {
|
||||
if (!strcasecmp(v->name, "secret")) {
|
||||
if (!ast_strlen_zero(peer->secret)) {
|
||||
|
Reference in New Issue
Block a user