Open GoogleCodeExporter opened 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:
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
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
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
ideally, should be able to listen via https as well.
Original comment by itsdave...@gmail.com
on 23 Jul 2008 at 8:24
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
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:
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
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
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:
Original issue reported on code.google.com by
carlton....@gmail.com
on 22 Jul 2008 at 1:36