« Back to Extension Mobility API Questions

RE: logging user with Extension Mob. API

Combination View Flat View Tree View
Threads [ Previous | Next ]
toggle
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

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 emoticon