3rd party form submit to FOP2
Hi,
I need to have an html page (we have control over) submit to the FOP2 user form so we can integrate with another app.
Problem is it is of course not working (thats why I am here), and I know our system works because we do it all the time on other "non flash" forms.
Here is what I have:
exten= "my extension"
seccode= "my password"
After running firebug it appears the variables are posted (no hidden vars I can see in form source to post as well) to http://www.mydomain.com/html/fop2/setvar.php
1) Is this the correct post url
2) Any ideas on what is wrong?
Thanks!
I need to have an html page (we have control over) submit to the FOP2 user form so we can integrate with another app.
Problem is it is of course not working (thats why I am here), and I know our system works because we do it all the time on other "non flash" forms.
Here is what I have:
exten= "my extension"
seccode= "my password"
After running firebug it appears the variables are posted (no hidden vars I can see in form source to post as well) to http://www.mydomain.com/html/fop2/setvar.php
1) Is this the correct post url
2) Any ideas on what is wrong?
Thanks!
Comments
http://your.server/fop2/?exten=1234&pass=1234
Or you can set a windows.name with those parameters in javascript and load the page normally. You do *not* have to manipulate php sessions, those sessions do not control the fop2 login at all.
fop2 itself does not require php, only the phonebook , call history, recordings interface and the download of audio files requires php.