myredrook Posted September 19, 2013 Report Share Posted September 19, 2013 In version 5.1.1 provisioning password generated automatically includes character § (0xA7). XML parser $xml_parser = xml_parser_create(); fails on such entry. Solution is to add line $content = "<?xml version=\"1.0\" encoding=\"ISO-8859-1\" ?>$content"; after $content = pbx_soap( pbx_xml_envelope("DBGet", $req) ); in function pbx_get. Quote Link to comment Share on other sites More sharing options...
Vodia PBX Posted September 19, 2013 Report Share Posted September 19, 2013 Hmm. Usually everything that we do is to use UTF-8. Anyway, having § in the password is not worth the trouble. In the next version (will be 5.1.3) we will take it out and avoid the encoding problem altogether. Thanks for the heads up, must have been quite difficult to find that one! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.