This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<settings> | |
<phone-settings e="2"> | |
<display_method perm="">display_name_number</display_method> | |
<keyboard_lock perm="">off</keyboard_lock> | |
<enable_keyboard_lock perm="">off</enable_keyboard_lock> | |
<transfer_on_hangup perm="">on</transfer_on_hangup> | |
<update_policy>auto_update</update_policy> | |
<firmware_status>http://{$domain_name}{$project_path}/app/provision/?mac={$mac}&filename_firmware-{$mac}.xml</firmware_status> | |
<date_us_format>off</date_us_format> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<extension name="pre-recorded-page" continue="false" uuid="24adf0a7-b215-4083-9b35-c48c01ce3b08"> | |
<condition field="destination_number" expression="^\*9222$" break="on-true"> | |
// Need to call extension 1000 and connect/bridge it to recording 1 (called below) | |
<action application="lua" data="streamfile.lua recording1.wav"/> | |
</condition> | |
</extension> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=AutoSSH reverse tunnel service for remoteserver 6667 -> 22 | |
After=network.target | |
[Service] | |
Environment="AUTOSSH_GATETIME=0" | |
ExecStart=/usr/bin/autossh -M 0 -o "ExitOnForwardFailure=yes" -o "ServerAliveInterval 30" -o "ServerAliveCountMax 3" -NR 6667:127.0.0.1:22 user@remoteserver -i /root/.ssh/id_ed25519 | |
[Install] | |
WantedBy=multi-user.target |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Manually Transcribed | |
Thank you for calling Pioneer Plumbing and Sewer, we are currently closed. If you have an after hours emergency please press one to reach our answering service. If you'd like a callback during normal business hours please press two to leave a message. For our accounting department please press three and for a list of extension please press four. | |
DeepSpeech Original (no webrtcvad) | |
thank you for calling pioneer plumbing and the poor we are currently closed if you have an after hour the mergency please press one to reach our answer in service if you'd like a callbackdorinnormal business hours please press two to leave a message for our counting department please press tree and for a list of extension please press forh | |
DeepSpeech Frontend (20ms/40ms by default) - https://github.com/AccelerateNetworks/DeepSpeech_Frontend/blob/master/deepspeech_frontend/__init__.py#L114 | |
an i recalling pioneer pluming and seer we are currently closed if you have an after hour the mergency please press one to r |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
adduser | |
apt | |
apt-transport-https | |
apt-utils | |
aptitude | |
aptitude-common | |
at | |
base-files | |
base-passwd | |
bash |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
acl | |
acpi | |
acpi-support-base | |
acpid | |
adduser | |
apt | |
apt-listchanges | |
apt-transport-https | |
apt-utils | |
aptitude |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
130|joan:/ $ logcat --pid=8407 | |
--------- beginning of main | |
03-23 21:01:34.398 8407 8407 I art : Starting a blocking GC AddRemoveAppImageSpace | |
03-23 21:01:34.437 8407 8407 I MultiDex: VM with version 2.1.0 has multidex support | |
03-23 21:01:34.438 8407 8407 I MultiDex: Installing application | |
03-23 21:01:34.438 8407 8407 I MultiDex: VM has multidex support, MultiDex support library is disabled. | |
03-23 21:01:34.469 8407 8407 W PartProvider: onCreate() | |
03-23 21:01:34.644 8407 8407 W PersistentAlarmManagerListener: class org.thoughtcrime.securesms.service.RotateSignedPreKeyListener scheduling for: 1522018699323 | |
03-23 21:01:34.655 8407 8407 W PersistentAlarmManagerListener: class org.thoughtcrime.securesms.service.DirectoryRefreshListener scheduling for: 1521889099325 | |
03-23 21:01:34.661 8407 8407 I org.webrtc.Logging: NativeLibrary: Loading native library. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<kml xmlns="http://www.opengis.net/kml/2.2"> | |
<Folder> | |
<name>Seattle Meshnet Project Coverage</name> | |
<visibility>0</visibility> | |
<open>1</open> | |
<description>Coverage map showing an overlay of Seattle Meshnet Project nodes.</description> | |
<NetworkLink> | |
<name>ALTspace</name> | |
<visibility>0</visibility> |