Log In
Developer Network
Technologies
Join the Network
Member Services
Events & Community
Extension Mobility API (EMAPI) Developer Center
Overview
Documentation
Community
Wiki
Testing
Everything
This Site
Blogs
9.1 Mobility API Documentation Now Available
Ting-Hao Chen
| 10 Jan 2013
Tweet
Check out the new content on the Cisco Developer Network reflecting the New & Enhanced features in Cisco Unified Communication Manager 9.1.
See the new
...Read More
Unified Communications 9.0 Partner Bundle Offer Now Available to Order
Amanda Whaley
| 21 Sep 2012
Tweet
The Unified Communications 9.0 Partner Bundle packages Cisco’s Collaboration application software for our Collaboration partner community to leverage for their internal lab or demonstration systems. The 9.0 version is now available for order.
Learn More >>
...Read More
Unified CM 9.0(1) Developer Guides
George Gary
| 26 Aug 2012
Tweet
Cisco Extension Mobility Developers:
Check out the new content on the Cisco Developer Network reflecting the New & Enhanced features in Cisco Unified Communication Manager 9.0(1).
...Read More
Developer Partner 2012 US Update Presentations Available
George Gary
| 29 Jun 2012
Tweet
Developer Partners,
Cisco announces the availability of our 2012 Developer Partner presentations shared at CiscoLive San Diego.
Please log into the Cisco Developer Network using your Partner UserID to download this content.
Access these presentations here:
http://developer.cisco.com/web/cdc/devforumpreso
PARTNER LOGIN REQUIRED
...Read More
Developer Partner 2012 London Update Presentations Available
George Gary
| 10 Feb 2012
Tweet
Developer Partners,
Cisco announces the availability of our 2012 Developer Partner presentations shared at CiscoLive London.
Please log into the Cisco Developer Network using your Partner UserID to download this content.
Access these presentations here:
http://developer.cisco.com/web/cdc/devforumpreso
PARTNER LOGIN REQUIRED
...Read More
Showing 1 - 5 of 21 results.
Items per Page 5
Page
(Changing the value of this field will reload the page.)
1
2
3
4
5
of 5
First
Previous
Next
Last
Forums
Message Boards Home
Recent Posts
Statistics
Answer
(
Unmark
)
Mark as an Answer
« Back to Extension Mobility API Questions
How to lock an IP Phone using a Extension Mobility Service?
Threads [
Previous
|
Next
]
How to lock an IP Phone using a Extension Mobility Service?
Breno Lucena
12/20/11 12:58 PM
RE: How to lock an IP Phone using a Extension Mobility Service?
David Staudt
12/20/11 5:36 PM
RE: How to lock an IP Phone using a Extension Mobility Service?
Breno Lucena
12/20/11 6:34 PM
RE: How to lock an IP Phone using a Extension Mobility Service?
David Staudt
12/20/11 6:58 PM
RE: How to lock an IP Phone using a Extension Mobility Service?
Breno Lucena
12/21/11 3:29 PM
RE: How to lock an IP Phone using a Extension Mobility Service?
Breno Lucena
1/30/12 5:32 PM
Re: New Message from Breno Lucena in Extension Mobility API (EMAPI) - Exten
Sascha Monteiro
1/30/12 9:40 PM
RE: How to lock an IP Phone using a Extension Mobility Service?
Simon Machielse
1/31/12 9:07 AM
Breno Lucena
Posts:
6
Join Date:
12/8/11
Recent Posts
How to lock an IP Phone using a Extension Mobility Service?
ip phone lock extension mobility api sample
Answer
12/20/11 12:58 PM
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Hello Guys,
I need to develop an extension mobility service application to lock outbound calls on a "IP Phone".
Does anyone has useful information or a sample, or either, experienced this problem that could be able to share with us?
I´ll be glad to hear from you.
Regards.
Breno Lucena
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
David Staudt
Posts:
16
Join Date:
6/4/08
Recent Posts
RE: How to lock an IP Phone using a Extension Mobility Service?
Answer
12/20/11 5:36 PM as a reply to Breno Lucena.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
From your description, this sounds like basic Extension Mobility functionality as-is, no app required:
- Configure a phone to enable E/M
- Configure the base device profile (not logged in) with a Calling Search Space that is allowed to dial only 911 and the operator (for example)
- When a user logs into E/M, the CSS will change to that of the logged in user (e.g. allow outbound calls)
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Breno Lucena
Posts:
6
Join Date:
12/8/11
Recent Posts
RE: How to lock an IP Phone using a Extension Mobility Service?
Answer
12/20/11 6:34 PM as a reply to David Staudt.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Hi David,
It's true, it is the default Extension Mobility Applicability.
We tried to sell it to the customer!!
Unfortunately, he has requested a feature that allows a logged user to lock/unlock his "Cisco IP Phone" using a PIN Number.
I've been researching for more information, but I'm stuck in the middle of the dozen APIs available.
I'll appreciate any information that guides me through my Cisco Development first steps.
Regards.
Breno P. Lucena
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
David Staudt
Posts:
16
Join Date:
6/4/08
Recent Posts
RE: How to lock an IP Phone using a Extension Mobility Service?
Answer
12/20/11 6:58 PM as a reply to Breno Lucena.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
You can create an IP phone service for the phone that utilizes the AXL provisioning API to make this work.
- Create an IP Phone Service where the user can use the phone UI to request lock or unlock from the backend web service
- This web service could use the AXL request <getPhone> to retrieve the current Calling Search Space settings for the device, and save it
- Then use AXL <updatePhone> to modify the Calling Search Space to a more restrictive one.
- When the user requests an unlock, the reverse steps can be followed, restoring the saved CSS via <updatePhone>
http://developer.cisco.com/web/ipps/docs
http://developer.cisco.com/web/axl/docs
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Breno Lucena
Posts:
6
Join Date:
12/8/11
Recent Posts
RE: How to lock an IP Phone using a Extension Mobility Service?
Answer
12/21/11 3:29 PM as a reply to David Staudt.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Hello David,
Thank you very much, I really appreciate your reply!
My new challenge is discover how to implement it in .NET C#.
Best Regards.
Breno P. Lucena
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Breno Lucena
Posts:
6
Join Date:
12/8/11
Recent Posts
RE: How to lock an IP Phone using a Extension Mobility Service?
Answer
1/30/12 5:32 PM as a reply to David Staudt.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
David,
A "Calling Search Space" associated with a device profile overrides a "Calling Search Space" associated to a Line?
Regards.
Breno Lucena
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Sascha Monteiro
Posts:
6
Join Date:
10/6/08
Recent Posts
Re: New Message from Breno Lucena in Extension Mobility API (EMAPI) - Exten
Answer
1/30/12 9:40 PM as a reply to Breno Lucena.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
no, line and device css are concatenated, and depending on how the systems is setup (traditional or device/line) you might want to change the line css instead of device css
it's good to understand how your environment is setup, the SRND has a good chapter on it;
http://www.cisco.com/en/US/docs/voice_ip_comm/cucm/srnd/8x/dialplan.html#wp1150926
regards
Sascha
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Simon Machielse
Posts:
3
Join Date:
6/16/09
Recent Posts
RE: How to lock an IP Phone using a Extension Mobility Service?
Answer
1/31/12 9:07 AM as a reply to Breno Lucena.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
or you can use an ExtensionMobility single-sign-on solution like ALM. where a user loggs off his phone simultaniously with the PC.
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Collateral
No files available