pari: trunk r36 - /trunk/config/queues.html
asterisk-gui-commits at lists.digium.internal
asterisk-gui-commits at lists.digium.internal
Fri Sep 22 14:11:56 CDT 2006
Author: pari
Date: Fri Sep 22 14:11:55 2006
New Revision: 36
URL: http://svn.digium.com/view/asterisk-gui?rev=36&view=rev
Log:
minor fix
Modified:
trunk/config/queues.html
Modified: trunk/config/queues.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/queues.html?rev=36&r1=35&r2=36&view=diff
==============================================================================
--- trunk/config/queues.html (original)
+++ trunk/config/queues.html Fri Sep 22 14:11:55 2006
@@ -44,7 +44,7 @@
var tmp = t.name.split('general');
if(tmp.length>1)
return false;
- else if (t.name && x==undefined){ // if is a category
+ else if ( t.name && x==undefined ){ // if is a category
k=0;
j = j +1;
queueagents[j] = new Array;
@@ -216,7 +216,7 @@
return false;
},
};
- uri0 = build_action('update', 0, specialcontext ,'exten', b+',1,Queue', a+',1,Queue(${EXTEN})' );
+ uri0 = build_action('update', 0, specialcontext ,'exten', b+',1,Queue(${EXTEN})', a+',1,Queue(${EXTEN})' );
opt0.parameters="action=updateconfig&reload=yes&srcfilename=" + encodeURIComponent("extensions.conf") + "&dstfilename=" + encodeURIComponent("extensions.conf") + uri0;
tmp0 = new Ajax.Request('../../rawman', opt0);
}
@@ -235,7 +235,7 @@
return false;
},
};
- uri0 = build_action('append', 0, specialcontext ,'exten', a+',1,Queue');
+ uri0 = build_action('append', 0, specialcontext ,'exten', a+',1,Queue(${EXTEN})');
opt0.parameters="action=updateconfig&reload=yes&srcfilename=" + encodeURIComponent("extensions.conf") + "&dstfilename=" + encodeURIComponent("extensions.conf") + uri0;
tmp0 = new Ajax.Request('../../rawman', opt0);
}
More information about the asterisk-gui-commits
mailing list