[asterisk-commits] murf: branch murf/cdr-debug-1.4 r174213 - in /team/murf/cdr-debug-1.4: main/ ...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Sat Feb 7 11:45:47 CST 2009
Author: murf
Date: Sat Feb 7 11:45:47 2009
New Revision: 174213
URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=174213
Log:
mark h-exten spots
Modified:
team/murf/cdr-debug-1.4/main/pbx.c
team/murf/cdr-debug-1.4/res/res_features.c
Modified: team/murf/cdr-debug-1.4/main/pbx.c
URL: http://svn.digium.com/svn-view/asterisk/team/murf/cdr-debug-1.4/main/pbx.c?view=diff&rev=174213&r1=174212&r2=174213
==============================================================================
--- team/murf/cdr-debug-1.4/main/pbx.c (original)
+++ team/murf/cdr-debug-1.4/main/pbx.c Sat Feb 7 11:45:47 2009
@@ -2547,7 +2547,7 @@
ast_log(LOG_WARNING, "Don't know what to do with '%s'\n", c->name);
if (res != AST_PBX_KEEPALIVE)
ast_softhangup(c, c->hangupcause ? c->hangupcause : AST_CAUSE_NORMAL_CLEARING);
- ast_log(LOG_NOTICE,"About to consider the H extension\n");
+ ast_log(LOG_NOTICE,"==== in PBX LOOP: About to consider the H extension\n");
if ((res != AST_PBX_KEEPALIVE) && !ast_test_flag(c, AST_FLAG_BRIDGE_HANGUP_RUN) && ast_exists_extension(c, c->context, "h", 1, c->cid.cid_num)) {
set_ext_pri(c, "h", 1);
if (c->cdr && ast_opt_end_cdr_before_h_exten) {
Modified: team/murf/cdr-debug-1.4/res/res_features.c
URL: http://svn.digium.com/svn-view/asterisk/team/murf/cdr-debug-1.4/res/res_features.c?view=diff&rev=174213&r1=174212&r2=174213
==============================================================================
--- team/murf/cdr-debug-1.4/res/res_features.c (original)
+++ team/murf/cdr-debug-1.4/res/res_features.c Sat Feb 7 11:45:47 2009
@@ -1938,6 +1938,7 @@
char save_exten[AST_MAX_EXTENSION];
int save_prio;
+ ast_log(LOG_NOTICE,"===== running BRIDGE h-exten ====================\n");
autoloopflag = ast_test_flag(chan, AST_FLAG_IN_AUTOLOOP);
ast_set_flag(chan, AST_FLAG_IN_AUTOLOOP);
if (bridge_cdr && ast_opt_end_cdr_before_h_exten) {
More information about the asterisk-commits
mailing list