cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
8508
Views
0
Helpful
4
Replies

Can I turn on/off auto answer feature on the line through UDS API?

hxmengmetro
Level 1
Level 1

Hi,

I want user themself to change auto answer setting on the line. Can I do that through UDS API? or has to use AXL?

Thanks.

Lou

4 Replies 4

Geevarghese Cheria
Cisco Employee
Cisco Employee

Hi Lou,

Actions to be accomplished using UDS include:

  • Directory Search for Users
  • Manage Call Forward, Do Not Disturb, and Speed Dial settings, including Visual & Audible Alert preferences
  • Set Language and Locale
  • Subscribe to IP Phone Service Applications
  • Reset PIN/Password credentials
  • Configure Remote Destinations used with Cisco Mobility & Single Number Reach

I think you need to use AXL Please Browse this url for related information - https://developer.cisco.com/media/axl-cookbook/intercomButtons.html

Thanks and Regards,

Geevarghese

I agree, you have to use AXL. AutoAnswer is considered an administrative feature, so it is not exposed in UDS, which is all user facing features.

Thanks a lot. Can I use axl to change autoanswer status in device profile used in extension mobility profile ?

Actually, auto answer is a DN or line setting, so it will follow the line it is on, not the phone.

I've played with this before...the AXL looks something like this (it's a couple of versions old), so your mileage may vary:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.cisco.com/AXL/API/7.1">

   <soapenv:Header/>

   <soapenv:Body>

      <ns:updateLine sequence="1">

         <pattern>1001</pattern>

         <routePartitionName></routePartitionName>

         <autoAnswer>Auto Answer with Speakerphone</autoAnswer>

      </ns:updateLine>

   </soapenv:Body>

</soapenv:Envelope>

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: