From: horse69 Date: Sat, 27 Oct 2012 22:44:23 +0000 (+0000) Subject: git-svn-id: https://svn.code.sf.net/p/freetel/code@835 01035d8c-6547-0410-b346-abe4f9... X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=71c15e28c4ff522b1edc916bfb90bf84e1b236e0;p=freetel-svn-tracking.git git-svn-id: https://svn.code.sf.net/p/freetel/code@835 01035d8c-6547-0410-b346-abe4f91aad63 --- diff --git a/mini-asterisk-gui2/voiplines.js b/mini-asterisk-gui2/voiplines.js index 20952725..a9ffd713 100644 --- a/mini-asterisk-gui2/voiplines.js +++ b/mini-asterisk-gui2/voiplines.js @@ -41,6 +41,7 @@ function initialisePage() { */ } + function onClickApply() { //take username, password and host. Insert to file. Restart sip. @@ -48,4 +49,13 @@ function onClickApply() { } +function changeProvider() { + +// fill the host and username fields based on selection + +var selection = document.getElementById('povider').innerHTML; + + +} +