-
Notifications
You must be signed in to change notification settings - Fork 39
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
Conference is Missing #39
Comments
Hi @saaiful I have implemented a prototype for the conference (very minimal testing as I don't have access to multiple devices at same time) , could you please give it a try and share your feedback? You should be able to download the binary build from the linked pr comments. |
Downloaded the new version, now my tinyphone is not starting. It says port 6060 is used by another app. I Checked no one is using port 6060. |
Incase you have force quit the application, the os sometimes doesn't release the port instantly. Did you try launching it after some time? If that doesn't work, try restarting your system and then launching again. |
Restarted System & Reinstalled the program. Same Issue. |
I was able to launch the application without any issue on a brand new os, please verify if the port is actually free or not. You can follow this StackOverflow question for the steps |
|
|
Are you by any chance running some other Softphone? Also can you share the entire logs? |
|
This looks like your SIP port is already in use, and pjsua fails to start.
Please double-check if port 5060 is in use (by some other softphone/app). This mostly looks like an issue with your current system. Also if possible, please try the application on a separate system. If that is not possible try running an old version of tinyphone to check if that still works or not (IMO that should also fail). |
All ports from my system. Can you add an option to change port number using config file?
|
I don't see any conflicts here. And the application code has itself auto-detection of freeport, but it seems that is failing for your system. Can you share your os & version details? Also were you able to run this app on another system and see if it started up or not? |
@saaiful Please do reopen with a new issue if you are still facing |
tinyphone is an effective SIP API. It has everything for normal SIP operation except conference.
Can you please add the Conference option?
The text was updated successfully, but these errors were encountered: