ubuntu-touch icon indicating copy to clipboard operation
ubuntu-touch copied to clipboard

SMS with code when new voice message or when I check the voicemail

Open Fazarel opened this issue 2 years ago • 4 comments

Steps to reproduce

Receive a voice message

Expected behavior

A correctly readable SMS notification informing of the message

Actual behavior

The SMS received displays code:

//VVM:SYNC:ev=NM;txt=You have received a new message, call XXX;id=XXXXXXXXXX;c=0000X;t=v;s=+XXXXXXXXXX;dt=15/05/2022 17:02 +0200;l=33

And after calling the voicemail, another SMS:

//VVM:SYNC:ev=MBU;c=00000

Fazarel avatar May 23 '22 08:05 Fazarel

I don't think UT supports VoiceMail protocol. Meanwhile you can disable that feature from your provider.

lduboeuf avatar May 23 '22 11:05 lduboeuf

Looks simple enough, is there a documentation somewhere? Also which carrier is that?

maciek134 avatar May 26 '22 16:05 maciek134

Looks simple enough, is there a documentation somewhere? Also which carrier is that?

http://www.omtp.org/OMTP_VVM_Specification_v1_3_Final.pdf

that spec ? ^

lduboeuf avatar May 26 '22 16:05 lduboeuf

that spec ? ^

Exactly, I guess I didn't know what to look for. I guess a partial implementation would be displaying these nicely / in the correct conversation (per the number that called you instead of the voicemail one)? And a proper one would have a menu for interacting with the voicemail box (which looking at the spec is just IMAP)

maciek134 avatar Jun 11 '22 17:06 maciek134