Git Product home page Git Product logo

imsdroid's People

imsdroid's Issues

Re-opening issue #30 - java.lang.NoSuchMethodError

Unfortunately, the issue #30 
(http://code.google.com/p/imsdroid/issues/detail?id=30&can=1#makechanges) is 
not yet resolved. Yes, after performing the actions described in the document, 
we get a libtinyWRAP.so library in the bindings/java/android folder. But - due 
to a mistake in droid-makefile if someone tried to use this library in IMSDroid 
the application would crash. This was due to the dynamic linking of other 
libraries in the result library. I've attached the patch fixing that issue, but 
there is another one - java.lang.NoSuchMethodError: 
SwigDirector_MsrpCallback_OnEvent error on application startup. It seems like 
some more steps need to be done in order to build the new version. Please, 
check the whole process next time before setting the status to "Fixed" or wait 
for the confirmation from others. Thank you for your help though - it does make 
things much less complicated!

Original issue reported on code.google.com by [email protected] on 13 Aug 2010 at 2:53

  • Merged into: #30

Attachments:

IMSdroid not working with OpenIMSCore on public Internet

For all of you which try IMSdroid  with OpenIMSCore on public Internet:
It does not work if NAT is enabled on OpenIMSCore.
There is some code in OpenIMSCore missing which leads to SDP port manipulations 
even if a public IP is used. 

This has to be fixed in OpenIMSCore.


Original issue reported on code.google.com by [email protected] on 7 Aug 2010 at 5:07

wrong feedback on answer

What steps will reproduce the problem?
1. Calling the phone (from linphone on the pc) starts correctly and imsdroid 
shows the incoming call 
2. Answering the incoming call is randomly successful: often imsdroid shows 
that you have answered the call and start the incall timer
3. On the other side (Linphone) the call goes on ringing and ringing.....

What is the expected output? What do you see instead?
The answer should make the call start

What version of the product are you using? On what operating system?
r263 on HTC G1 (Dream). android 2.1

Original issue reported on code.google.com by [email protected] on 21 Aug 2010 at 5:38

Ekiga Account

What steps will reproduce the problem?
1.Ekiga Account 
2.
3.

What is the expected output? What do you see instead?
I tried to configure the account of Ekiga on IMS droid. I tried to put my 
account as follows: 
Display Name : Aabhas Garg
Public Identity: [email protected]
Private Identity : aabhasgarg
Password :  -----
Realm: sip:ekiga.net
Uncheck 3GPP Early IMS Security

Check either Enable WiFi or 3G
Proxy CSCF Host:ekiga.net
Proxy-CSCF Port: 5060
Transport: UDP
Proxy-CSCF Discovery:None
Uncheck Enable SigComp

Return to Home screen and click the sign in and say " Trying to register" but 
it did not work and say the message "UnRegistered: Dialog Terminated" " and 
then again to return the home screen and tried to configure NATT as I suspected 
:
Check Enable STUN/TURN
Check the radio button : Use this STUN/TURN Server
Server Address : stun.ekiga.net
Server Port: 3478

and then return to home screen again and click the sign in and say the same 
message as above.

Please let  me know if you have any idea.

Aabhas


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

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 5 Aug 2010 at 10:11

Registration to Open-IMS fails with 401

What steps will reproduce the problem?
1. Register to Open-IMS with the same settings as Mercuro
(Tried both with MD5 and AKAv1-MD5 set in Open-IMS side) 
2. After the second REGISTER (response to challenge), 401 Unauthorized - 
Challenging the UE is received 

What is the expected output? What do you see instead?
401 Unauthorized - Challenging the UE instead of 200 OK

What version of the product are you using? On what operating system?
ImsDroid Rev. 28, Android emulator, v 2.1, Open-IMS on Ubuntu

Wireshark flow attached

Original issue reported on code.google.com by [email protected] on 16 Jun 2010 at 9:23

Attachments:

silk codecs support

please add silk codecs support to imsDroid, that will by a good feature. 

Original issue reported on code.google.com by tayeb.meftah on 31 Jul 2010 at 7:41

tiny* makefile incorrect behaviour

I have found a mistake in your android-projects/makefile. The case is, you are 
using (cd ../$(PROJECT) ; $(MAKE) -f droid-makefile all; cp --force 
lib$(PROJECT).$(EXT) $(OUTPUT_DIR)) combo there, and if any project's make 
fails that does not mean the whole libtinyWRAP.so build process is going to 
fail since you get the result of the cp command as the last command result. 
During my experiments, I have made a mistake in the c code of tinyDAV project, 
but the buildAll.sh script kept working and producing the tinyWRAP library with 
the old version of tinyDAV, and since during compilation process there are 
loads of text going through the terminal, I haven't noticed a thing and kept 
experimenting... with no result at all. Only after some serious time I've 
realised the fact, that tinyDAV isn't being compiled at all! Attached is the 
patch to makefile fixing the issue, check it out please, it is a very serious 
problem!

Original issue reported on code.google.com by [email protected] on 2 Sep 2010 at 8:51

Attachments:

"Launch when system starts" fails to be permanently disabled

What steps will reproduce the problem?
Disable "Launch when system starts" and restart the phone more than once.

What is the expected output? What do you see instead?
After typically the second restart IMSdroid is launched at system start again.

What version of the product are you using? On what operating system?
imsdroid-1.0.214.apk on HTC Magic and Android 1.6




Original issue reported on code.google.com by [email protected] on 7 Aug 2010 at 5:12

IMSDroid/doubango architectural limitations

This is not a defect report, more like a request for comments on the 
IMSDroid/doubango architecture.
First of all, I would like to explain the problem I am facing, then I will give 
couple possible solutions, and, after that, ask the questions that I already 
have.
Problem: I need to know the exact production limits of the IMSDroid application 
on several devices currently present on the market, and how many simultaneous 
conference conversations they are able to have. I mean, we can possibly handle 
one encoder/decoder pair for h.263 video and pcmu audio encoder/decoder pair, 
but what if a user makes one more connection to another sip server and makes a 
video call there, will there be enough CPU/mem/etc to handle that one as well? 
Solution: There are two possible ways to check that. One - to make changes to 
the core itself, creating dummy encoder/decoder pair for audio and video, and 
making calculations there just to eat the CPU time and memory and see how it 
affects the overall performance. Another way is to establish a double sip 
connection, make a double video call and check the performance.
Questions: Since the code does not compile in the given version ( see issue 30 
), I was only able to try the second way. Everything went smooth at the 
beginning - I've created another MyAvSession object, given another registry 
information, was able to register and make a call with a given interface 
without any problems, but all tries to setup a double video sending/receiving 
failed. It seemed like there could not be two instances of  VideoProducer 
class, as soon as I made the MyAvSession's VideoProducer non-static (it was 
required to have two separate sessions), I had faced the non-working program. 
Further studying of the code revealed its source - the  ProxyProducer.cxx code 
inside bindings/common library, which is used for libtinyWRAP component 
building. There, the method setActive, which is being used during 
Proxy(Video/Audio)(Producer/Consumer) initialization, a static variable 
instance is being used. It means, we cannot have two video producers or two 
video consumers with the given architecture, am I right? Does that mean we 
cannot process and show two separate video streams from the different sources 
at the same time unless we rewrite the code library itself, or I am just 
confused and missing something inside program's structure? Please, shed some 
light. Thank you in advance.

Original issue reported on code.google.com by [email protected] on 18 Aug 2010 at 9:54

video is shown on the screen only after having started sending it

What steps will reproduce the problem?
1. Let's call imsdroid from linphone (video call)
2. Answering on imsdroid makes the video call start, linphone shows no video 
from imsdroid (green box)
3. from imsdroid "start video" makes the video sending start and makes the 
video (from linphone) appear on imsdroid's screen

What is the expected output? What do you see instead?
The video from linphone should appear on the screen even if I don't want to 
send the video from imsdroid

What version of the product are you using? On what operating system?
r263 - android 2.1 on g1

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 22 Aug 2010 at 4:32

Ringback tone

Ringback tone should only be played when we receive a 180 response.


Original issue reported on code.google.com by [email protected] on 26 Jul 2010 at 2:42

video rotated and flipd

I tested the newest IMSDroid on HTC Hero.
I made a video call between IMSDroid and linphone and found that the preview 
video is ok on HTC Hero, but the video sent out by HTC Hero was rotated and 
flipd on linphone.
Is there any solution for this issue?
Thanks a lot.


Original issue reported on code.google.com by [email protected] on 18 Aug 2010 at 3:05

Failed to make calls from imsdroid to pc client using OpenIMSCore

I tried to make a call from imsdroid to a pc client using Open IMS Core

Imsdroid is running on a real android 1.5 device which is connected to the 
internet (wifi) using a router, so it is behind nat.

The pc client I use is the MONSTER client. It is installed on the same pc that 
hosts the ims server. Calling from one pc to another works.

I also use a RTP Proxy on that pc.

Registration of imsdroid seems to work.

The problem is that I only have one way audio, from pc to mobile device.

Original issue reported on code.google.com by [email protected] on 17 Aug 2010 at 9:01

Disable touch screen using front face sensors, Motorola XT701 (and others)

What steps will reproduce the problem?
1.  When using the program, the touchscreen on my phone is still active.
2.  This can lead to any number of problems when touching the phoine to my ear 
or face.
3.  Can you disable the touchscreen while the sensor says the phone is near my 
face?

What is the expected output? What do you see instead?


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

IMSDroid 1,0,263  Android 2.1
Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 20 Aug 2010 at 4:41

Connect over 3G network fail

What steps will reproduce the problem?
1. Disable the wifi connection and enable 3G
2.
3.

What is the expected output? What do you see instead?
The client fails to register.

What version of the product are you using? On what operating system?
Android Market 07/29/2010 version 1.0.0.

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 30 Jul 2010 at 7:15

Show version number in about dialog

AFAICT there is currently no way to figure out which version of IMSdroid is 
currently running. If IMSdroid was installed through the Android Market, one 
can see the version there, but that does not help in private builds.

It would be nice, if one could see the version in the about dialog.

Original issue reported on code.google.com by [email protected] on 5 Aug 2010 at 12:16

Simple-XML uses the Apache 2.0 license

The copyrights wiki page doesnt list the license for simple xml

http://code.google.com/p/imsdroid/wiki/Copyrigths

the license in the tarball and at the top of the source files is Apache 2.0.

Original issue reported on code.google.com by [email protected] on 5 Aug 2010 at 11:13

minor build fix: remove (non?) utf-8 character

this is really non-essential, but it removes an annoying warning when compiling 
from a non-utf-8 console.

this is the warning i get:
    [javac] Compiling 244 source files to /home/bangert/thesis/imsdroid/imsdroid/bin/classes
    [javac] /home/bangert/thesis/imsdroid/imsdroid/src/org/doubango/imsdroid/Screens/ScreenSecurity.java:190: warning: unmappable character for encoding ascii
    [javac]                     intent.putExtra("explorer_title", "�a ne marche pas");
    [javac]                                                        ^
    [javac] 1 warning


the attached patch fixes the problem for me.
thanks

Original issue reported on code.google.com by [email protected] on 5 Aug 2010 at 12:45

Attachments:

Garbled(?) Contact header IP address

IMSdroid is really great!

it appears, though to produce somewhat garbled Contact headers.

The following is a captured request.

The client is behind NAT and configured to use stun from stunserver.org.
The Via header carries the correct outbound IP address, but the Contact headers 
IP address is wrong. It looks like a parsing error of some sort, since the 
first to digits of the correct IP address (84.) appear in the garbled on 
(8.0.4.0).

I'll try to investigate this further. please tell me if you have a good idea as 
to what i could try next.

Possibly this bug should be reported against the doubango project instead?!

thanks
kind regards
Thilo


REGISTER sip:ims.bangert.dk SIP/2.0
Via: SIP/2.0/UDP 84.238.115.140:44532;branch=z9hG4bK1281598842868;rport
From: <sip:[email protected]>;tag=1280350500534
To: <sip:[email protected]>
Contact: 
<sip:[email protected]:44532;transport=udp>;expires=600000;+g.oma.sip-im;language="e
n,fr";+g.3gpp.smsip;+g.oma.sip-im.large-message;audio;+g.3gpp.icsi-ref="urn%3Aur
n-7%3A3gpp-application.ims.iari.gsma-vs";+g.3gpp.cs-voice
Call-ID: 6006fe4d-d9aa-1176-7235-89ab50219b90
CSeq: 202943964 REGISTER
Content-Length: 0
Max-Forwards: 70
Authorization: Digest 
username="[email protected]",realm="ims.bangert.dk",nonce="",uri="sip:ims.ban
gert.dk",response=""
Allow: INVITE, ACK, CANCEL, BYE, MESSAGE, OPTIONS, NOTIFY, PRACK, UPDATE, REFER
Privacy: none
P-Access-Network-Info: ADSL;utran-cell-id-3gpp=00000000
User-Agent: IM-client/OMA1.0 IMSDroid/v1.0.180 (doubango r470)
P-Preferred-Identity: <sip:[email protected]>
Supported: path


Original issue reported on code.google.com by [email protected] on 5 Aug 2010 at 12:11

Phone Continues to ring long after call has been ended.

What steps will reproduce the problem?
1. Register phone as sip with Asterisk 
2. Place call to phone and hang up
3. It will continue to ring until you hit the end softkey.

What is the expected output? What do you see instead?
When the remote party disconnects the phone should stop ringing shortly after 
not continue to ring until I stop it. 


What version of the product are you using? On what operating system?
Latest from the market. Running on HTC Hero CDMA Android version 2.1-update 1 


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 30 Jul 2010 at 5:27

Unable to select front camera.

What steps will reproduce the problem?
1. Enter account details for service that supports video
2. Make a video call
3. Select send video

What is the expected output? What do you see instead?
Should have option/method to switch to front camera.  No way to switch to front 
camera.

What version of the product are you using? On what operating system?
1.0.263.  "Leaked" 2.1 uk firmware for Dell Streak

Please provide any additional information below.
Dell Streak and HTC EVO have front cameras. Code to switch cameras is 
apparently not the same.

Original issue reported on code.google.com by [email protected] on 23 Aug 2010 at 8:39

  • Merged into: #41

Application crash when the Proxy-CSCF IP address is unresolvable

What steps will reproduce the problem?
1. Open the application and set the Proxy-CSCF IP address as "127.0.0.1"
2. Try to Sign In
3.

What is the expected output? What do you see instead?
Should pop-up that connection failed, but the application crash

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 15 Jun 2010 at 7:53

large 4-5 second lag/delay.

Phone: LG GW620 (Eve), with android 1.5
I am using a SIP service that only supports the "PCMU" codec.
When only other codecs are enabled, it instantly ends any calls.

when the PCMU codec is inabled i have a 4-5 second lag/latency/delay.

The problem is not the network's fault because other sip devices work fine with 
an unnoticable delay, while connected to the same router.

It seems as if in the first few seconds the lag is very small, and after a few 
seconds it increases to 4-5 seconds, and remains there.

I am not sure if the lag happens on the voice coming in, going out, or both.

Is there an easy way that i could debug what's going wrong?

Original issue reported on code.google.com by [email protected] on 4 Aug 2010 at 5:55

Invalid length after TP-PI in RP_ACK

TP-PI field always contains 0x00 even if 'TP-UDP', 'TP-DCS' and 'TP-PID' are 
present. According to 3GPP TS 23.040 section 9.2.3.27:

 * The most significant bit in octet 1 and any other TP PI octets which may be added later is reserved as an extension bit which when set to a 1 shall indicate that another TP PI octet follows immediately afterwards.

 * If the TP UDL bit is set to zero then by definition neither the TP UDL field or the TP UD field can be present. If the TP-UDL bit is set to “1” but the TP-DCS bit is set to “0” then the receiving entity shall for TP-DCS assume a value of 0x00, i.e. the 7bit default alphabet.

 * If a Reserved bit is set to "1" then the receiving entity shall ignore the setting. The setting of this bit shall mean that additional information will follow the TP User Data, so a receiving entity shall discard any octets following the TP User Data.


Original issue reported on code.google.com by [email protected] on 8 Aug 2010 at 8:36

test IMSDroid with OpenIMSCore

What steps will reproduce the problem?
1.start OpenIMSCore
2.start IMSDroid in emulator
3.click sign in in IMSDroid 

What is the expected output? What do you see instead?
1、
"no active net work"(this problem has resolve by 
http://code.google.com/p/imsdroid/wiki/Testing_From_The_Emulator)

2、
set like that in the Identity:

Display Name:alice
Pub-ID:sip:[email protected]
Pri-ID:[email protected]
PW:alice
realm sip:open-ims.test
3GPP Early IMS Security:uncheck

set like that in the Network:
P-cscf IP:127.0.0.1
P-cscf prot:4060
UDP
None
Enable sipComp:uncheck

and I click sign in.
but it can not register to the IMS.
give me a "UnRegistered: Dialog terminated".

and I use wireshark to capture packet(filter is "sip"),and it capture nothing.
(that was resolve by not use the lookback 127.0.0.1)


What version of the product are you using? On what operating system?
IMSDroid1.0.214
ubuntu 9.04


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 4 Aug 2010 at 4:19

Unregistered: dialog terminated

I've downloaded the app from the site.

I tried to register following the direction 

dialog comes out saying Unregistered: dialog terminated.

How can i fix this problem?


Original issue reported on code.google.com by [email protected] on 25 Aug 2010 at 8:13

  • Merged into: #45

Can't connect to a stock Asterisk 1.4.35

What steps will reproduce the problem?
1. Identity

Display name: 123
Public ID   : sip:[email protected]
Private ID  : 123
Password    : mypassword
realm       : sip:sip.mydomain.net

2. Proxy host: sip.mydomain.net
Other value untouched

3. Click "Sign in"

What is the expected output? What do you see instead?
Should see the registration. Running tshark on the external IFace of Asterisk 
doesn't see any REGISTER packet. 

What version of the product are you using? On what operating system?
Android 2.1 - IMS 1.0.264 r473

Please provide any additional information below.
Asterisk (Linux Debian Lenny) is on the Internet with a public IP. I'm sitting 
in office behind NaT with 3 other SIP devices: a GrandStream video phone, an 
ATA with GSM gateway and Android with SipDroid. All of them connect to the 
server without any problem.

Daniel

Original issue reported on code.google.com by [email protected] on 27 Aug 2010 at 12:11

Two "Supported: precondition" header fields in INVITE

What steps will reproduce the problem?
1. a simple active call

What is the expected output? 
Only one "Supported: precondition" header field

What do you see instead?
Two "Supported: precondition" header fields

What version of the product are you using? On what operating system?
IMSdroid 1.0.180 on HTC Magic with Android 1.6

Original issue reported on code.google.com by [email protected] on 2 Aug 2010 at 6:08

Unable to select front camera.

What steps will reproduce the problem?
1. Enter account details for service that supports video
2. Make a video call
3. Select send video

What is the expected output? What do you see instead?
Should have option/method to switch to front camera.  No way to switch to front 
camera.

What version of the product are you using? On what operating system?
1.0.263.  "Leaked" 2.1 uk firmware for Dell Streak

Please provide any additional information below.
Dell Streak and HTC EVO have front cameras. Code to switch cameras is 
apparently not the same.

Original issue reported on code.google.com by [email protected] on 23 Aug 2010 at 9:05

Application crashes after sign out - sign in

First of all, I'd like to thank you for this developement, it looks awesome, 
and it works quite well!

I'm using imsandroid with the emu, and when I'm signed in an IMS net, and I 
sign out, the next time I try to sign in the application crashes. I've checked 
the traces, and all the messages are sent right, it even gets registered, but 
evenctually a message is shown: "The application IMSDroid (process 
org.doubango.imsdroid) has stopped unexpectedly" and then it closes.


Original issue reported on code.google.com by [email protected] on 4 Aug 2010 at 1:02

Client exits when sigcomp over udp is enabled on recieving 401 .

What steps will reproduce the problem?
1.Enable sigcomp.
2.Register a client over udp (phone used sony ericsson Xperia X10 mini android 
1.6)
3.Client exits on receiving 401.

What is the expected output? What do you see instead?
Client should be able to process the 401 and send Register with authentication 
response.

What version of the product are you using? On what operating system?
IM-client/OMA1.0 IMSDroid/v1.0.271 (doubango r479) on android 1.6 (sony 
ericsson xperia x10 mini android 1.6)

Please provide any additional information below.
The 401 is sent over sigcomp, but the server has a special behaviour where it 
does not create urn:uuid type of compartment id for sigcomp, instead it waits 
for the registration to complete successfully and then creates a sigcomp 
compartment id based on the registration call-leg(nothing but a unique number 
in the server used to identify a subscriber). The impact of this is the 401 
will not be compressed, it could even expand in size.
A similar problem was observed with mercuro client.
Please let me know if i can provide any other details like a pcap or log file.

