-
Notifications
You must be signed in to change notification settings - Fork 227
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
Project abandoned #69
Comments
any active fork exists? |
Looks like the app was pulled off the Play Store. |
bad luck, we need good open source sip/iax client to avoid things such zoiper =( |
That's sad, I liked that one. Linphone for android looks promising as an alternative but not ready yet I think. I just tried the SIP-TLS transport yesterday and it doesn't seem to work as it only register as regular TCP. Also, it doesn't run properly in background, if you purge the cache, you will have to manually re-open it. |
I hope someone will fork it, as it's the only app that work with TLS+SRTP on asterisk... |
Bria's TLS+SRTP implementation works fine with Asterisk. Their push service also works fine with Asterisk although it's a paid add-on. |
We need free software that have these capabilities =| |
Is it possible that someone makes a "somehow trusted" build of just lastest stable commit (or something like that, you probably all know what I mean)? And then put the .apk somewhere once for all times (even if a possible problem and/or incompatibility with new Android releases shows up in the future, but someone may want to download it anyway). Perhaps put it on F-Droid if its policy allows. This way, if someone wants to install that .apk (e.g. has a system that the .apk works on, or for any reason they have), then they simply can try to do it. There can be some warning, caveat, etc of any kind needed - very simple, or very informative. |
Here is the latest version from Google Play (before it was removed), which I personally use: http://server2.internetdsl.pl/CSipSimple.apk |
I badly need this to run on Oreo currently. Any easy alternatives right now? |
Great, thanks a lot! It works on my Android 9 Oreo Samsung phone! @rickyManalo these links work on my Oreo :) |
Which of those apks should I decompile? I modified my csip to add some features for my use case. And do I need to install all of that? |
I was somehow able to convert most parts of my copy to work on Oreo but I'm still getting some errors. This is my current weird error. https://stackoverflow.com/questions/57123318/error-inflating-class-android-widget-imagebutton-after-upgrading-app I hope you guys could help me. |
I was able to solve the problem above but the app still doesn't look great and still got some problems. Are you guys willing to help me with the rest of the work? My copy is modified quite a bit, not including the things that are really needs to be updated to make it work. |
I warmly suggest to post the apk files to the release tab and tag them. So they are easy to find. |
Hi guys, I just want to share my code that I was able to run on a Marshmallow device. There's some parts that I didn't touch because I don't need them. I hid some views especially on dialpad I think for my use case. I also replaced the parts that need ActionBarSherlock. There are some code that is only for my use that you can remove if you want like the OnBackPress on SipHome. Hope this helps. Here's the download link: https://drive.google.com/open?id=1NQtmWL2V270wMdXH9c8FXKEo-O7-ULUI And btw, there's a bug on the account setup part (forgot the name), the text aren't showing but clicking it shows the correct messages. I hope someone can fix that because I don't understand how that part works. |
@rickyManalo Can you please fork this repo, then commit your changes in a version control so we can actually see what you changed? |
hi @guysoft and @rickyManalo i try to build and get error, see #81 can you help with some info? thanks! |
Hi guys. I made a new repo that is base on @tqcenglish's version of csipsimple. Here's the link: https://github.com/rickyManalo/CSipSimpleV2. Hope this helps. Sorry @guysoft. There's too much changes I made that pushing the code to a forked one causes some issue that I don't want to deal with. |
Indeed, now I can see the source tree changed a lot - any idea why? I guess the next step is to build CSipSimpleV2. And have a release. |
@tqcenglish's version is already using gradle which is what Android Studio is using for some of it's configuration like library imports, api scopes and more. I don't know if you'll want what CSipSimpleV2's apk will be. It's heavily modified to meet my use case. Hiding views here and there and some added feature. I wanted to share the source code so anyone who wants to build a new csip app for themselves wouldn't have to go through what I did. Will if you really want it, I'll just build a simple release apk, the one without keystore, if you want. |
The biggest problem with android is that you can't push wakeup. If you want the background to stay active, the battery is a problem. firebase/quickstart-android#4 |
In my use case, csip (as how we call it internally) is only used for a short period of time so it wasn't a problem to me. Maybe you could use that ACTION-VIEW thing that you can set on the Manifest? I haven't used it so I don't know how to make it work. |
Can someone tell me in veeery simple way:
|
|
I am new to VoIP but I am a developer, is it still relevant to fork and maintain this software? |
Hi @rickyManalo
|
Unfortunately those links are dead, anyone have them mirrored? Thanks |
Hello.. CSipSimple.zip |
If those are old code, you'll have a lot of things to deal with. Use the code from my repo to make your life easier. |
hi @rickyManalo , please, can you build a release at yout github?, I like to try it. thanks! |
Is there an updated apk available? |
If I'm not mistaken, I left an apk file on the build folder of that
project. I'm sorry as I don't really manage this project anymore. I
uploaded this project in the hopes that someone better than me can help on
"modernizing" this project as I'm sure that I didn't make the best way to
fix the project.
<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
Virus-free.
www.avast.com
<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
…On Tue, Jan 26, 2021 at 1:26 AM pergolafabio ***@***.***> wrote:
Is there an updated apk available?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#69 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKSOI6GQG54I4ODOHPXPMTLS3WSSRANCNFSM4D6A4ZHQ>
.
|
What about : https://sourceforge.net/projects/csipsimple/ ??? |
Update for current tools and APIs, some features missing but it is usable, if anyone interested : |
Kudos to you for digging a project out of the grave that is no longer
maintained or working.
Il 17/11/2021 20:17, dmfr ha scritto:
Update for current tools and APIs, some features missing but it is
usable, if anyone interested :
https://github.com/dmfr/CSipSimple-tmp
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#69 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACGFF3PTYG7L7P3DMTQUDNDUMP5WHANCNFSM4D6A4ZHQ>.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
--
-
Andrea Cristofanini
[Mobile] +39 3291871756
[Mobile] +34 621350528
[Email] ***@***.***
[Website] https://www.securepath.biz/
[Website] https://covidschedule.it/
Secure Path SL
NIF B86961299
Passeo Morella 10, Entresuelo D
Castellon de la Plana - Spain
|
I needed it before as well, unfortunately.
<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
Virus-free.
www.avast.com
<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
…On Thu, Nov 18, 2021 at 3:47 AM Harut42 ***@***.***> wrote:
Kudos to you for digging a project out of the grave that is no longer
maintained or working.
Il 17/11/2021 20:17, dmfr ha scritto:
>
> Update for current tools and APIs, some features missing but it is
> usable, if anyone interested :
> https://github.com/dmfr/CSipSimple-tmp
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <#69 (comment)
>,
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/ACGFF3PTYG7L7P3DMTQUDNDUMP5WHANCNFSM4D6A4ZHQ
>.
> Triage notifications on the go with GitHub Mobile for iOS
> <
https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675
>
> or Android
> <
https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub
>.
>
>
--
-
Andrea Cristofanini
[Mobile] +39 3291871756
[Mobile] +34 621350528
[Email] ***@***.***
[Website] https://www.securepath.biz/
[Website] https://covidschedule.it/
Secure Path SL
NIF B86961299
Passeo Morella 10, Entresuelo D
Castellon de la Plana - Spain
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#69 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKSOI6AY5G2LANPJKDFFICLUMQBGNANCNFSM4D6A4ZHQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Also, |
Perhaps it's time to move on to an actively maintained project. |
It's no good unfortunately. Requires TOS acceptance just to add 3rd party SIP account, which is a red flag. |
WTF? Isn't it GPLv3? |
I'm reading over the TOS. It sounds like that only covers when you sign up or login with a Linphone account....
…On June 15, 2022 1:54:26 AM EDT, Ondrej ***@***.***> wrote:
> Perhaps it's time to move on to an actively maintained project. Linphone has matured and is well maintained and works on latest Android versions. I've been using it on several devices. It supports SRTP & TLS. [Linphone - GitHub project](https://github.com/BelledonneCommunications/linphone-android)
It's no good unfortunately. Requires TOS acceptance just to add 3rd party SIP account, which is a red flag.
--
Reply to this email directly or view it on GitHub:
#69 (comment)
You are receiving this because you are subscribed to this thread.
Message ID: ***@***.***>
|
According to r3gis3r the project is abandoned with the comments
From all changes made on the underlying SIP stack (pjsip) and Android changes it would be faster to redevelop from scratch now :
So if anyone wants to continoue to maintain I guess the round is open for forks, but it might also make sense to think about the comments to redo the SIP client ;-(
The text was updated successfully, but these errors were encountered: