cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
685
Views
0
Helpful
1
Replies

How can I know the device type of IP Phone..??

yjs850825
Level 1
Level 1

I'm developing IP Phone Service by using sdk on 7970 series Phone.

I want to know what is the type of this Phone..

How can I get the device type??

1 Reply 1

tinghche
Level 5
Level 5

Not at I know, but if you know the phone name, you can use AXL to get the phone type.

<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:getPhone sequence="?">

         <!--You have a CHOICE of the next 2 items at this level-->

         <name>SEPxxx</name>

         <returnedTags ctiid="?" uuid="?">

            <name></name>

            <description></description>

            <product></product>

            <model></model>

         </returnedTags>

      </ns:getPhone>

   </soapenv:Body>

</soapenv:Envelope>

Regards,

Howard