git-svn-id: https://svn.code.sf.net/p/freetel/code@713 01035d8c-6547-0410-b346-abe4f9...
authorhorse69 <horse69@01035d8c-6547-0410-b346-abe4f91aad63>
Sat, 15 Sep 2012 00:16:14 +0000 (00:16 +0000)
committerhorse69 <horse69@01035d8c-6547-0410-b346-abe4f91aad63>
Sat, 15 Sep 2012 00:16:14 +0000 (00:16 +0000)
mini-asterisk-gui2/todo notes

index 858a5954cae49088f8d706cb91654280a700c7c8..5ccf59825de4ff244482e2801aa8185ab27fbb8b 100644 (file)
@@ -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?