cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
884
Views
1
Helpful
6
Replies

How to know if CUCM has ELIN support activated in AXL?

fabien.bonic
Level 5
Level 5

Hi,

By using the AXL, I want to check if the CUCM11 has ELIN support activated (the checkbox in "Emergency Location Configuration") and if necessary, activate it also using the AXL. Is that possible?

Thanks,

Fabien

6 Replies 6

dstaudt
Cisco Employee
Cisco Employee

Not familiar with this setting, can you describe where this is configured in the CUCM admin UI?

Found the settings...looks like it is managed by the single row table 'secureconfig':

admin:run sql select * from secureconfig

pkid                                name                        value  

==================================== =========================== ========

fc8de273-4414-431e-9861-e5383b858e41 NativeEmergencyCallHandling Disabled

Thank you for the answer!

This feature is accessible in the menu "Call Routing" / "Emergency Location" / "Emergency Location Configruation".

Another question: do you know if it's possible to enable or disable the ELIN support through an SQL request? The secureconfig table is "read only" and the data dictionary tell that "Records may be modified only by installation and/or DB triggers.". As the value is modifiable through  CUCM admin UI, I think that the value may be modified by a DB trigger but which one?

Hi,

just like Fabien Bonic said: 'do you know if it's possible to enable or disable the ELIN support through an SQL request? The secureconfig table is "read only" and the data dictionary tell that "Records may be modified only by installation and/or DB triggers.". As the value is modifiable through  CUCM admin UI, I think that the value may be modified by a DB trigger but which one?'

So, any update on this question?

Unfortunately there does not appear to be a supported API mechanism for enabling ELIN.

This has been supported in the API since 11.0:

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

   <soapenv:Header/>

   <soapenv:Body>

      <ns:updateSecureConfig sequence="?">

         <name>NativeEmergencyCallHandling</name>

         <value>Enabled</value>

      </ns:updateSecureConfig>

   </soapenv:Body>

</soapenv:Envelope>

Tested and working against 11.5

Cisco DevNet: Administrative XML (AXL) -

See section:

New and Changed Information for Unified CM Release 11.0(1)

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: