HimanshuYadav / siphon

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

Crash when * entered on keypad #77

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Start Siphon
2. Select the keypad to enter a phone number
3. Press the * key

What is the expected output? What do you see instead?
It should show the * key as part of the dial string.
Instead, Siphon immediately crashes.

What version of the product are you using? On what operating system?
Siphon beta 10, iphone 3G firmware 2.1

Please provide any additional information below.

Original issue reported on code.google.com by dblac...@gmail.com on 14 Nov 2008 at 3:57

GoogleCodeExporter commented 9 years ago
This also happens while in a call: press * and it should send DTMF '*' but it 
crashes.

Original comment by dblac...@gmail.com on 14 Nov 2008 at 3:58

GoogleCodeExporter commented 9 years ago
I think I had the same issue :
When unziping siphon.app, Windows do not accept the name "dial-*.aif", so it 
renames
it   and when it is installed on the iPhone Siphon can't find the file.
If you have a jailbreaked iPhone, try to rename the file via SSH. If not, try to
install Siphon via Mac OS.

Original comment by remi.seg...@gmail.com on 14 Nov 2008 at 5:02

GoogleCodeExporter commented 9 years ago
Thank you - I did install Siphon.app from Windows and noticed the problem with
extracting the dtmf-*.aif file but hadn't made the connection with the crashes 
when
pressing the * key.

I was able to extract and rename the file from a terminal (my iphone is 
jailbroken),
and with the file now present on the phone and properly named, it no longer 
crashes.

That said, the file should be given another name in the app as installed, since 
a
file with that name cannot be created on Windows.  

Original comment by dblac...@gmail.com on 14 Nov 2008 at 2:01

GoogleCodeExporter commented 9 years ago
Fixed in Siphon beta 11.
This issue arrives for windows users. Because when you uncompress sip file, 
windows
can't create dtmf-*.aif. '*' is wilcard on windows not on MacOS.

So in the next version if one sound file doesn't exist, Siphon doesn't try to 
access
them. 

Original comment by samuelv0...@gmail.com on 14 Nov 2008 at 9:20