mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
Fix star 80 to star 60 (bug #2247)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3772 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -4967,7 +4967,7 @@ static void *ss_thread(void *data)
|
||||
if (option_verbose > 2)
|
||||
ast_verbose(VERBOSE_PREFIX_3 "Parking call to '%s'\n", chan->name);
|
||||
break;
|
||||
} else if (!ast_strlen_zero(p->lastcallerid) && !strcmp(exten, "*80")) {
|
||||
} else if (!ast_strlen_zero(p->lastcallerid) && !strcmp(exten, "*60")) {
|
||||
if (option_verbose > 2)
|
||||
ast_verbose(VERBOSE_PREFIX_3 "Blacklisting number %s\n", p->lastcallerid);
|
||||
res = ast_db_put("blacklist", p->lastcallerid, "1");
|
||||
|
Reference in New Issue
Block a user