InterLinked1 / phreakscript

A utility to automate the installation, maintenance, and debugging of Asterisk/DAHDI, while integrating additional patches to provide the richest telephony experience
https://asterisk.phreaknet.org
Apache License 2.0
41 stars 15 forks source link

PATCH: Bump up timeout in app_verify.c to 8 from 5 #42

Closed IdotMaster1 closed 2 months ago

IdotMaster1 commented 2 months ago

Same thing as my last PR, but for app_verify.c

IMO, in the future all timeouts should be put in a config file so they can be easily changed by the user but this works good enough

IdotMaster1 commented 2 months ago

Oh gosh why did 4 commits get added

InterLinked1 commented 2 months ago

Oh gosh why did 4 commits get added

Make sure to pull from upstream on your branch locally before applying your patch (or you should be able to rebase it), and then you can amend the patch / force push the PR.

Since this is a trivial patch, I can just squash the change too.