mayurAzoi / idoubs

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

After Registering I am not able to make calls #66

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

Hello Dear

I call the method below 
[[NgnEngine getInstance].sipService unRegisterIdentity]

Then I call [[NgnEngine getInstance].sipService registerIdentity by passing my 
sip info in the code it's getting registered but when i try to make call it 
goes till -(BOOL) makeCall: (NSString*) validUri returns yes then sets the 
invite state terminating. 

In GUI it's disconnecting.

I have to relaunch the app then i call RegisterIdentity then it works

I would like to have the functionality LOGIN  & Logout.

Original issue reported on code.google.com by uma.iPho...@gmail.com on 8 Aug 2011 at 7:28

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Why do you want to register again each time you want to make call?
You have to register one time then make any number of calls you want. If you no 
longer want to make/receive calls then, close the application and it will 
register by itself.
iDoubs will automatically unregister when you start it and unregister when you 
kill the it.

Original comment by boss...@yahoo.fr on 8 Aug 2011 at 12:13

GoogleCodeExporter commented 9 years ago
Sir I would like to have the functionality using which user can switch to 
different sip info within the app. So it's need login and logout. After calling 
the UnregisterIdentity I am able to register with sip server within idoubs app  
but it does not allow to make call.  

Original comment by uma.iPho...@gmail.com on 8 Aug 2011 at 12:47