r3gis3r / CSipSimple

CSipSimple Mirror (no pull-requests here)
http://www.csipsimple.com
GNU Lesser General Public License v3.0
302 stars 227 forks source link

Project abandoned #69

Open ramack opened 6 years ago

ramack commented 6 years ago

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 ;-(

ftoledo commented 6 years ago

any active fork exists? i like this client, always run fine with asterisk. =|

amakukha commented 5 years ago

Looks like the app was pulled off the Play Store.

ftoledo commented 5 years ago

bad luck, we need good open source sip/iax client to avoid things such zoiper =(

NausX commented 5 years ago

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.

vesselict commented 5 years ago

I hope someone will fork it, as it's the only app that work with TLS+SRTP on asterisk...

gtjoseph commented 5 years ago

Bria's TLS+SRTP implementation works fine with Asterisk. Their push service also works fine with Asterisk although it's a paid add-on.

ftoledo commented 5 years ago

We need free software that have these capabilities =|

tomasz-lasko commented 5 years ago

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.

overconscious commented 5 years ago

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 comes up) - perhaps on F-Droid if its policy allows.

Here is the latest version from Google Play (before it was removed), which I personally use:

http://server2.internetdsl.pl/CSipSimple.apk http://server2.internetdsl.pl/CSipSimpleCodecPack.apk http://server2.internetdsl.pl/CSipSimpleG729.apk

rickyManalo commented 5 years ago

I badly need this to run on Oreo currently. Any easy alternatives right now?

tomasz-lasko commented 5 years ago

Here is the latest version from Google Play (before it was removed), which I personally use:

http://server2.internetdsl.pl/CSipSimple.apk http://server2.internetdsl.pl/CSipSimpleCodecPack.apk http://server2.internetdsl.pl/CSipSimpleG729.apk

Great, thanks a lot! It works on my Android 9 Oreo Samsung phone!

@rickyManalo these links work on my Oreo :)

rickyManalo commented 5 years ago

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?

rickyManalo commented 5 years ago

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.

rickyManalo commented 5 years ago

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.

guysoft commented 5 years ago

I warmly suggest to post the apk files to the release tab and tag them. So they are easy to find.

rickyManalo commented 4 years ago

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.

guysoft commented 4 years ago

@rickyManalo Can you please fork this repo, then commit your changes in a version control so we can actually see what you changed? It might also encourage people to send you pull requests, improving the code and bringing the project back from the dead. Thats the idea behind github.

ftoledo commented 4 years ago

hi @guysoft and @rickyManalo i try to build and get error, see #81 can you help with some info? maybe creating a wiki page with build instructions

thanks!

rickyManalo commented 4 years ago

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.

guysoft commented 4 years ago

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.

rickyManalo commented 4 years ago

@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.

tqcenglish commented 4 years ago

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. https://github.com/firebase/quickstart-android/issues/4

rickyManalo commented 4 years ago

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.

easyyu commented 4 years ago

Can someone tell me in veeery simple way:

  1. Is it working on last android version the link above (what was on gplay)?
  2. From project: https://github.com/rickyManalo/CSipSimpleV2 where can I found the .apk file? Thx
rickyManalo commented 4 years ago

Can someone tell me in veeery simple way:

  1. Is it working on last android version the link above (what was on gplay)?
  2. From project: https://github.com/rickyManalo/CSipSimpleV2 where can I found the .apk file? Thx
  1. I think it would, it's already compiled after all. It worked on my Oreo device before.

  2. I did not include the apk because I modified the code for my use and it might not be the result you want. You can clone the project and modify it as you want.

Sytten commented 4 years ago

I am new to VoIP but I am a developer, is it still relevant to fork and maintain this software?

crankdaworld commented 4 years ago

Hi @rickyManalo

                It would be of great help, if you can build csip for 64 bit architecture. Useful since Google play is accepting 64 bit libs also for newer handsets archi.
asymcon commented 4 years ago

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 comes up) - perhaps on F-Droid if its policy allows.

Here is the latest version from Google Play (before it was removed), which I personally use:

http://server2.internetdsl.pl/CSipSimple.apk http://server2.internetdsl.pl/CSipSimpleCodecPack.apk http://server2.internetdsl.pl/CSipSimpleG729.apk

Unfortunately those links are dead, anyone have them mirrored?

Thanks

easyyu commented 4 years ago

Hello.. Somwhere I downloaded (I think from cSipSimple google group) these files. They claimed that it is last version:

CSipSimple.zip [CSipSimple-r2470-trunk.zip…]() CSipSimpleG729CodecPlugin.zip

rickyManalo commented 4 years ago

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.

ftoledo commented 4 years ago

hi @rickyManalo , please, can you build a release at yout github?, I like to try it. Also, maybe can be cool if your mods and another. can be merge into a mainline project (this or want you agree) and reactive this app again. Simple wiki page with build instructions can help too!

thanks!

pergolafabio commented 3 years ago

Is there an updated apk available?

rickyManalo commented 3 years ago

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 notifications@github.com wrote:

Is there an updated apk available?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/r3gis3r/CSipSimple/issues/69#issuecomment-766978338, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKSOI6GQG54I4ODOHPXPMTLS3WSSRANCNFSM4D6A4ZHQ .

CybSnoopy commented 3 years ago

What about : https://sourceforge.net/projects/csipsimple/ ???

dmfr commented 2 years ago

Update for current tools and APIs, some features missing but it is usable, if anyone interested : https://github.com/dmfr/CSipSimple-tmp

Harut42 commented 2 years ago

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 https://github.com/r3gis3r/CSipSimple/issues/69#issuecomment-971895727, 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

rickyManalo commented 2 years ago

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 <https://github.com/r3gis3r/CSipSimple/issues/69#issuecomment-971895727 , 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 https://github.com/r3gis3r/CSipSimple/issues/69#issuecomment-971917297, 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.

pat247 commented 2 years ago

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)?

Here is the latest version from Google Play (before it was removed), which I personally use: http://server2.internetdsl.pl/CSipSimple.apk http://server2.internetdsl.pl/CSipSimpleCodecPack.apk http://server2.internetdsl.pl/CSipSimpleG729.apk

Unfortunately those links are dead, anyone have them mirrored?

Thanks

Also, https://csipsimple.ca

b1llab0ng commented 2 years ago

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

asymcon commented 2 years ago

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

It's no good unfortunately. Requires TOS acceptance just to add 3rd party SIP account, which is a red flag.

darkbasic commented 2 years ago

Requires TOS acceptance just to add 3rd party SIP account, which is a red flag

WTF? Isn't it GPLv3?

compuguy commented 2 years ago

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

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: https://github.com/r3gis3r/CSipSimple/issues/69#issuecomment-1156018642 You are receiving this because you are subscribed to this thread.

Message ID: @.***>