git-svn-id: https://svn.code.sf.net/p/freetel/code@850 01035d8c-6547-0410-b346-abe4f9...
authorhorse69 <horse69@01035d8c-6547-0410-b346-abe4f91aad63>
Sun, 28 Oct 2012 03:50:12 +0000 (03:50 +0000)
committerhorse69 <horse69@01035d8c-6547-0410-b346-abe4f91aad63>
Sun, 28 Oct 2012 03:50:12 +0000 (03:50 +0000)
mini-asterisk-gui2/voiplines.js

index 1c2a362c80fea4371bc1e6878befda9ed759ceef..7d4770b98d14a4e94ab24a8be621e3c71911788d 100644 (file)
@@ -49,10 +49,12 @@ function onClickApply() {
 
        // 1. Save old sip.conf
        // 2. Make new sip.conf with provider uncommented
+       //  2.1 insert register command
+       //      2.2     uncomment sip trunk entry
+       //  2.3 update sip trunk details
        // 3. Modify extensions.conf for new provider
-       // 4. asterisk dialplan reload
-       // 5. asterisk sip reload
-
+       // 4. asterisk sip reload ....ORDER? beardy has this at position 4
+       // 5. asterisk dialplan reload
 
 }