john990 / sipdroid

Automatically exported from code.google.com/p/sipdroid
GNU General Public License v3.0
0 stars 0 forks source link

Sipdroid not successfully connecting calls #77

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Log into sipdroid on draytel.  Green light.
2. In the sipdroid app window, type 9123#, the Draytel speaking clock and
hit enter.
3. It appears to connect a call, but there is no sound, and then it
force-closes.  logcat output is below:

adb logcat output:
W/dalvikvm( 1379): threadid=3: thread exiting with uncaught exception
(group=0x4000fe70)
E/AndroidRuntime( 1379): Uncaught handler: thread main exiting due to
uncaught exception
E/AndroidRuntime( 1379): java.lang.RuntimeException: Unable to start
receiver org.sipdroid.sipua.ui.Receiver: java.lang.
NumberFormatException: unable to parse '' as integer
E/AndroidRuntime( 1379):        at
android.app.ActivityThread.handleReceiver(ActivityThread.java:2417)
E/AndroidRuntime( 1379):        at
android.app.ActivityThread.access$2700(ActivityThread.java:112)
E/AndroidRuntime( 1379):        at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:1741)
E/AndroidRuntime( 1379):        at
android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 1379):        at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime( 1379):        at
android.app.ActivityThread.main(ActivityThread.java:3948)
E/AndroidRuntime( 1379):        at
java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 1379):        at
java.lang.reflect.Method.invoke(Method.java:521)
E/AndroidRuntime( 1379):        at
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:782)
E/AndroidRuntime( 1379):        at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:540)
E/AndroidRuntime( 1379):        at dalvik.system.NativeStart.main(Native
Method)
E/AndroidRuntime( 1379): Caused by: java.lang.NumberFormatException: unable
to parse '' as integer
E/AndroidRuntime( 1379):        at java.lang.Integer.parseInt(Integer.java:364)
E/AndroidRuntime( 1379):        at java.lang.Integer.parseInt(Integer.java:333)
E/AndroidRuntime( 1379):        at java.lang.Integer.valueOf(Integer.java:590)
E/AndroidRuntime( 1379):        at
org.sipdroid.sipua.ui.Receiver.onReceive(Receiver.java:353)
E/AndroidRuntime( 1379):        at
android.app.ActivityThread.handleReceiver(ActivityThread.java:2408)
E/AndroidRuntime( 1379):        ... 10 more
I/Process (  131): Sending signal. PID: 1379 SIG: 3
I/dalvikvm( 1379): threadid=7: reacting to signal 3
I/dalvikvm( 1379): Wrote stack trace to '/data/anr/traces.txt'
I/WindowManager(  131): onOrientationChanged, rotation changed to 0
I/Process ( 1379): Sending signal. PID: 1379 SIG: 9
I/ActivityManager(  131): Process org.sipdroid.sipua (pid 1379) has died.
W/ActivityManager(  131): Service crashed 2 times, stopping:
ServiceRecord{43ab2360 org.sipdroid.sipua/.ui.RegisterServi
ce}
I/WindowManager(  131): WIN DEATH: Window{439ceb38
org.sipdroid.sipua/org.sipdroid.sipua.ui.InCallScreen paused=false}
I/WindowManager(  131): WIN DEATH: Window{43a01448
org.sipdroid.sipua/org.sipdroid.sipua.ui.Sipdroid paused=false}
I/WindowManager(  131): WIN DEATH: Window{43a51358
org.sipdroid.sipua/org.sipdroid.sipua.ui.InCallScreen paused=false}
D/WindowManager(  131): released keyguard
I/ActivityManager(  131): Start proc org.sipdroid.sipua for activity
org.sipdroid.sipua/.ui.InCallScreen: pid=1415 uid=1

What version of the product are you using? On what operating system?

sipdroid 0.9.11 on android dev phone, android v1.5

I haven't made any successfully calls with sipdroid yet.

Original issue reported on code.google.com by kybernet...@gmail.com on 14 Jul 2009 at 11:08

GoogleCodeExporter commented 8 years ago

Original comment by pmerl...@googlemail.com on 16 Jul 2009 at 11:57

GoogleCodeExporter commented 8 years ago

Original comment by pmerl...@googlemail.com on 17 Jul 2009 at 9:11

GoogleCodeExporter commented 8 years ago
my connection was closing after thirty seconds. I can't hear any voice in 
seconds.

Original comment by tozakfik...@gmail.com on 20 Aug 2009 at 6:46