!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache. PHP/8.1.30 

uname -a: Linux server1.tuhinhossain.com 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC
2025 x86_64
 

uid=1002(picotech) gid=1003(picotech) groups=1003(picotech),0(root)  

Safe-mode: OFF (not secure)

/home/picotech/domains/sms.picotech.app/public_html/vendor/plivo/plivo-php/src/Plivo/Resources/Call/   drwxr-xr-x
Free 29.11 GB of 117.98 GB (24.68%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     Call.php (2.98 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

namespace Plivo\Resources\Call;

use 
Plivo\BaseClient;
use 
Plivo\Resources\Resource;


/**
 * Class Call
 * @package Plivo\Resources\Call
 * @property string $answerTime The time at which call was answered
 * @property string $billDuration The bill duration
 * @property string $billedDuration The duration for which billed
 * @property string $callDirection The call direction
 * @property string $callDuration The call duration
 * @property string $callUuid The call UUID
 * @property string $endTime The time at which call ended
 * @property string $from The caller
 * @property string $initiationTime The time of request initiation
 * @property string $parentCallUuid The call UUID of the parent call
 * @property string $resourceUri The resource URI
 * @property string $to The callee
 * @property string $totalAmount The total amount
 * @property string $totalRate The total rate
 * @property string $hangupCauseCode Hangup Cause Code
 * @property string $hangupCauseName Hangup Cause Name
 * @property string $hangupSource Hangup Source
 * @property string $stirVerification Stir Verification
 * @property string $voiceNetworkGroup Voice Network Group
 * @property string $sourceIp Source Ip
 * @property string $cnamLookup Cnam Lookup
 */
class Call extends Resource
{
    
/**
     * Call constructor.
     * @param BaseClient $client
     * @param $response
     * @param $authId
     */
    
function __construct(
        
BaseClient $client$response$authId)
    {
        
parent::__construct($client);

        
$this->properties = [
            
'answerTime' => $response['answer_time'],
            
'billDuration' => $response['bill_duration'],
            
'billedDuration' => $response['billed_duration'],
            
'callDirection' => $response['call_direction'],
            
'callDuration' => $response['call_duration'],
            
'callState' => $response['call_state'],
            
'callUuid' => $response['call_uuid'],
            
'conferenceUuid' => $response['conference_uuid'],
            
'endTime' => $response['end_time'],
            
'from' => $response['from_number'],
            
'initiationTime' => $response['initiation_time'],
            
'parentCallUuid' => $response['parent_call_uuid'],
            
'resourceUri' => $response['resource_uri'],
            
'to' => $response['to_number'],
            
'totalAmount' => $response['total_amount'],
            
'totalRate' => $response['total_rate'],
            
'hangupCauseCode' => $response['hangup_cause_code'],
            
'hangupCauseName' => $response['hangup_cause_name'],
            
'hangupSource' => $response['hangup_source'],
            
'stirVerification' => $response['stir_verification'],
            
'voiceNetworkGroup' => $response['voice_network_group'],
            
'sourceIp' => $response['source_ip'],
            
'cnamLookup' => $response['cnam_lookup']
        ];

        
$this->pathParams = [
            
'authId' => $authId,
            
'callUuid' => $response['call_uuid']
        ];

        
$this->id $response['call_uuid'];

    }
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0037 ]--