You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
Is it possible to modify redfire web phone to autologin with external script
(some PHP or Javascript script to post the username, pass, SIP server... to the
flash webphone)?
And if it is possible to dial with external script - a webpage with flex
softphone and a company directory - click to dial on a number, and webphone
would start calling?
Thanks for the info!
Original issue reported on code.google.com by [email protected] on 20 Feb 2012 at 5:18
The text was updated successfully, but these errors were encountered:
possible, i have done it.
search for function of this : red5phone_getConfig
return {
username: username,
password: password,
mailbox: mailbox,
phoneno : phoneno,
phone : phoneno,
realm : 'asterisk',
server : server,
red5url : 'rtmp:/sip',
autologin: true
};
Hmm, it didn't work. This is my index.html - I've put the login button at the
bottom of the file, and when I try it -> nothing happens, only refresh of the
re5phone.swf window.
How can I debug this? I tried with firebug - no errors or warnings...
Does anybody have a working example?
Solved!!!
Solution: To avoid this problem you should run flex app from web hosting
directly, not from localhost (in debug mode)!!! because of that external
interface are blocked due cross-domain security policy. GL guys
Original issue reported on code.google.com by
[email protected]
on 20 Feb 2012 at 5:18The text was updated successfully, but these errors were encountered: