git-svn-id: https://svn.code.sf.net/p/freetel/code@839 01035d8c-6547-0410-b346-abe4f9...
authorhorse69 <horse69@01035d8c-6547-0410-b346-abe4f91aad63>
Sat, 27 Oct 2012 23:12:25 +0000 (23:12 +0000)
committerhorse69 <horse69@01035d8c-6547-0410-b346-abe4f91aad63>
Sat, 27 Oct 2012 23:12:25 +0000 (23:12 +0000)
mini-asterisk-gui2/voiplines.js

index 73871a138c4f7310d32836eb6831821f8202dee9..ad15c449ef6c32c9c8fbbd00b539aef3b86d9a03 100644 (file)
@@ -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" ) {