-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not able to make outbound calls #24
Comments
This problem was introduced during a refactoring. 2564f73 should fix it, however I did not yet test. Could you re-test your setup? |
Thanks! That NPE doesn't show up anymore but it seems like the configs have diverged from the main repo |
Yes there was a complete rework of the configuration part. Option parsing is now done by But the option names mostly are the same with underscore replaced with Help output e.g.:
|
Sorry I didn't mean the parsing per se, but for example I seem to need to define a
|
Sounds like a bug - I'll check that out. In the original code, it was unclear where an option was actually used. I tried to make only those options available to parts of the code that really need it. But this might have also introduced some bugs. |
Apologies, forgot to follow up on this! Using |
Hello,
I'm trying to use your fork to make an outbound call through Twilio as I'm interested in the DTMF support.
Using the CLI or GUI, when starting the call I get this NPE:
I don't seem to run into this issue with https://github.com/mjsip/mjSIP, although haven't figured out how to make the sound work yet...
Thanks!
The text was updated successfully, but these errors were encountered: