From 74d52532d53edc3a70614b8bca923845915bc440 Mon Sep 17 00:00:00 2001 From: horse69 Date: Sun, 28 Oct 2012 03:50:12 +0000 Subject: [PATCH] git-svn-id: https://svn.code.sf.net/p/freetel/code@850 01035d8c-6547-0410-b346-abe4f91aad63 --- mini-asterisk-gui2/voiplines.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/mini-asterisk-gui2/voiplines.js b/mini-asterisk-gui2/voiplines.js index 1c2a362c..7d4770b9 100644 --- a/mini-asterisk-gui2/voiplines.js +++ b/mini-asterisk-gui2/voiplines.js @@ -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 } -- 2.25.1