arpagon / asterisk-voicemail-for-iphone

Automatically exported from code.google.com/p/asterisk-voicemail-for-iphone
0 stars 0 forks source link

iPhone 2.0 Software Prevents Play icon From Showing Up #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Upgrade iPhone to 2.0
2. Go to a message and the play icon will show the Quicktime icon and never
change.

What is the expected output? What do you see instead?
Expect to eventually see a play icon and be able to play the MP3 associated
with the voicemail.  Only see a greyed out quicktime icon.

What version of the product are you using? On what operating system?
Version 0.11 on Linux (Fedora Core 8)

Please provide any additional information below.
Still works on a version 1.0.4 iPhone, just no longer after the 2.0 upgrade.

Original issue reported on code.google.com by carlton....@gmail.com on 22 Jul 2008 at 1:36

GoogleCodeExporter commented 9 years ago
here is a patch that *should* make it work for you. plus it does not waste 
bandwidth
downloading a message if you do not actually want to play it.

Original comment by itsdave...@gmail.com on 23 Jul 2008 at 7:00

Attachments:

GoogleCodeExporter commented 9 years ago
I think I had tried modifying the code myself to do this before, however now 
what
happens is Quicktime starts up, but displays the error "This movie could not be
played."  I'm wondering if the 2.0 software modifies what codecs or bitrates are
supported.

Original comment by carlton....@gmail.com on 23 Jul 2008 at 7:20

GoogleCodeExporter commented 9 years ago
I solved my problem.  Apparently, quicktime does not like https.  I had it 
inside of
an https tunnel to help protect the voicemail box/password combination.  I 
guess I'll
just have to have it do the login through https, but send the connection to 
http for
everything else.

Original comment by carlton....@gmail.com on 23 Jul 2008 at 8:20

GoogleCodeExporter commented 9 years ago
yes, i noticed it does not like https as well, which is unfortunate. let us 
know what
happens with login via https but voicemail via http. protecting voicemail 
password
should be a concern for all.

Original comment by itsdave...@gmail.com on 23 Jul 2008 at 8:23

GoogleCodeExporter commented 9 years ago
ideally, should be able to listen via https as well.

Original comment by itsdave...@gmail.com on 23 Jul 2008 at 8:24

GoogleCodeExporter commented 9 years ago
https appears to work if you have a valid ssl cert. perhaps if you are using a 
self
signed cert you can add to the CA authority on the iphone. not sure how to do 
that.

David.

Original comment by itsdave...@gmail.com on 23 Jul 2008 at 9:05

GoogleCodeExporter commented 9 years ago
I'll look into how to do that.  Obviously, most of my Asterisk servers are 
probably
going to have self signed certs so it'd be nice if Apple opened that up.  For 
those
that aren't too concerned for audio capture, but want to at least protect 
everything
but the media stream, I have made the attached patch.  Everything is done 
through
https except the media streaming part.

Original comment by carlton....@gmail.com on 23 Jul 2008 at 9:14

Attachments:

GoogleCodeExporter commented 9 years ago
in regards to carlton's patch, shouldn't the http port variable have quotes?

Like this:

+$g_app_play_port = "80";

Original comment by mar...@aol.com on 7 Sep 2008 at 5:04

GoogleCodeExporter commented 9 years ago
We ran into this issue at work today. I googled for some help and found my own 
site!
Strange.

Well thank you for finding this out. I will add it to a FAQ. I will also add a 
new
option for 0.13 which will let you have everything https except for the media 
which
will be http.

Original comment by chris.ca...@gmail.com on 23 Sep 2008 at 3:43

GoogleCodeExporter commented 9 years ago
Hi,

I have the same problem as the original Issue description. I have attached the 
error from the console on my 
iPod Touch, relating to the QuickTime icon, and also a screenshot of the 
crossed out icon.

I have software version 2.2.1 on my iPod Touch, and version 0.11 of the 
voicemail for iphone, installed from 
Trixbox RPM site.

Tony

Original comment by gel...@gmail.com on 16 Apr 2009 at 11:11

Attachments: