[asterisk-users] AJAM..is a BUG?

2007-02-27 Thread [EMAIL PROTECTED]

hi guys
i have created a plugin for jquery for asterisk ajax interfacement. the 
interfacement work with ajam and on firefox work very well, the problem 
is with IE :-(


an example:

the url is: asterisk/mxml
i want login on manager system and the string command is: 
action=loginusername=myusernamesecret=mysecret


I have tested with firefoz and i receive the correct XML response, the 
jquery plugin work perfect, but on IE i receive an error message from 
Asterisk Server


501 Error, unsopported method.

i have opened the link directly with IE and i receive the XML response, 
but when i contact the AJAM web server via AJAX i receive one error.


have any idea?
this is a BUG?
thanks for your reply

p.s. I have resolved my first problem with sellvoip ITSP, thanks to all
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] AJAM..is a BUG?

2007-02-27 Thread Philipp Kempgen
[EMAIL PROTECTED] wrote:

 hi guys
 i have created a plugin for jquery for asterisk ajax interfacement. the 
 interfacement work with ajam and on firefox work very well, the problem 
 is with IE :-(
 
 an example:
 
 the url is: asterisk/mxml
 i want login on manager system and the string command is: 
 action=loginusername=myusernamesecret=mysecret
 
 I have tested with firefoz and i receive the correct XML response, the 
 jquery plugin work perfect, but on IE i receive an error message from 
 Asterisk Server
 
 501 Error, unsopported method.

You probably need to do a GET, not HEAD, POST, PUT or something.

 i have opened the link directly with IE and i receive the XML response, 
 but when i contact the AJAM web server via AJAX i receive one error.

Regards,
  Philipp

-- 
amooma GmbH - Bachstr. 126 - 56566 Neuwied - http://www.amooma.de
 Let's use IT to solve problems and not to create new ones.
   Asterisk - http://www.das-asterisk-buch.de

Geschäftsführer: Stefan Wintermeyer
Handelsregister: Neuwied B 14998
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: Re: [asterisk-users] AJAM..is a BUG?

2007-02-27 Thread [EMAIL PROTECTED]

You probably need to do a GET, not HEAD, POST, PUT or something.


The method is GET and with Firefox all work well
i dont understand?




___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] AJAM..is a BUG?

2007-02-27 Thread Philipp Kempgen
[EMAIL PROTECTED] wrote:
 You probably need to do a GET, not HEAD, POST, PUT or something.
 
 The method is GET and with Firefox all work well
 i dont understand?

Somehow IE seems to send a different request. I'm not familiar
with jquery nor do I use IE so I can't tell if jquery or IE is
to blame.

Did you compare the traces of the requests
a) when you enter the URL into the address line (works)
b) when you use jquery (does not work)

tcpflow -c tcp port 5038

or

tcpdump -s 0 -A tcp port 5038


Regards,
  Philipp

-- 
amooma GmbH - Bachstr. 126 - 56566 Neuwied - http://www.amooma.de
 Let's use IT to solve problems and not to create new ones.
   Asterisk - http://www.das-asterisk-buch.de

Geschäftsführer: Stefan Wintermeyer
Handelsregister: Neuwied B 14998
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] AJAM..is a BUG?

2007-02-27 Thread Philipp Kempgen
Philipp Kempgen wrote:

 tcpflow -c tcp port 5038

s/5038/8088/  :-)


Regards,
  Philipp

-- 
amooma GmbH - Bachstr. 126 - 56566 Neuwied - http://www.amooma.de
 Let's use IT to solve problems and not to create new ones.
   Asterisk - http://www.das-asterisk-buch.de

Geschäftsführer: Stefan Wintermeyer
Handelsregister: Neuwied B 14998
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users