mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-21 09:10:36 +00:00
Fix typo from r333070
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@333159 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -916,7 +916,7 @@ static int local_call(struct ast_channel *ast, char *dest, int timeout)
|
|||||||
"Uniqueid2: %s\r\n"
|
"Uniqueid2: %s\r\n"
|
||||||
"Context: %s\r\n"
|
"Context: %s\r\n"
|
||||||
"Exten: %s\r\n"
|
"Exten: %s\r\n"
|
||||||
"LocalOptimization: %s\n",
|
"LocalOptimization: %s\r\n",
|
||||||
p->owner->name, p->chan->name, p->owner->uniqueid, p->chan->uniqueid,
|
p->owner->name, p->chan->name, p->owner->uniqueid, p->chan->uniqueid,
|
||||||
p->context, p->exten,
|
p->context, p->exten,
|
||||||
ast_test_flag(p, LOCAL_NO_OPTIMIZATION) ? "Yes" : "No");
|
ast_test_flag(p, LOCAL_NO_OPTIMIZATION) ? "Yes" : "No");
|
||||||
|
|||||||
Reference in New Issue
Block a user