This may be a too obscure question, but maybe someone can determine what I'm doing wrong.
Phono (the jquery plugin for Tropo / Voxeo-based javascript / flash softphone) downloads a couple of dependencies on phono.com. Namely,
I would really like to avoid downloading these dependencies from an external server (for obvious reasons) and go to this thread on my forums (which I cannot register, because it seems that all possible usernames have been "accepted"), it should be possible post them locally.
Here's the prettified source of the main jquery plugin. Maybe I'm just looking badly, but I could not find a commented out, not downsized version either in my full SDK or in github.
So after the change
base_path: "http://s.phono.com/deps/flensed/1.0/"
and
swf: "http://s.phono.com/releases/" + Phono.version + "/plugins/audio/phono.audio.swf"
... all the dependencies seem to load very simply, phono successfully captures the session identifier, and SIP sessions seem to work. However, when I try to make a call or call the session ID / SIP, I get a javascript error:
Uncaught TypeError: Cannot call method 'start' of null
referring to the string 770: h.start().
this.$flash.play(g, j);seems to return null or undefined. I suck javascript and can't understand why.
EDIT - If someone is so adventurous to try it out, you can just grab the demo of the “kitchen sink” and tickle it on the server without much hassle.