06-24-2015 11:01 AM - edited 03-01-2019 02:48 AM
Hi
is possible enable/disable the forward function via API on UCCM, for example using Phone Services XML?
Best Regards
Solved! Go to Solution.
06-26-2015 02:26 AM
I found it :-)
I need to use axl
Administrative XML (AXL) Developer Cookbook
(https://developer.cisco.com/media/axl-cookbook/updateLine.html)
<
soapenv:Envelope
xmlns:soapenv
=
"http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns
=
"http://www.cisco.com/AXL/API/8.5"
>
<
soapenv:Header
/>
<
soapenv:Body
>
<
ns:updateLine
sequence
=
"?"
>
<
pattern
>DN Number</
pattern
>
<
callForwardAll
>
<
destination
>123456</
destination
>
</
callForwardAll
>
</
ns:updateLine
>
</
soapenv:Body
>
</
soapenv:Envelope
>
Works fine for me, tested with SOAPUI, you need set the basic authentication.
Best Regards Kandy
06-25-2015 02:44 PM
Hi Kandy,
Are you referring to these settings in CUCM?
06-26-2015 02:26 AM
I found it :-)
I need to use axl
Administrative XML (AXL) Developer Cookbook
(https://developer.cisco.com/media/axl-cookbook/updateLine.html)
<
soapenv:Envelope
xmlns:soapenv
=
"http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns
=
"http://www.cisco.com/AXL/API/8.5"
>
<
soapenv:Header
/>
<
soapenv:Body
>
<
ns:updateLine
sequence
=
"?"
>
<
pattern
>DN Number</
pattern
>
<
callForwardAll
>
<
destination
>123456</
destination
>
</
callForwardAll
>
</
ns:updateLine
>
</
soapenv:Body
>
</
soapenv:Envelope
>
Works fine for me, tested with SOAPUI, you need set the basic authentication.
Best Regards Kandy
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide