ok this is what I did
I moved all to my /var/www/html/control. did the changes is my files and
used the copy of manager.conf. I started asterisk and did
/var/www/html/control/op_server.pl and pointed my browser to
192.168.0.1/control/html ... had the  same problem. Then I went and set
debug to 1 in op_server(did not help cant read the lang?). So I made the
dir /var/www/html/wtf and moved the 2 files in the html dir to
here,restarted asterisk and /var/www/html/control/op_server.p and
pointed my browser to 192.168.0.1/wtf and wtf it worked,now Im not
talking about the transfer and hangup??
here is my conf
##########################################
# CONFIGURATION
#
# parameters to connect to Asterisk Manager
my $manager_host   = "192.168.0.1";
my $manager_user   = "altus";
my $manager_secret = "altus";
                                                                                       
                                      
#
# parameters for the op_server
my $web_hostname  = "192.168.0.1";   # must be the same address you use
to contact the web server
my $listen_port   = 4445;
my $security_code = 'd39i393kd';           # secret code for performing
hangups and transfers
                                                                                       
                                      
#
# location of variables.txt needed by the flash applet
# (must be the same directory as the web page and swf file)
my $flash_dir = "/var/www/html/wtf/";
                                                                                       
                                      
#
# Debug level to stdot
my $debug = 1;




On Thu, 2004-04-08 at 15:45, Jain, Sonal wrote:
> I installed the flash operator panel and I also installed the flash-shockwave in my 
> mozilla browser. I followed the read me instructions in the Flash operator and made 
> the changes to the op_server.pl but when I run the browser I get transferring data 
> and just sits there. I don't see anything being transferred. If any body has used 
> this software please tell me what am I doing wrong.
>  I copied the two files from the html directory to /var/www/html/panel directory 
> which is the web root.
> I also changed the manager.conf file and created a user ID and secret which I 
> specified in the .
> 
> Thanks,
> _______________________________________________
> Asterisk-Users mailing list
> [EMAIL PROTECTED]
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users
> 

_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to