Original issue reported on code.google.com by [email protected] on 2 Sep 2010 at 9:23

IMSDroid run on emulator using OpenIMSCore as IMS Core can't make call successful.

What steps will reproduce the problem?
1.start OpenIMSCore(use uctimsclient test it was work well)
2.start two IMSDroid (using two simulator)
3.alice and bob register was successful

What is the expected output? What do you see instead?
wireshark capture some packet request-URI was not the correctly IP.

What version of the product are you using? On what operating system?
IMSDroid 1.0.214
ubuntu 9.04

Please provide any additional information below.

(1)I capture two trace (one is when checked AoR item,the other is not)
(2)I had sent the two trace file to [email protected].
(3)the IM sent from alice to bob,can receive by bob correctly.
(4)the call initiated by alice,can receive by bob side(ringing),but after bob 
accept the call,alice side also ringing the waiting tone.

thanks in advance. 

Original issue reported on code.google.com by [email protected] on 6 Aug 2010 at 2:16

GPL Licence Violation

Hi there,

Firstly great work. It seems to work very well and you have managed to solve 
some issues that many of us have been struggling with. I applaud your efforts.

However, looking through the source code I see that some parts are missing. 
Most specifically the source code for the C libraries used.

As you are using both the FFMpeg library (LGPL/GPL) and the X264 Library (GPL) 
being linked together statically you are required to release the complete 
source code of your libtinyWRAP.so file to comply with the GPL licence.

Really looking forward to seeing this missing component.

Keep up the great work!

Original issue reported on code.google.com by [email protected] on 4 Aug 2010 at 1:50

Application crashes after enabling - disabling video

What steps will reproduce the problem?
1. During a call enabling video works
2. I want to disable it so I just click the "Disable video" menu-button
3. The application crashes (I get "The application IMSDroid (process 
org.doubango.imsdroid) has stopped unexpectedly")

What version of the product are you using? On what operating system?
Android 2.1 - htc g1

Original issue reported on code.google.com by [email protected] on 12 Aug 2010 at 10:21

output H264 video not well formated (RFC3984)

