mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-30 10:33:13 +00:00
Remove extra debug message.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@397922 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1226,9 +1226,6 @@ static void cel_blind_transfer_cb(
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
ast_log(LOG_NOTICE, "exten is %s, context is %s, bridge_snapshot is %p\n",
|
|
||||||
exten, context, bridge_snapshot);
|
|
||||||
|
|
||||||
extra = ast_json_pack("{s: s, s: s, s: s}",
|
extra = ast_json_pack("{s: s, s: s, s: s}",
|
||||||
"extension", exten,
|
"extension", exten,
|
||||||
"context", context,
|
"context", context,
|
||||||
|
Reference in New Issue
Block a user