cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
259
Views
0
Helpful
0
Comments
cdnadmin
Level 11
Level 11
This document was generated from CDN thread

Created by: dan dan on 12-03-2010 02:34:21 PM
Hallo all
i'm newbie in Extendion mobility API.
I have looked Extension M. API Guide for cisco Unified Call Manager also but not satisfied ...
My first task is by using Extension mobility logging users and load custom user  profiles on Ip phones.
(In deveoper guide there is only request xml but how to fill the fields device name,userID e.g datas)
is there any sample ?
 
thanks

Subject: RE: logging user with Extension Mob. API
Replied by: Breno Lucena on 20-01-2012 12:54:37 PM
Hello Dan,

To gather information from your user, you should use the IP Phone API.

Once you have it, you´ll be able to build XML definitions to input data and pass it as a parameter to a ASP/ASPX application endpoint.

Example:

                    <CiscoIPPhoneInput>
                        <Title>Your Application Name</Title>
                        <Prompt>...</Prompt>
                        <URL>http://[your_app_endpoint]/</URL>
                        <InputItem>
                            <DisplayName>Pin</DisplayName>
                            <QueryStringParam>UserPin</QueryStringParam>
                            <DefaultValue></DefaultValue>
                            <InputFlags>TP</InputFlags>
                        </InputItem>                       
                    </CiscoIPPhoneInput>

I hope it helps you!

Regards.

Breno Lucena  
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:

Quick Links