HiTechUSA / siphon

Automatically exported from code.google.com/p/siphon
0 stars 0 forks source link

Siphon crashes while dialing iOS 4.2, Siphon v2.3rc4 #470

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. install Siphon on iOS 4.2.1 (iPod Touch 2g)
2. setup SIP
3. dial any number

What is the expected output? What do you see instead?
Works on iOS 4.1 perfectly but dialing the number crashes Siphon and returns to 
Home screen on iOS 4.2.1

What version of the product are you using? On what operating system?
Siphon 2.3rc4, iOS 4.2.1

Please provide any additional information below.

Original issue reported on code.google.com by rajesh.m...@gmail.com on 27 Nov 2010 at 11:16

GoogleCodeExporter commented 8 years ago
Hello, 
Same for me on an iPhone 3G.
Thanks far all

Original comment by NeriPh...@gmail.com on 27 Nov 2010 at 5:14

GoogleCodeExporter commented 8 years ago
Hi.
Have iPhone 3G 8G and iOS 4.2.1.
That problem.

Original comment by andy.par...@gmail.com on 29 Nov 2010 at 5:57

GoogleCodeExporter commented 8 years ago
Siphne Team:
Please help us with a update.  This is not working on iOS 4.2.1  We need a 
software revison.
Thanks in advance

Original comment by ronramir...@gmail.com on 29 Nov 2010 at 7:20

GoogleCodeExporter commented 8 years ago
Hi,
iPhone 3GS and iOS 4.2.1
Same problem, these are my last log lines:
________________________________________________________________________________
_______________________________________________________
 09:39:06.588    tsx0xb44264  State changed from Null to Calling, event=TX_MSG
 09:39:06.588    dlg0xb49e64  Transaction tsx0xb44264 state changed to Calling
 09:39:06.588         call.m  Call 0 state=CALLING
 09:39:06.593 sip_endpoint.c  Processing incoming message: Response msg 407/INVITE/cseq=15305 (rdata0xb3b864)
 09:39:06.593   pjsua_core.c  RX 573 bytes Response msg 407/INVITE/cseq=15305 (rdata0xb3b864) from UDP 192.168.1.1:5060:
SIP/2.0 407 Proxy Authentication Required
Via: SIP/2.0/UDP 
192.168.1.197:5060;branch=z9hG4bKPjbzYbjD1947Nuaoyqtt1UyMEouE-54I8z;received=192
.168.1.197;rport=5060
From: "674" <sip:674@sip.test.it>;tag=x2UAIYyw1oe9tyB3gTLO.Bx4htY0IhzD
To: sip:622@sip.test.it;tag=as640547c4
Call-ID: cI3ls1qwAbnEuyl-dZGH4EEeFPMZ3A2i
CSeq: 15305 INVITE
User-Agent: Test PBX
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO
Supported: replaces
Proxy-Authenticate: Digest algorithm=MD5, realm="Test Pbx", nonce="35ea1a40"
Content-Length: 0

--end msg--
 09:39:06.593    tsx0xb44264  Incoming Response msg 407/INVITE/cseq=15305 (rdata0xb3b864) in state Calling
________________________________________________________________________________
_______________________________________________________

Log file truncates here.

Original comment by xxdede@gmail.com on 30 Nov 2010 at 8:48

GoogleCodeExporter commented 8 years ago
I have the same issue too, if you need more info, you can aske me!!

Original comment by jrmr2...@gmail.com on 6 Dec 2010 at 10:35

GoogleCodeExporter commented 8 years ago
just try to disabled echo canceller from the settings 

and try to do a call.

may it helps you as it helps me.

Original comment by khatrida...@gmail.com on 15 Dec 2010 at 6:14

GoogleCodeExporter commented 8 years ago
Tried it and it does not work. Tried all kinds of combinations. It crashes when 
you press the call button.

Original comment by rajesh.m...@gmail.com on 15 Dec 2010 at 6:28

GoogleCodeExporter commented 8 years ago
Hi,

     Please let me know , through which version of the SDK you got your build . 

Original comment by pranav.r...@gmail.com on 15 Dec 2010 at 7:05

