mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-18 18:58:22 +00:00
removed the word 'pissed' from ast_log(...) function call for BE-90
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@75657 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2346,7 +2346,7 @@ static int try_calling(struct queue_ent *qe, const char *options, char *announce
|
||||
res2 |= ast_autoservice_stop(qe->chan);
|
||||
if (peer->_softhangup) {
|
||||
/* Agent must have hung up */
|
||||
ast_log(LOG_WARNING, "Agent on %s hungup on the customer. They're going to be pissed.\n", peer->name);
|
||||
ast_log(LOG_WARNING, "Agent on %s hungup on the customer.\n", peer->name);
|
||||
ast_queue_log(queuename, qe->chan->uniqueid, peer->name, "AGENTDUMP", "%s", "");
|
||||
record_abandoned(qe);
|
||||
if (qe->parent->eventwhencalled) {
|
||||
|
Reference in New Issue
Block a user