Asterisk - create a new dialplan file [closed] - asterisk

Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 3 days ago.
Improve this question
While i was modifying the dial plan i noticed that in the same directory showed up a file named "1" with the extension .file that has the same content as the dial plan file i was modifying.
It also created a dial plan file with the extension .swp, and this file is deleted automatically after the pbx restart.
why is that? and is it safe to delete it?
i check on file manager and noticed that.
it might happen because of a network interruption at some time. but can i delete that file 1.file now?
Best regards

It is not releated to asterisk.
Asterisk is PBX and do not remove or rename any files in any folders except /var/spool/asterisk/
Most likely it is related to tool or editor you have used for edit that file.

Related

Not able to unzip a password protected zip file [closed]

Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 22 days ago.
Improve this question
I am trying to unzip a password-protected zip folder in Windows 11 OS. I have the password, however when I clicked 'Extract Al...' and confirmed the extract location, it didn't ask me for the password; instead, it showed the following error:
and this happened for every single file in the zipped folder.
What should I do?
try 7-zip. Or check the file if its corrupt via checksum, if possible.

What is the difference between 'reload' and 'copy startup-config running-config' on a router or switch [closed]

Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed last month.
Improve this question
picuture
In this case (see picture), it is better to do option 4 instead of option 1, right? I know what 'reload' does and 'copy startup-config running-config', but I feel that it is just easier to do the 4th one. Please help me :)
I tried to do both commands, but it results the same, in this case atleast.
Issuing copy startup-config running-config won't write over the running configuration. Instead, it'll just 'add' onto it, as if you're copy and pasting. The configuration will end up messy and incomplete. Reloading the router is the best option, as the running-config is wiped and the startup-config is used.
Deleting the vlan.dat file won't affect the startup or running config files and closing the terminal software does nothing to the router (the device is still on even if the terminal is closed.)

How to recover files encrypted by a ransomware (.nlah) [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
A ransomware encrypted all my files with the extension .nlah
I used Spyhunter 5 to scan my Windows 10 and delete the malwares.
Then I had to look for a way to recover my files with no success. This is the tool: EMSIsoft: ransomware-decryption-tools
I'm a doctor, and I save very important informations about my patients in that computer. So it's vital to recover those files. Can you help me please?
enter image description here
It is almost impossible to decrypt the files without knowing key and encryption mechanism.
Please make sure you have completed removed the ransomeware from your computer to avoid further damage.
If you have backup copy of your files then get it recovered from backup.

AutoIt exe gets killed by antivirus [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 3 years ago.
Improve this question
I compiled an AutoIt script to an .exe file. When I give this program to another user, their antivirus detects it as a virus and kills it.
How can I avoid this?
How can I avoid killing AutoIT .exe by antivirus.
Assuming it does not classify as malicious:
White-list the executable (or folder containing it) in antivirus program.
File a false-positive report with concerning antivirus program's vendor.
Change antivirus software.
Resulting executable is the AutoIt script appended to an interpreter (no actual compiling). Incompetent vendors flag the interpreter instead of the script. False-positive reports usually solve this (until that vendor flags the next malicious AutoIt script, hence #3).

Download files with specific date from SFTP server using PSFTP [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
How can I download files of a specific time period through PSFTP?
When I do mget *.*, it downloads all the files into local folder. Now I’m not allowed to delete these files from SFTP server or move them. So every time I download, it has to download the complete list.
Is there a way where I can download only those files through mget which are a week old?
PSFTP does not support time-based file selection.
You can use scripting interface of WinSCP instead.
It supports time-constraints in file mask.
To download all week old (7 days old) files, use the following command:
get *<7D
See the guide for converting PSFTP script to WinSCP script.
For general introduction to WinSCP scripting see:
https://winscp.net/eng/docs/guide_automation
See also similar question WinSCP time based file download.
(I'm the author of WinSCP)

Resources