Index: /modules/branches/2.5/queues/page.queues.php =================================================================== --- /modules/branches/2.5/queues/page.queues.php (revision 6247) +++ /modules/branches/2.5/queues/page.queues.php (revision 6306) @@ -546,5 +546,5 @@ - ^([2-4][0-9]{3})$
This would restrict agents to extensions 2000-4999. Or
^([0-9]+)$ would allow any number of any length, but restrict the * key.
WARNING: make sure you undertand what you are doing or otherwise leave this blank!")?>
+ ^([2-4][0-9]{3})$
This would restrict agents to extensions 2000-4999. Or
^([0-9]+)$ would allow any number of any length, but restrict the * key.
WARNING: make sure you undertand what you are doing or otherwise leave this blank!")?>
@@ -639,5 +639,5 @@ '._("Earlier versions of this module allowed such queues to be chosen, once changing this setting, it will no longer appear as an option"); + echo _("ERROR: You have selected an IVR's that use Announcements created from compound sound files. The Queue is not able to play these announcements. This IVR's recording will be truncated to use only the first sound file. You can correct the problem by selecting a different announcement for this IVR that is not from a compound sound file. The IVR itself can play such files, but the Queue subsystem can not").'
'._("Earlier versions of this module allowed such queues to be chosen, once changing this setting, it will no longer appear as an option"); } ?> @@ -719,5 +719,5 @@ defaultEmptyOK = false; if (!isAlphanumeric(theForm.name.value)) { - ; + ; bad="true"; }