[cisco-voip] Extension Mobility
Robert Kulagowski
bob at smalltime.com
Mon Nov 13 11:07:35 EST 2006
Cleaveland, AJ Allan @ IS wrote:
> Thank you! Now, can I combine #1 with #2? In other words, will the
> API let me see where people are logged in with Extension Mobility so I
> have that info and can adjust it as I please programmatically? Can I
> allow and disallow Extension Mobility programmatically? And (since I've
> never used Extension Mobility) can I make Extension Mobility only work
> for certain people and phones?
Extension Mobility is a service, so if you don't add the EM service to a
phone it won't be available when you press the Services button. You
have to configure the service and click the "Allow" button on the phone
configuration. Once that's done, we use:
http://10.255.1.12/emservice/EMServiceServlet
For the login, the xml request is this:
<request><appInfo><appID>EMService</appID><appCertificate>password</appCertificate></appInfo><login><deviceName>SEP0015C64CF467</deviceName><userID>rbarduagni</userID></login></request>
For the logout we post the following xml request:
<request><appInfo><appID>EMService</appID><appCertificate>password</appCertificate></appInfo><logout><deviceName>SEP0015C64CF467</deviceName></logout></request>
More information about the cisco-voip
mailing list