Open GoogleCodeExporter opened 8 years ago
Which Siphon version?
What are your settings?
Original comment by samuelv0...@gmail.com
on 12 Jul 2011 at 10:34
Hi, samuel
Siphon version: 2.3
Settings:
regTimeout:3000
enableEC :YES
siphonOverEDGE:YES
the other settings is default.
Original comment by nicolec...@jpsolutions.com.sg
on 13 Jul 2011 at 4:42
[deleted comment]
[deleted comment]
I found the solution..
I've got same ploblem like you..
But I installed new version then everything is going great!!!
You have to download siphon 3.9.15..
Thanks..!
Original comment by great-...@hotmail.com
on 13 Jul 2011 at 9:25
Hi, can you share the source code for siphon 3.9.15?
because i searched on google and can only find the source code for siphon 2.3.
Thanks
Original comment by nicolec...@jpsolutions.com.sg
on 14 Jul 2011 at 2:06
Dear Samuel,
May i know how to send you private message?
Thanks
Regards
Sarah
Original comment by pehpeh...@gmail.com
on 14 Jul 2011 at 4:02
You can install the beta version, for that:
You have to add a new source to cydia: http://svsip.free.fr/repository/cydia
You will be able to install the development version for iOS 4.X
If you have an issue, you should read this:
http://code.google.com/p/siphon/issues/detail?id=504#c24
and
http://code.google.com/p/siphon/issues/detail?id=504#c28
Original comment by samuelv0...@gmail.com
on 14 Jul 2011 at 10:19
Hi, Samuel
You didn't release the siphon 3.9.15 source code, right?
I want to develop some my own thing on the basics of your source code.
but the released source code of version 2.3 has the above problem.
so can you guide me how to solve that problem from source code level?
Original comment by nicolec...@jpsolutions.com.sg
on 15 Jul 2011 at 2:58
Dear Samuel
I add exit(0) function to force the app reload everytime when you click the app
icon in IOS 4 later.
-(void)applicationDidEnterBackGround:(UIApplication *)application
{
exit(0);
}
I didn't call [ self sipCleanup] to clean sip registration, want to keep the
sip registration even though users exit application.
But that will cause another prbolem.
because i add push notification for incoming call service when you exit the
application.
so if somebody call you, you will receive an incoming call push notification
and you click view button, launch application and popup call view.
but now after exit application and wait for more than 2 minutes, after you
click push notification view button and launch application auto, but the cal1
view will not popup sometimes, if you wait for less than 1 minutes after exit
app, the call view will popup.
will appreciate for sharing the code.
Thanks
Original comment by nicolec...@jpsolutions.com.sg
on 15 Jul 2011 at 3:34
Original comment by samuelv0...@gmail.com
on 24 Jul 2011 at 8:01
Original issue reported on code.google.com by
nicolec...@jpsolutions.com.sg
on 12 Jul 2011 at 6:34