pari: branch asterisknow r2002 - /branches/asterisknow/config/users.html
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Wed Dec 19 12:20:47 CST 2007
Author: pari
Date: Wed Dec 19 12:20:46 2007
New Revision: 2002
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=2002
Log:
set FXO signalling for any user extension created
Modified:
branches/asterisknow/config/users.html
Modified: branches/asterisknow/config/users.html
URL: http://svn.digium.com/view/asterisk-gui/branches/asterisknow/config/users.html?view=diff&rev=2002&r1=2001&r2=2002
==============================================================================
--- branches/asterisknow/config/users.html (original)
+++ branches/asterisknow/config/users.html Wed Dec 19 12:20:46 2007
@@ -158,6 +158,8 @@
gen = _devices.stored_config.catbyname['general'];
gen.fieldbyname['allow'] = 'all';
gen.fieldbyname['disallow'] = 'all';
+ gen.fieldbyname['signalling'] = 'fxo_ks';
+
tmp = objcopy(gen);
if (gen){
x = gen.fieldbyname['userbase'];
@@ -173,6 +175,7 @@
}
}
tmp.name = x
+
return tmp;
}
callbacks.identifier = "extension";
@@ -341,6 +344,8 @@
return true;
});
}
+
+
function free_mem(){
parent.$('buynow_button').onclick = null;
parent.$('buynow_div').innerHTML = "";
@@ -353,19 +358,6 @@
purge( document.body );
} catch(e){ }
}
-
-
-
-
-
-
-
-
-
-
-
-
-
CODECSETTINGS = {
More information about the asterisk-gui-commits
mailing list