JuliusSart Posted September 4, 2012 Report Share Posted September 4, 2012 Currently sending <?xml version="1.0" standalone="yes" ?> <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:sns="http://www.pbxnsip.com/soap/pbx"> <env:Body> <sns:GetForwarding xmlns="http://www.ecma-international.org/standards/ecma-323/csta/ed3"> <device>[ext]@[domain]</device> </sns:GetForwarding> </env:Body> </env:Envelope> And i works fine if the extension does not have any Forwarding set. But after i set the "Call forward all calls to:" value, it crashes every time i try the get the value. I can get the value via different route so this is just for your information. Quote Link to comment Share on other sites More sharing options...
Vodia PBX Posted September 4, 2012 Report Share Posted September 4, 2012 Ouch. Sounds like something that needs to be fixed immediately. Quote Link to comment Share on other sites More sharing options...
pbx support Posted September 4, 2012 Report Share Posted September 4, 2012 I am really not sure where you are getting these message syntax from. Please follow, TCP without SOAP as described in ECMA 323, Annex J <?xml version="1.0" encoding="UTF-8"?> <GetForwarding xmlns=“http://www.ecma-international.org/standards/ecma-323/csta/ed3"> <device>sip:tom1@domain.com</device> </GetForwarding> Quote Link to comment Share on other sites More sharing options...
pbx support Posted September 4, 2012 Report Share Posted September 4, 2012 I am really not sure where you are getting these message syntax from. Please follow, TCP without SOAP as described in ECMA 323, Annex J <?xml version="1.0" encoding="UTF-8"?> <GetForwarding xmlns=“http://www.ecma-international.org/standards/ecma-323/csta/ed3"> <device>sip:tom1@domain.com</device> </GetForwarding> In any case, the next version will have the fix for the "crash". Thanks. 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.