Changeset 6650

Show
Ignore:
Timestamp:
09/08/08 05:41:20 (3 months ago)
Author:
sasargen
Message:

ARI: remove unused variables for call me feature

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/branches/ari_changes/amp_conf/htdocs/recordings/misc/callme_page.php

    r6473 r6650  
    7676        $crypt = new Crypt(); 
    7777        $path           = $crypt->decrypt($_REQUEST['recording'],$ARI_CRYPT_PASSWORD); 
    78         $from           = $crypt->decrypt($_REQUEST['cid'],$ARI_CRYPT_PASSWORD); 
    7978        $to             = $crypt->decrypt($_REQUEST['callmenum'],$ARI_CRYPT_PASSWORD); 
    8079        $pageaction     = $_REQUEST['action']; 
    8180        $msgFrom        = $crypt->decrypt($_REQUEST['msgFrom'],$ARI_CRYPT_PASSWORD); 
    82         $cname          = $crypt->decrypt($_REQUEST['channel_name'],$ARI_CRYPT_PASSWORD); 
    8381        $new_path = substr($path, 0, -4);               /* Without the sound file extension. */ 
    8482        $matches[0] = ''; /* init the $matches array. */ 
  • freepbx/branches/ari_changes/amp_conf/htdocs/recordings/modules/voicemail.module

    r6509 r6650  
    409409          $recordingCrypt = urlencode($crypt->encrypt($recording,$ARI_CRYPT_PASSWORD)); 
    410410          $recordingLink = "<a href='#' onClick=\"javascript:playback('play', $playbackRow, 'misc/play_page.php?recording=" . $recordingCrypt . "'); return false;\"><img src='theme/images/sound.png' title=" . _("Play") . "></img></a>"; 
    411           $cidCrypt           = urlencode($crypt->encrypt($extension,$ARI_CRYPT_PASSWORD)); 
     411          $msgFromCrypt               = urlencode($crypt->encrypt($extension,$ARI_CRYPT_PASSWORD)); 
    412412          $callmenumCrypt       = urlencode($crypt->encrypt($this->callme_num,$ARI_CRYPT_PASSWORD)); 
    413           $msgFromCrypt         = urlencode($crypt->encrypt($from,$ARI_CRYPT_PASSWORD)); 
    414413          $callmePage           = "'misc/callme_page.php?recording=" . $recordingCrypt . "&callmenum=" . $callmenumCrypt . "&action=c&msgFrom=" . $msgFromCrypt . "'"; 
    415414          $callme_tooltip       = _("Play message at: ") . $this->callme_num; 
Donate



Support
Download
Develop
Forums
News
Documentation
Paid Support
About

Paid Ads