[asterisk-commits] irroot: branch irroot/distrotech-customers-trunk r319009 - in /team/irroot/di...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Sat May 14 14:05:27 CDT 2011
Author: irroot
Date: Sat May 14 14:05:23 2011
New Revision: 319009
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=319009
Log:
I dont believe pickup should lookfor calls in "DOWN" state.
Modified:
team/irroot/distrotech-customers-trunk/ (props changed)
team/irroot/distrotech-customers-trunk/apps/app_directed_pickup.c
team/irroot/distrotech-customers-trunk/cel/cel_odbc.c (props changed)
team/irroot/distrotech-customers-trunk/configs/cel_odbc.conf.sample (props changed)
team/irroot/distrotech-customers-trunk/sounds/Makefile (props changed)
Propchange: team/irroot/distrotech-customers-trunk/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sat May 14 14:05:23 2011
@@ -1,3 +1,3 @@
/team/irroot/app_queue-trunk:318983-319002
-/team/irroot/distrotech-customers:318992-318995,318997-318999
+/team/irroot/distrotech-customers:318992-318995,318997-319000
/team/irroot/t38gateway-trunk:318974-319002
Modified: team/irroot/distrotech-customers-trunk/apps/app_directed_pickup.c
URL: http://svnview.digium.com/svn/asterisk/team/irroot/distrotech-customers-trunk/apps/app_directed_pickup.c?view=diff&rev=319009&r1=319008&r2=319009
==============================================================================
--- team/irroot/distrotech-customers-trunk/apps/app_directed_pickup.c (original)
+++ team/irroot/distrotech-customers-trunk/apps/app_directed_pickup.c Sat May 14 14:05:23 2011
@@ -103,8 +103,7 @@
if (!chan->pbx && !chan->masq &&
!ast_test_flag(chan, AST_FLAG_ZOMBIE) &&
(chan->_state == AST_STATE_RINGING ||
- chan->_state == AST_STATE_RING ||
- chan->_state == AST_STATE_DOWN)) {
+ chan->_state == AST_STATE_RING)) {
return 1;
}
return 0;
Propchange: team/irroot/distrotech-customers-trunk/cel/cel_odbc.c
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sat May 14 14:05:23 2011
@@ -1,4 +1,4 @@
/be/branches/C.3/cel/cel_adaptive_odbc.c:256426
/team/irroot/app_queue-trunk/cel/cel_odbc.c:318983-319002
-/team/irroot/distrotech-customers/cel/cel_odbc.c:318992-318999
+/team/irroot/distrotech-customers/cel/cel_odbc.c:318992-319000
/team/irroot/t38gateway-trunk/cel/cel_odbc.c:318974-319002
Propchange: team/irroot/distrotech-customers-trunk/configs/cel_odbc.conf.sample
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sat May 14 14:05:23 2011
@@ -1,4 +1,4 @@
/be/branches/C.3/configs/cel_adaptive_odbc.conf.sample:256426
/team/irroot/app_queue-trunk/configs/cel_odbc.conf.sample:318983-319002
-/team/irroot/distrotech-customers/configs/cel_odbc.conf.sample:318992-318999
+/team/irroot/distrotech-customers/configs/cel_odbc.conf.sample:318992-319000
/team/irroot/t38gateway-trunk/configs/cel_odbc.conf.sample:318974-319002
Propchange: team/irroot/distrotech-customers-trunk/sounds/Makefile
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sat May 14 14:05:23 2011
@@ -1,5 +1,5 @@
/be/branches/C.3/sounds/Makefile:256426
/team/irroot/app_queue-trunk/sounds/Makefile:318983-319002
-/team/irroot/distrotech-customers/sounds/Makefile:318992-318999
+/team/irroot/distrotech-customers/sounds/Makefile:318992-319000
/team/irroot/t38gateway-trunk/sounds/Makefile:318974-319002
/trunk/sounds/Makefile:270974
More information about the asterisk-commits
mailing list