Changeset 4904

Show
Ignore:
Timestamp:
08/19/07 12:30:52 (6 years ago)
Author:
p_lindheimer
Message:

#2299 revert back to , for | in dialparties.agi until behavior is determined for 1.4 or likely a bug in the agi library

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.3/core/agi-bin/dialparties.agi

    r4902 r4904  
    559559} else { 
    560560  if (($rgmethod == "hunt") || ($rgmethod == "memoryhunt") || ($rgmethod == "firstavailable") || ($rgmethod == "firstnotonphone")) { 
    561     $ds = ','; 
     561    $ds = '|'; 
    562562    if ($timer) { 
    563563      $ds .= $timer; 
    564564    } 
    565     $ds .= ',' . $dialopts; // pound to transfer, provide ringing 
     565    $ds .= '|' . $dialopts; // pound to transfer, provide ringing 
    566566    $AGI->set_variable('ds',$ds); 
    567567    $AGI->set_variable("HuntMembers",$loops); 
    568568    $AGI->set_priority(20); // dial command is at priority 20 where dialplan handles calling a ringgroup with strategy of "hunt" or "MemoryHunt" 
    569569  } else { 
    570     $ds .= ','; 
     570    $ds .= '|'; 
    571571    if ($timer) { 
    572572      $ds .= $timer; 
     
    575575      } 
    576576    } 
    577     $ds .= ',' . $dialopts; // pound to transfer, provide ringing 
     577    $ds .= '|' . $dialopts; // pound to transfer, provide ringing 
    578578    if (trim($use_confirmation) != "FALSE") { 
    579579      $AGI->set_variable('__RG_IDX',$ringgroup_index); 
  • modules/branches/2.3/core/module.xml

    r4894 r4904  
    88  <canuninstall>no</canuninstall> 
    99  <changelog> 
     10    *2.3.0.0* #2295 generate bad-nubmer in core, disable with AMPBADNUMBER=false, #2172 replace | with ,#2299 except dialparties.agi 
    1011    *2.3.0RC1.1.2* #2265 remove DeadAGI, #2189 add no-msg dest for vm 
    1112    *2.3.0RC1.1.1* #2253 remove default jbenable, jbforce