Hi experts, may someone point me to the correct list?
Since January 14 I do not get any update in my SVN from asterisk-gui. But I see a lot of commits in the email list. So, I come to the question, where are these commits going? Currently I see in my directories as well as on the web-View revision 2155 as latest. Message below claims to be revision 2202 in asterisk-gui. How do I get it? Even the link in the commit mail http://svn.digium.com/view/asterisk-gui/branches/asterisknow/config/home.htm l?view=diff&rev=2202&r1=2201&r2=2202 claims this being an unknown revision. Latest possible "checkout" is possible before this: "qwell: trunk r2164 - in /trunk: ./ Makefile SVN commits to the Asterisk-GUI project" What am I doing wrong? Thanks in advance, Michael -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of SVN commits to the Asterisk-GUI project Sent: Saturday, January 26, 2008 1:40 AM To: [EMAIL PROTECTED] Subject: pari: branch asterisknow r2202 -/branches/asterisknow/config/home.html Author: pari Date: Fri Jan 25 18:39:45 2008 New Revision: 2202 URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=2202 Log: No need to wait untill the callback function to set the flag Modified: branches/asterisknow/config/home.html Modified: branches/asterisknow/config/home.html URL: http://svn.digium.com/view/asterisk-gui/branches/asterisknow/config/home.htm l?view=diff&rev=2202&r1=2201&r2=2202 ============================================================================ == --- branches/asterisknow/config/home.html (original) +++ branches/asterisknow/config/home.html Fri Jan 25 18:39:45 2008 @@ -196,9 +196,9 @@ function installguitools(){ + parent.ABOUT_TORELOAD_GUI = true; var after = function(){ // then reload asterisk parent.astmanEngine.cliCommand('reload', function(t){ gui_feedback("Restarted Asterisk !!",'blue'); - parent.ABOUT_TORELOAD_GUI = true; top.window.location.reload(); // at this point ztscan call was failed as it needs this context to run, so reload }); }; _______________________________________________ --Bandwidth and Colocation Provided by http://www.api-digital.com-- asterisk-gui-commits mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-gui-commits _______________________________________________ --Bandwidth and Colocation Provided by http://www.api-digital.com-- asterisknow mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisknow
