Achaz / Achaz/imsdroid

sip register to server in android-ngn-stack

Open
#328 0 comments 0 reactions 0 assignees View on GitHub
auto-migrated Priority-Medium Type-Defect
Dominant language
Java
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

```
when you register to the server use a wrong user information, should get the
`NgnRegistrationEventTypes.REGISTRATION_NOK` event, but actually receive the
`NgnRegistrationEventTypes.UNREGISTRATION_OK` event.

when i check the code in `NgnSipService` class, method `public int
OnDialogEvent(DialogEvent e)` , switch code `case
tinyWRAPConstants.tsip_event_code_dialog_terminated:`, you directed broadcast
event `NgnRegistrationEventTypes.UNREGISTRATION_OK`, and in android-ngn-stack
all code don't have `NgnRegistrationEventTypes.REGISTRATION_NOK` event
broadcast.
```

Original issue reported on code.google.com by `idiottig...@gmail.com` on 8 Feb 2012 at 1:39

Contributor guide

No contributing guide indexed for this repository

Research direction

Start in the NgnSipService class and inspect public int OnDialogEvent(DialogEvent e), especially the tinyWRAPConstants.tsip_event_code_dialog_terminated switch case. Reproduce registration with incorrect user information and trace the broadcast event. Done means the failure reports NgnRegistrationEventTypes.REGISTRATION_NOK rather than NgnRegistrationEventTypes.UNREGISTRATION_OK.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, java
Domain
mobile
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.