From: horse69 Date: Sat, 15 Sep 2012 00:16:14 +0000 (+0000) Subject: git-svn-id: https://svn.code.sf.net/p/freetel/code@713 01035d8c-6547-0410-b346-abe4f9... X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=06e337eb5d4bc8a606cd42782a7dfa0469227ead;p=freetel-svn-tracking.git git-svn-id: https://svn.code.sf.net/p/freetel/code@713 01035d8c-6547-0410-b346-abe4f91aad63 --- diff --git a/mini-asterisk-gui2/todo notes b/mini-asterisk-gui2/todo notes index 858a5954..5ccf5982 100644 --- a/mini-asterisk-gui2/todo notes +++ b/mini-asterisk-gui2/todo notes @@ -86,7 +86,11 @@ http://svn.astfin.org/software/baps/trunk/mini-asterisk-gui.mk downloadUrl("/cgi-bin/setservice.cgi?action=restartstatic",null); } + Are URLs with null return function suppose to be synchronous? + The networking functions have to have synchrous sections, esp when start/stop/enable/disable + + For example, u cant do a network start before a network stop has finished?