What steps will reproduce the problem?
1.Start IMSDroid and select video codec = H264-BP20
2.Start Linphone (http://www.linphone.org/) with H264 plugin
3.Make visio call beetween linphone client and IMSDroid

What is the expected output? What do you see instead?

The incoming video (from linphone client to IMSDroid) is correctly played on 
the android device (Desire) but there is no video on Linphone client despite of 
sends RTP/H264 from IMSDroid to Linphone client (wireshare traces in 
attachement).
The study of this trace show that:
1. The Sequence Parameter Set (SPS) is correctly set nal_type = 7
2. The Picture Parameter Set (PPS) is not well set. 
    The PPS is concatenated with the Supplemental enhancement information (SEI) and put in a FU_A which is not correct.
    The PPS must be put in a single packet with nal_type = 8
    The SEI must be put in single packet with nal_type = 6
3.The next frame is a non IDR picture (nal_type=1) which not correct an IDR 
must be send (nal_type=5)
4.After the nal_type seems to be not well set, because there is no nal_type = 5 
(IDR picture -> Key frame) in the trace


What version of the product are you using? On what operating system?
v1.0.271(doubango r479)

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 31 Aug 2010 at 5:38

Attachments:

phone continu ringing if call canceled

imsdroid will kype ringing evean if the phone call is canceled by the 
originatore

Original issue reported on code.google.com by tayeb.meftah on 31 Jul 2010 at 7:38

Where can I see SMS & chat logs? also pictures I've got are 0 kb.

What steps will reproduce the problem?
1. start imsdroid app on Galaxy S(2.1 ver)
2. start imsdroid app on emu(2.1 ver)
3. Dialer -> put sip address -> sending SMS

What is the expected output? What do you see instead?
I cannot see any SMS i've got from other user.
I got phone call using this app with emu & my phone 
and I tried to send a sms to other user but other user cannot get any sms also 
the logs about we sended sms to each phone & emu.
Are they in Chat room? but i can't see anything.. 
Another problem is when I sended a picture, there was a button to accept to get 
picture from other user, I accepted it, and it said Done! but all i could see 
is just black screen - i checked the file size was 0kb.
But when the message that other user is trying to send a picture pops up, it 
shows how big the file size is. 
Do you think it depends on sip server? I'm using IPTEL.ORG
I tried it with other server(sip2sip, pbxes) but it didn't work too.

What version of the product are you using? On what operating system?
Samsung Galaxy S - 2.1
G1 - 1.5
Emulator - 1.5, 2.1


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 25 Aug 2010 at 9:06

SUBSCRIBE during registration

What steps will reproduce the problem?
1. switch off all additional services in configuration
2. register to IMS system /3GPP early IMS Security: ON/
3.

What is the expected output? What do you see instead?
There are send SUBSCRIPTION messages not used for registration and rejected by 
IMS system

What version of the product are you using? On what operating system?
IMSDroid/v1.0.234 (doubango r472)
HTC Desire Android 2.2

Please provide any additional information below.
check wireshark trace /txt only/

Original issue reported on code.google.com by [email protected] on 9 Aug 2010 at 6:42

Attachments:

sending sms

What steps will reproduce the problem?
1. touch Dialer
2. put sip address number
3. touch sending SMS icon
4. put any word 
5. touch Send button

What is the expected output? What do you see instead?
 : I was expected to see SMS in History but i cannot see anything but also any alarms.

What version of the product are you using? On what operating system?
 : Samsung Galaxy 2.1
   Emu 2.1

Please provide any additional information below.
 : I tried the way you told me that you tested file transfer with sip2sip. I successed it so I appreciate it but I still have a trouble with sending SMS. 
My sip2sip number(address) is 2233422269. I set those numbers up on 
Options-Messaging section - 
    Ad-hoc Conference Factory -> sip:[email protected]
    SMS Center(SMSC) -> sip:[email protected]
and also cheched on Enable Binary SMS, but doesn't work... 
I tried to put sip:[email protected] on SMS Center blank, but it doesn't 
work too, I am so confused..
I looked up if sip2sip doesn't provide these service on sip2sip website, but i 
couldn't find it. 
Could you let me know which sip service you are using is enable to send sms? (I 
prefer free sip server..)
thank you!

Original issue reported on code.google.com by [email protected] on 30 Aug 2010 at 5:23

Failed to start SIP stack error on HTC Hero


What steps will reproduce the problem?
1. Verified settings in Options
2. Power cycle device, Exit/restart app
3. Verified other apps communicating via WiFi

What is the expected output? 
running wireshark, expecting to see attempts to register toward IMS core.

What do you see instead? When I select "Sign In", I quickly get two gray boxes 
- "failed to start SIP Stack" then "Failed to start SIP transport"

What version of the product are you using? On what operating system?
IMSDroid (can't find ver) on HTC Hero = Qualcomm MSM-7600,528 MHz,512MB 
ROM,288MB RAM, baseband ver 1.05.04.02.10, kernal ver 2.6.27-6bc66721, build 
1.66.590.1 CL135981

Please provide any additional information below.
None.

Original issue reported on code.google.com by [email protected] on 5 Aug 2010 at 7:28

Does not wake phone from sleep

What steps will reproduce the problem?
1. Put phone to Sleep/Standby
2. Place call to phone.
3. It will vibrate once then ring only when the power button is pushed.

What is the expected output? What do you see instead?
It Should ring when in standby mode. Instead it just vibrates once then rings 
when the phones power button is pushed.


What version of the product are you using? On what operating system?
Latest from Market as of 7/30/10  running on HTC HERO CDMA/Sprint version 
2.1-update 1.

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 30 Jul 2010 at 5:31

Missing call buttons

What steps will reproduce the problem?
1. make incoming or outgoing call
2.
3.

What is the expected output? What do you see instead?
- when call is in progress /accepted/, call progress screen is black without 
any button = it's not possible to end call

What version of the product are you using? On what operating system?
IMSDroid/v1.0.234 (doubango r472)
HTC Desire Android 2.2

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 9 Aug 2010 at 5:30

unable to register

What steps will reproduce the problem?
1.first time using the imsdroid-1.0.263
2.followed directions for identity and network
3.tried to sign in however error occured: unregistered-dialog terminated

What is the expected output? What do you see instead?
Unregistered-dialog terminated

What version of the product are you using? On what operating system?
1.0.263 ver. On htc evo

Please provide any additional information below.
do i have to register some place else?

Original issue reported on code.google.com by [email protected] on 25 Aug 2010 at 9:37

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.