JuliusSart 0 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 post Share on other sites
Vodia PBX 0 Posted September 4, 2012 Report Share Posted September 4, 2012 Ouch. Sounds like something that needs to be fixed immediately. Quote Link to post Share on other sites
pbx support 0 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 post Share on other sites
pbx support 0 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 post Share on other sites
Recommended Posts