krunal09 / csipsimple

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

Detect the presence of new voice messages #947

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Version: 0.02-01
Device: HTC Legend with official latest 2.2
VOIP provider - pbxes.com. It supports voicemail.

What steps will reproduce the problem?
1. Run the application
2. enable log collecting
3. disconnect account from menu
4. connect it back
5. see nothing about new voicemails

If I do it with SipDroid - I get notified immediately after login.

Attach with recorded log included.

Original issue reported on code.google.com by knutov@gmail.com on 11 May 2011 at 7:30

Attachments:

GoogleCodeExporter commented 9 years ago
Ok; I have to check that cause logs indicate the voice mail is correctly 
received and treaten by CSipSimple. 
There is maybe something missing when CSipSimple tries to notify in the 
notification bar.

Original comment by r3gis...@gmail.com on 11 May 2011 at 7:54

GoogleCodeExporter commented 9 years ago
Ok, I think that I know why we get that, the account detected by pjsip is 
probably not valid and as consequence CSipSimple considers it comes from no 
accounts and just drop the message.

I'll add a way to manage things when account is not detected. - pbxes.org send 
a From that is not exactly their sip server. 
So, the only thing that will miss is the fact CSipSimple will just not update 
the voice mail number with the one sent in the voice mail notification.

Original comment by r3gis...@gmail.com on 11 May 2011 at 8:03

GoogleCodeExporter commented 9 years ago
Fixed by revision 847.

Original comment by r3gis...@gmail.com on 12 May 2011 at 8:05