TJ Porter
TJ Porter
> If you're trying to make a call, simply do phone.call(number) after phone.start() Worked great in my case to make calls, but I was having random issues when connecting to...
Currently, everything runs off of one IP address which is the bind IP address. This is a problem as many people use `0.0.0.0` and any UAS/UAC that is trying to...
There are instances where the "number" or URI in the To/From header should be different than what is used in the WWW-Authentication, VoIP and SIP should be edited to handle...
Many issues have come up from options not being supported, despite my gripes about servers ignoring that it is clearly not in the Allow header, we will be adding Options...
After seeing some of the programming style of @Input-BDF, I thought it would be a good idea to set a solid standard for function/method naming conventions. [The documentation](https://pyvoip.readthedocs.io/en/v1.5.1/) states the...
While doing some debugging, I accidentally misconfigured my PBX. In this example, my PBX knew the account that was trying to be registered existed, however it did not know the...
Hello, first, thank you for the great practice API! I came across vAPI through an [API hacking course](https://www.apisecuniversity.com/courses/api-penetration-testing) hosted by [APIsec](https://www.apisec.ai/). I, and a lot of other students, are having...
Per the [readme](https://github.com/pyimgui/pyimgui/blob/723022d87de8040d1c4a66f53288dcfd7d2274d3/README.md#project-distribution), the only supported versions of Python/PyPy are: * py36 * py37, pp37 * py38, pp38 * py39, pp39 * py310 * py311 As such, I added this...
Hello, I am using python 3.10.7, pygame 2.1.2, and pyimgui 2.0 installed from the dev/version-2.0 branch at commit `4c08933d2c09ad4c94db84418bf25ddfd1db6eba`. (Latest at time of posting) I am able to have both...