Menu

#166 Rapid re-registration while sending SMS

WontFix
nobody
None
Medium
Defect
2010-11-14
2010-08-25
Anonymous
No

Originally created by: dc3de...@gmail.com
Originally owned by: r3gis...@gmail.com

What steps will reproduce the problem?
1. Locate where you have WiFi (and data is using WiFi)
2. Send an SMS message, go back to home screen
3. Notice that CSipSimple Re-Registers twice.

What is the expected output? What do you see instead?

Expected: CSipSimple stays registered via WiFi until WiFi is no longer available
Found: CSipSimple seems to re-register whenever Mobile is used by another app while WiFi is available.

Please use labels and text to provide additional information.

I think that CSip is registering on Mobile data when another app uses Mobile data (as SMS must), then when that app is finished using Mobile data, CSip registers via WiFi again. I believe that once CSip is registered via WiFi, it should keep using WiFi until that connection is lost, regardless of Mobile usage by other apps.

Discussion

  • Anonymous

    Anonymous - 2010-08-26

    Originally posted by: r3gis...@gmail.com

    Yes probably linked to issue 156. I'm implementing something for that. Besides I changed the way we listen to mobile data changes (previously we were using a private api - as done in sipdroid - but as there is an public api for that (maybe more reliable)).

    I take the point, since any changes on the subject could conflict my changes.

    Owner: r3gis.3R
    Status: Accepted

     

    Related

    Tickets: #156

  • Anonymous

    Anonymous - 2010-08-27

    Originally posted by: r3gis...@gmail.com

    You can test with -12-24 and let me know if problem still present. I started to rework on this part. Maybe it improve things... don't really know for now.

    It's not impossible that the re-registration is needed after a sms. Maybe sockets are closed and renew is needed (just a though, I don't know really).

     
  • Anonymous

    Anonymous - 2010-11-14

    Originally posted by: r3gis...@gmail.com

    I think this is a problem about something in android that briefly use data channel of the gsm, which turn down wifi a short instant.
    In that case, guess that it's safer to re-register.

    Status: WontFix

     

Log in to post a comment.