pari: branch 2.0 r4002 - /branches/2.0/config/welcome.html
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Wed Oct 22 15:49:01 CDT 2008
Author: pari
Date: Wed Oct 22 15:49:01 2008
New Revision: 4002
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=4002
Log:
Keep parked calls list updated during manger events
Modified:
branches/2.0/config/welcome.html
Modified: branches/2.0/config/welcome.html
URL: http://svn.digium.com/view/asterisk-gui/branches/2.0/config/welcome.html?view=diff&rev=4002&r1=4001&r2=4002
==============================================================================
--- branches/2.0/config/welcome.html (original)
+++ branches/2.0/config/welcome.html Wed Oct 22 15:49:01 2008
@@ -151,6 +151,8 @@
setTimeout( update_AgentsListing_Table , 1000 );
}else if( op_LC.contains('event: meetmeleave') || op_LC.contains('event: meetmejoin') ){
setTimeout( update_Conferences_Table , 1000 );
+ }else if( op_LC.contains('event: link') || op_LC.contains('event: unlink') ){
+ update_parkedCalls_Table();
} else if ( op_LC.contains('event: extensionstatus') ) {
var tmp_chunks = ASTGUI.miscFunctions.getChunksFromManagerOutput(op, 1) ;
tmp_chunks.each(function(this_chunk){
@@ -160,6 +162,7 @@
managerEvents.updateUserImage(tmp_user , new_status);
}
});
+ update_parkedCalls_Table();
}
}catch(err){}
})();
More information about the asterisk-gui-commits
mailing list