From: horse69 Date: Sat, 27 Oct 2012 23:12:25 +0000 (+0000) Subject: git-svn-id: https://svn.code.sf.net/p/freetel/code@839 01035d8c-6547-0410-b346-abe4f9... X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=e17235812ecd13d1071eb937373fce58db803270;p=freetel-svn-tracking.git git-svn-id: https://svn.code.sf.net/p/freetel/code@839 01035d8c-6547-0410-b346-abe4f91aad63 --- diff --git a/mini-asterisk-gui2/voiplines.js b/mini-asterisk-gui2/voiplines.js index 73871a13..ad15c449 100644 --- a/mini-asterisk-gui2/voiplines.js +++ b/mini-asterisk-gui2/voiplines.js @@ -59,6 +59,9 @@ function changeProvider() { // clear fields } else if (selection == "SIPNAT" ) { // fill sipnat + document.getElementById('user').value = "sipnat"; + document.getElementById('host').value = "sipnathost"; + document.getElementById('pass').value = "xxxxxx"; } else if (selection == "SIP" ) { // fill sip } else if (selection == "JAZMIN" ) {