Sorry, just realized this list is reply-to-sender. Resending...
On 10/22/2014 10:15 AM, Will Mitchell wrote:
> haven't tried this myself, but I have heard of some applications using this
> (specifically,
tryit.jssip.net comes to mind). Other options include
>
Interesting, where did you hear/read about tryit using an out-of-band
authentication method? A quick glance makes it appear like a normal SIP
client, just authenticating with your normal credentials against a
server you control.
Anyhow, thanks for the pointers. I was thinking about generating
one-time passwords on the server, updating the asterisk configs with
that password, then swapping out the OTP for the original password once
it was used. It seems hellishly complicated though, and I'm no security
expert, so working on this level makes me jumpy.
Alternatively, if anyone knows of another solution for web apps that
require video chat functionality and which need to work on all major
platforms, please do let me know. I'd just go with plain web RTC if IOS'
lack of getUserMedia wasn't a factor. Jingle/XMPP would also be nice,
but I'd also like to provide an echo server so users can test their VOIP
connectivity before paying me, and there are no working Jingle echobots
that I could find. As of now SIP seems like my only solution, but it
feels like a bit of a 10000-pound gorilla in that I'm stripping out lots
of unneeded functionality, then contending with the bloat that
functionality introduces.