Changeset 7524 for modules/branches/2.5
- Timestamp:
- 03/13/09 20:15:37 (4 years ago)
- Files:
-
- modules/branches/2.5 (modified) (1 prop)
- modules/branches/2.5/blacklist/page.blacklist.php (modified) (1 diff)
- modules/branches/2.5/core/etc/extensions.conf (modified) (1 diff)
- modules/branches/2.5/core/page.ampusers.php (modified) (1 diff)
- modules/branches/2.5/fw_langpacks/install.php (modified) (2 diffs)
- modules/branches/2.5/javassh/mindterm.jar (modified) (previous)
- modules/branches/2.5/javassh/page.javassh.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.5
- Property svnmerge-integrated changed from /modules/branches/2.4:1-5852,5908 /modules/branches/2.6:1-7080,7132,7158-7174,7177,7179-7186,7191-7202,7204-7226,7228-7250,7252-7273,7279-7286,7289-7292,7294-7295,7297-7312,7317-7331,7333-7340 to /modules/branches/2.4:1-5852,5908 /modules/branches/2.6:1-7080,7132,7158-7174,7177,7179-7186,7191-7202,7204-7226,7228-7250,7252-7273,7279-7286,7289-7292,7294-7295,7297-7312,7317-7331,7333-7340,7411,7413,7415-7417,7419-7420,7423-7434,7438-7439,7441-7442,7444-7446,7458-7469
modules/branches/2.5/blacklist/page.blacklist.php
r6886 r7524 64 64 65 65 <tr> 66 <td><b><?php _("Number") ?></b></td>66 <td><b><?php echo _("Number") ?></b></td> 67 67 <td> </td> 68 68 <td> </td> modules/branches/2.5/core/etc/extensions.conf
r7519 r7524 95 95 ; 96 96 exten => s,n+2(a30),Set(HuntMember=HuntMember${HuntLoop}) 97 exten => s,n,GotoIf($[$["${CALLTRACE_HUNT}" != "" ] & $["${RingGroupMethod}" = "hunt" ]]?a32:a35) 97 exten => s,n,GotoIf($[$["${CALLTRACE_HUNT}" != "" ] & $[$["${RingGroupMethod}" = "hunt" ] | $["${RingGroupMethod}" = "firstavailable"] | $["${RingGroupMethod}" = "firstnotonphone"]]]?a32:a35) 98 98 99 exten => s,n(a32),Set(CT_EXTEN=${CUT(FILTERED_DIAL,,$[${HuntLoop} + 1])}) 99 100 exten => s,n,Set(DB(CALLTRACE/${CT_EXTEN})=${CALLTRACE_HUNT}) modules/branches/2.5/core/page.ampusers.php
r6904 r7524 160 160 </td> 161 161 </tr> 162 <?php if ( $amp_conf["AUTHTYPE"] != "database") { ?>162 <?php if (($amp_conf["AUTHTYPE"] != "database") || ($amp_conf["AUTHTYPE"] != "webserver")) { ?> 163 163 <tr> 164 164 <td colspan="2"> modules/branches/2.5/fw_langpacks/install.php
r6683 r7524 85 85 out(sprintf(_("Preparing to copy %s to %s"),'recordings',"$htdocs_dest")); 86 86 } else { 87 out(sprintf(_("No destination directory %s to copy %s to"),"$ht odcs_dest/recordings","recordings"));87 out(sprintf(_("No destination directory %s to copy %s to"),"$htdocs_dest/recordings","recordings")); 88 88 } 89 89 … … 97 97 $htdocs_copy[] = array("source" => "$htdocs_source/admin/modules/$file", "dest" => "$htdocs_dest/admin/modules"); 98 98 } else if ($file != "." && $file != "..") { 99 out(sprintf(_("No destination directory %s to copy %s to"),"$ht odcs_dest/modules/$file","$file"));99 out(sprintf(_("No destination directory %s to copy %s to"),"$htdocs_dest/modules/$file","$file")); 100 100 } 101 101 } modules/branches/2.5/javassh/page.javassh.php
r6743 r7524 26 26 <PARAM NAME="sepframe" value="true"> 27 27 <PARAM NAME="debug" value="false"> 28 <PARAM NAME="" value=""> 29 <PARAM NAME="bg-color" value="black"> 30 <PARAM NAME="fg-color" value="white"> 31 <PARAM NAME="cursor-color" value="white"> 32 <PARAM NAME="menus" value="popN"> 33 <PARAM NAME="exit-on-logout" value="true"> 34 <PARAM NAME="allow-new-server" value="false"> 28 35 </APPLET> 29 36