GoogleCodeExporter commented 8 years ago
I installed the deb version of siphon, but still crashed it... =(

i disabled the echo canceller and still the same... 

Original comment by jrmr2...@gmail.com on 15 Dec 2010 at 11:06

GoogleCodeExporter commented 8 years ago
Hello, 
Same for me on an iPhone 3G.
Thanks far all

Original comment by neosepel...@gmail.com on 20 Dec 2010 at 3:21

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Hello,
iPhone 4 ios 4.2.1 crash when try to call or recieves call.
Thanks for all

Original comment by h.gan...@gmail.com on 27 Dec 2010 at 11:10

GoogleCodeExporter commented 8 years ago
Hi guys, I have given a temporary solution to this. Please check out my blog. 
http://blog.prabhubeeman.com/post/2428926042/siphon-crashes-on-os-4-2-1

Original comment by prabhu.b...@gmail.com on 1 Jan 2011 at 3:43

GoogleCodeExporter commented 8 years ago
If your analyze is right, here is a fix.
Replace titleRectForContentRect in PushButton.m by:
- (CGRect)titleRectForContentRect:(CGRect)contentRect
{
    CGRect rect = _contentRect;

    rect.origin.y = rect.size.height;
    rect.size.height = [UIFont buttonFontSize];

    return rect;
}

In MenuCallView.m add after line 129:
    _buttons[pos].titleLabel.textAlignment = UITextAlignmentCenter;

Original comment by samuelv0...@gmail.com on 1 Jan 2011 at 6:59

GoogleCodeExporter commented 8 years ago
Thanks for the fix. I can't test it right away, but will verify it in a couple 
of days and let you know. 

Original comment by prabhu.b...@gmail.com on 1 Jan 2011 at 7:54

GoogleCodeExporter commented 8 years ago
After implementing the fix given in Comment#13 the build taken using 4.2.1 SDK 
worked, but for some reason the build taken using the 3.0 SDK still crashes. I 
wont be able to test Samuel's fix in the near future as I dont have access to 
4.x SDK currently. If someone else can test it that would be great.

Original comment by prabhu.b...@gmail.com on 3 Jan 2011 at 1:53

GoogleCodeExporter commented 8 years ago
So, how can we fix it?

Original comment by jrmr2...@gmail.com on 3 Jan 2011 at 3:22

GoogleCodeExporter commented 8 years ago
You can try either comment#13 or comment#14.
comment#13 worked for me when built using 4.2.1 SDK. I will not be able to tell 
if comment#14 works since I don't have access currently to the 4.2.1 SDK.

Original comment by prabhu.b...@gmail.com on 3 Jan 2011 at 4:21

GoogleCodeExporter commented 8 years ago
Hi, I just wanted to know how to implement the fix on comment #13 or 14.
Do I have to take the sources on this site (with the source link).
And if yes when I'll have finished to make the changes How do I compile the 
project.

Original comment by oukibill@gmail.com on 5 Jan 2011 at 7:16

GoogleCodeExporter commented 8 years ago
Can someone upload a fixed version somewhere? I use PC, and am not able to 
install the SDK to recompile.

Original comment by do...@donnycryer.com on 6 Jan 2011 at 8:14

GoogleCodeExporter commented 8 years ago
anyone upload it. plz. 

Original comment by neolud...@gmail.com on 11 Jan 2011 at 4:32

GoogleCodeExporter commented 8 years ago
Hello Everyone,

It would be very great if someone can upload a fix version for PC User ?
Or a date for the new version ?

Original comment by Wro...@gmail.com on 13 Jan 2011 at 11:00

GoogleCodeExporter commented 8 years ago
Can anyone who has tried to fix the comments by Samuel or Prabhu upload a 
version for iPhone/iPod 4.2.1? Some of us do not have a chance to make the 
changes suggested or compile in order to test.

Thanks in advance.
@Sam - would appreciate if you could help and make another release with updates 
since June 2010.

Original comment by rajesh.m...@gmail.com on 14 Jan 2011 at 6:20

GoogleCodeExporter commented 8 years ago
I'm working on a new version with multi account support.
So I believe I won't update this version. I hope you will be able to wait the 
new version.

Original comment by samuelv0...@gmail.com on 16 Jan 2011 at 6:58

GoogleCodeExporter commented 8 years ago
Thanks Sam.

Will wait and look forward to new version :-)

Original comment by rajesh.m...@gmail.com on 16 Jan 2011 at 6:12

GoogleCodeExporter commented 8 years ago
Lo,
Did anyone compiled the fix? Windows machine here...
Thanks!!

Original comment by mediagat...@gmail.com on 24 Jan 2011 at 7:44

GoogleCodeExporter commented 8 years ago
Hi,
Can anyone give us a rough estimate on when the fixed build will be released? 
Kinda curious.

Original comment by Darkragn...@gmail.com on 29 Jan 2011 at 4:55

GoogleCodeExporter commented 8 years ago
Hello,
A multi account version of the SW would be great but can this issue be fixed 
ASAP? I am sure a lot of users are having this problem. I had not upgraded to 
4.2.1 because of this program but did it this week as I forgot this issue. 
Siphon is very useful to me, please fix!
Thanks.

Original comment by dqui...@gmail.com on 15 Feb 2011 at 9:47

GoogleCodeExporter commented 8 years ago
I am waiting already more than one month for this because I already have 
updated to 4.2.1 and I don't want to downgrade anymore.

In the meantime, I have switched to Nimbuzz now. Quality is also Ok in Nimbuzz. 
Nimbuzz is in the official App store.

Original comment by albzey on 15 Feb 2011 at 10:10

GoogleCodeExporter commented 8 years ago
Waiting for a RC5 please... I have just update my iphone 3g to IOS 4.2.1 and 
SIPHON crash when dialing...

