ykjainth / imsdroid

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

sip register to server in android-ngn-stack #328

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
ffffff

Original comment by namdv101...@gmail.com on 20 Aug 2012 at 8:31