Changeset 3873

Show
Ignore:
Timestamp:
03/16/07 17:41:36 (6 years ago)
Author:
p_lindheimer
Message:

Merged revisions 3872 via svnmerge from
https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2

........

r3872 | p_lindheimer | 2007-03-16 14:38:23 -0700 (Fri, 16 Mar 2007) | 1 line


missing ' around CALLTRACE_HUNT, should have not effect on 2.2, this is not used until 2.3, part of firstavaialbe and firstnotonphone ring strategies

........

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/trunk

    • Property svnmerge-integrated changed from /freepbx/branches/2.2:1-3724,3726-3727,3729-3732,3734-3735,3737-3738,3740-3741,3743-3745,3747,3752-3753,3755-3793,3797-3858,3870 to /freepbx/branches/2.2:1-3724,3726-3727,3729-3732,3734-3735,3737-3738,3740-3741,3743-3745,3747,3752-3753,3755-3793,3797-3858,3870,3872
  • freepbx/trunk/amp_conf/agi-bin/dialparties.agi

    r3769 r3873  
    462462{ 
    463463  if ($cidnum) 
    464     $AGI->set_variable(CALLTRACE_HUNT,$cidnum); 
     464    $AGI->set_variable('CALLTRACE_HUNT',$cidnum); 
    465465     
    466466  foreach ($extarray as $k )