Original comment by agu...@gmail.com on 16 Feb 2011 at 9:17

GoogleCodeExporter commented 8 years ago
Any ETA on the new version, i just updated to 4.2.1 and now my fav app crashes 
:( sad times...

Original comment by dun...@gmail.com on 20 Feb 2011 at 1:34

GoogleCodeExporter commented 8 years ago
I too am excited for the release, I hope there is some sort of lock screen 
answering system implemented because that would be awesome!

Original comment by jonathan...@gmail.com on 20 Feb 2011 at 6:06

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I have tried the fix Comment 13 and 14. They both work OK on my iphone-3GS 4.2.1

Original comment by buckingh...@googlemail.com on 24 Feb 2011 at 5:24

GoogleCodeExporter commented 8 years ago
is it possible that you can post the compiled code in .deb for for us laymen? 
I've been high and dry without my Siphon for months...

Original comment by jdonohu...@gmail.com on 24 Feb 2011 at 8:04

GoogleCodeExporter commented 8 years ago
I dont think its as easy as ppl just posting new deb files, i think its gonna 
require us doing it ourselves and compiling it. 

Alas, not being a programmer, i wouldnt have the first clue where to start with 
this, are their any instructions anywhere on how to mod the code and compile it 
:)

Original comment by dun...@gmail.com on 24 Feb 2011 at 12:32

GoogleCodeExporter commented 8 years ago
I release a first alpha version of Siphon.
You have to add a new source in cydia :
  http://svsip.free.fr/repository/cydia

Enjoy !!

Original comment by samuelv0...@gmail.com on 24 Feb 2011 at 9:23

GoogleCodeExporter commented 8 years ago
Just curios: Why not replace the deb in the main repository? It is anyway not 
useable there at the moment, so anything which at least has some function at 
all is better than what we currently have in there.

Original comment by albzey on 24 Feb 2011 at 9:30

GoogleCodeExporter commented 8 years ago
Because it's an alpha version !!! And if I put on bigboss repository, there 
will be many complain :-(

Original comment by samuelv0...@gmail.com on 24 Feb 2011 at 9:32

GoogleCodeExporter commented 8 years ago
But I guess less complain than right now, wouldn't it? Because right now, it 
doesn't work at all. And with this alpha version, it finally works again.

Whereby I guess that most users have anyway already switched over to another 
client. (Because what would you do if you need SIP and Siphon just doesn't work 
anymore for you.)

Original comment by albzey on 24 Feb 2011 at 9:47

GoogleCodeExporter commented 8 years ago
iv installed the new alpha version, but it wont let me press the "save" button 
in the new account window...

Iv filled in name, username, password, domain and description, but the save 
button is still greyed out... Any ideas ?

Original comment by dun...@gmail.com on 24 Feb 2011 at 10:00

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
So it still wont work in 4.2.1 ? bugga, no worries... Im thankful to the 
developers for their work on this app, just wondering when a version will be 
out for 4.2.1 :)

Original comment by dun...@gmail.com on 24 Feb 2011 at 10:12

GoogleCodeExporter commented 8 years ago
Yes I know. And I really appreciate the work!

But curios: Isn't probably the big majority using 4.2.1 already? And even if 
not: Aren't the users of the most recent iOS version anyway the most important 
user base?

Original comment by albzey on 24 Feb 2011 at 10:13

GoogleCodeExporter commented 8 years ago
The alpha version in the new repository works for me! Well, I can make calls, 
that is what I have checked and what probably is the most important function 
(and the only one I use). And it doesn't work in the other version.

Original comment by albzey on 24 Feb 2011 at 10:16

GoogleCodeExporter commented 8 years ago
I'm closing this issue. And if you have some problem, I ask you to create a new 
issue with all informations to reproduce the bug.
@dun...@gmail.com, could you create a new issue with the version of iOS, the 
device...
The save button is enabled when username, password and domain are defined.

Original comment by samuelv0...@gmail.com on 24 Feb 2011 at 10:20

GoogleCodeExporter commented 8 years ago
@dun...@gmail.com:
I had that issue when I clicked "advanced options" at the bottom, then came 
back to the main screen.  When I erased and retyped my password, the "Save" 
button became available again.

@samuelv0...@gmail.com:
Thanks so much for your awesome work!

Original comment by owent...@gmail.com on 24 Feb 2011 at 10:24

GoogleCodeExporter commented 8 years ago
siphon 3.9.0 installated with cydia,work fine with wifi but not availlable in 
3G!

Original comment by Hilt.nic...@gmail.com on 24 Feb 2011 at 11:21

GoogleCodeExporter commented 8 years ago
It works. Thanks @Sam.

Original comment by rajesh.m...@gmail.com on 25 Feb 2011 at 6:39

GoogleCodeExporter commented 8 years ago
comment 47: will be fixed in the next version.

Original comment by samuelv0...@gmail.com on 25 Feb 2011 at 8:00