Cisco Unified Application Environment Developer Forums

« Back to Developers

Changing CSS of both lines

Combination View Flat View Tree View
Threads [ Previous | Next ]
toggle
Hi,
 
We have configured 2 lines for our 7940 phone. We have given services on that phone as ChangeToCSSA so that when user clicks on this service his phone CSS for both lines will be set as CSSA. Our script changes CSS for one line only.
What is the way to change CSS of all lines configured on a single phone?
How can I find number of lines configured on a phone? Can you please suggest APIs?
 
Regards,
Umesh

There can be a CSS associated to the phone, as well as individual CSS associated to each line.  Note that these are additive: the search space in effect on a given line includes anything in the phone CSS as well as the line's CSS.  So, if you intention is to give extra dialing rights based on your service, then you can just manipulate the phone's CSS via <updatePhone><callingSearchSpaceName/Id>.
 
If you need to manipulate individual line CSS, the following requests should be useful:
 
- Get a list of all line appearances on the phone via <getPhone>: <getPhoneResponse<return><device><lines>
     The value needed is the uuid in ...<lines><line><dirn uuid="???">
- Retrieve the CSS for the dirn via <getLine>, passing the uuid from the previous step.  The field needed is: <getLineResponse><return><directoryNumber><shareLineAppearanceCSS>.  Note this is a uud value and you may need to look up the name via <getCSS><uuid>
- Update the CSS via <updateLine><shareLineAppearanceName/Id>
 
 

Thanks this will help us.
 
Regards,
Umesh

Hi,
 
I have a customer, PNC Bank and we are installing the second UC cluster to support the growth. The current cluster (7.1.5) has a CUAE based IP phone service "NightBell", which is for users in branch office when they leave the office, they can launch this service to lock the IP phone (allow 911 only).Originally this phone service is devleoped by Cisco.
 
The new cluster will be 8.6.2, we need to develop a new script to run this phone service for new cluster. Can we do this inside the Cisco? or we need to go with our partner? Please advise me for a right and quick way to deliver this to customer.
 
Thanks in advance.
 
Linli lzhao@cisco.com