git-svn-id: https://svn.code.sf.net/p/freetel/code@770 01035d8c-6547-0410-b346-abe4f9...
authorhorse69 <horse69@01035d8c-6547-0410-b346-abe4f91aad63>
Wed, 17 Oct 2012 22:28:22 +0000 (22:28 +0000)
committerhorse69 <horse69@01035d8c-6547-0410-b346-abe4f91aad63>
Wed, 17 Oct 2012 22:28:22 +0000 (22:28 +0000)
mini-asterisk-gui2/phones.js

index c78c0bf525d4c4d35f5f117dc94b18772de02e13..821a82beb6a06ffed6ed254e254113e8ab942616 100644 (file)
@@ -87,7 +87,7 @@ function initialisePage() {
 
             // the reception checkbox code
                html += "<td>" + '<input name="selected_in[]" ';
-                       html += 'value="SIP_' + ip_ext[j] + '" ';
+                       html += 'value="SIP_' + j + '" ';
             html += 'type="checkbox" ' ;
                        
             if (recept_num.indexOf(j)!=-1) {