Changeset 3078

Show
Ignore:
Timestamp:
11/16/06 13:15:29 (7 years ago)
Author:
p_lindheimer
Message:

make _KEEPCID an KEEPCID so that phones forwarded with SIP redirect work with the proper CID

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/trunk/amp_conf/agi-bin/dialparties.agi

    r3016 r3078  
    5252// From this point forward, Set KEEPCID in the channel so subsequent calls, CF, etc. retain the incoming 
    5353// CID that get sent down channel local. 
    54 $AGI->set_variable('_KEEPCID','TRUE'); 
     54$AGI->set_variable('__KEEPCID','TRUE'); 
    5555 
    5656$timer    = get_var( $AGI, "ARG1" );