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

CUCM 12.5 AXL

Daniov1
Level 1
Level 1

Hi,
I am trying to create a new line using addLine (POST API) , one of the paramenter is enterprise alternate number.

When I create a new line i am using the following XML parameters:

 

<soapenv:Envelopexmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"xmlns:ns="http://www.cisco.com/AXL/API/12.5">
  <soapenv:Header/>
  <soapenv:Body>
   <ns:addLine sequence="?">
    <line>

      <pattern>1590000</pattern>
      <useEnterpriseAltNum>true</useEnterpriseAltNum>
      <enterpriseAltNum>
      <numMask>XXXXXXX</numMask>
      <isUrgent>false</isUrgent>
      <addLocalRoutePartition>true</addLocalRoutePartition>
      <routePartition uuid="?">Global Learned Enterprise Numbers</routePartition>
      <advertiseGloballyIls>true</advertiseGloballyIls>
      </enterpriseAltNum>

     </line>
    </ns:addLine>
   </soapenv:Body>
</soapenv:Envelope>

 

The line was created successfully but without enterprise alternate number configuration.

I configured it menually and use getLine ,  I tried to use the returned value with addLine but enterprise alternate number was not configured.

image.png

 

Any suggest?

1 Accepted Solution
4 Replies 4

Jaime Valencia
Cisco Employee
Cisco Employee

You want to ask this over at Devnet where APIs are handled.

HTH

java

if this helps, please rate

Is this not the relevant forum to ask this question?

Not really, Devnet is where APIs are handled.

HTH

java

if this helps, please rate