PAMI\Message\Event\AttendedTransferEvent::getDestType PHP Method

getDestType() public method

DestType - Indicates the method by which the attended transfer completed. Bridge - The transfer was accomplished by merging two bridges into one. App - The transfer was accomplished by having a channel or bridge run a dialplan application. Link - The transfer was accomplished by linking two bridges together using a local channel pair. Threeway - The transfer was accomplished by placing all parties into a threeway call. Fail - The transfer failed.
public getDestType ( ) : string
return string
    public function getDestType()
    {
        return $this->getKey('DestType');
    }
AttendedTransferEvent