denisprokopchuk / siphon

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

Some issues occured #293

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The next problems occured:
1. In case of bad account or password or server unavailability (wifi
present internet not present) user can make a call. From my point of wiew
it is an error. User can make the call or connect to the voicemail only if
connection established. 
2. The settings values are not deleted during application uninstallation.
When user install the application next time the previous settings values
for user, password and server will be displayed. 
3. The Pjproject can't be compiled for g729a codec (when used only g729a
without g729b). Please fix the file g729.c

file g729.c existed code 
#ifndef G729B
  PJ_ASSERT_RETURN(output_buf_len >= L_PACKED_G729A * in_size/160,
#else

SHOULD BE CHANGED FOR

#ifndef G729B
  PJ_ASSERT_RETURN(output_buf_len >= L_PACKED_G729A * in_size/160,
   PJMEDIA_CODEC_EFRMTOOSHORT);                
#else

Best regards, Dima.

Original issue reported on code.google.com by dzmitry....@gmail.com on 15 Sep 2009 at 8:00

GoogleCodeExporter commented 9 years ago
I have research the problem with undeleted settings values.

The file /var/mobile/Library/Preferences/com.googlecode.siphone.plist should be
deleted during unistallation.
In that case the setting values will be clear next time.

Best regards, Dima

Original comment by dzmitry....@gmail.com on 17 Sep 2009 at 11:15

GoogleCodeExporter commented 9 years ago
First, you should create one issue by problem ;-)

1. Logically, you can call with your mobile subscription (not VoIP) 

2. If you remove your settings, after update, you still will have to define 
these
informations.

3. thx

Original comment by samuelv0...@gmail.com on 3 Oct 2009 at 8:29

GoogleCodeExporter commented 9 years ago

Original comment by samuelv0...@gmail.com on 16 Nov 2009 at 10:33