Jump to content

CSTA: GetForwarding makes the service crash


JuliusSart

Recommended Posts

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.

Link to comment
Share on other sites

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>

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...