Log In
Developer Network
Technologies
Join the Network
Member Services
Events & Community
Unity Connection(CUC) Developer Center
Overview
Documentation
Community
Testing
CUC Forums
Message Boards Home
Recent Posts
Statistics
Answer
(
Unmark
)
Mark as an Answer
« Back to CUPI Questions
Updating Transfer Rule for CallHandler
Threads [ Previous | Next ]
Shadan Saniepour Esfahani
Posts:
0
Join Date:
1/14/10
Recent Posts
Updating Transfer Rule for CallHandler
alternate
call handler
transfer rule
Answer
2/24/10 11:08 PM
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Greetings experts
I need to update the transfer rules for callhandlers. I tried doing the following:
PUT [url=https://<server>/vmrest/handlers/callhandlers/<callhandlerobjectid>/transferoptions/Alternate]https://<server>/vmrest/handlers/callhandlers/<callhandlerobjectid>/transferoptions/Alternate
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<TransferOption>
<Action>1</Action>
<Extension>646</Extension>
</TransferOption>
But even after executing this, the Action does not change to 1 (it stays at 0). I also tried "POST" but same result. Would you kindly advise? Really appreciate your help!
Best regards
Shadan
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
David Wanagel
Posts:
1
Join Date:
9/16/09
Recent Posts
RE: Updating Transfer Rule for CallHandler
Answer
2/25/10 5:19 PM as a reply to Shadan Saniepour Esfahani.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
There is a piece of code in the transfer option logic that requires that enabled have a value. Try setting the transfer option enabled field to true (or false),
-Dave
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Shadan Saniepour Esfahani
Posts:
0
Join Date:
1/14/10
Recent Posts
RE: Updating Transfer Rule for CallHandler
Answer
2/27/10 12:47 AM as a reply to David Wanagel.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Thanks for clarifying David!
Best regards
Shadan
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Overview
Documentation
Community
Testing