[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=login&username=myusername&secret=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
