cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
7073
Views
0
Helpful
0
Comments
TCC_2
Level 10
Level 10

Resolution

These steps describe the IP phone agent login process:

  1. The agent selects the services button on the 7940 or 7960 telephone and selects the IP phone service.
  2. The browser in the IP phone sends an HTTP request to the Tomcat web server that is identical to the URL the system administrator has configured on the    Cisco CallManager for the service. This URL identifies the Tomcat web server (port = 6293) and the ipphone/jsp/sciphonexml/IPAgentInitial.jsp page, which is case sensitive   .
  3. The Tomcat web server receives the HTTP request and sends it to the IP phone service (which is a web application that runs in Tomcat) for further program logic processing.
  4. The IP phone service communicates with the IP phone agent server through Java ORB. The IP phone agent server Interoperable Object Reference (IOR) is saved in a file, which is decided through the pathname that resides in the registry. By using the IP address of the IP phone (collected by the IP phone service), the IP phone agent server decides which page the IP phone service should generate for display on the IP phone.
  5. Using the IP address argument, the IP phone agent server checks whether the agent is already in the list of agents logged in through the IP phone service. If the agent is logged in, IP Phone Service returns the states screen (step 18) or otherwise returns a login screen.
  6. For the login screen, the IP phone service operates to create the XML document "CiscoIP Phone Tags" and responds to the Tomcat web server.
  7. The Tomcat web server responds with a request back to the telephone browser.
  8. The phone browser displays the page to the agent.
  9. The agent enters his or her desktop identification, password, and IP Contact Center (IPCC) Express extension and selects submit.
  10. The phone browser sends a request to the Tomcat web server with the login identity, password, extension, and the identity of the login .jsp page.
  11. The Tomcat web server receives the request and passes it to the IP phone service along with the login information.
  12. The IP Phone Service issues a request to the IP phone agent server for login service, passing the arguments from step 10.
  13. The IP phone agent server checks whether there are any more licenses available. The IP phone agent licenses are kept in memory and do not use the semaphore files like Cisco Agent Desktop (CAD). If there are licenses available, the IP phone agent server increments the memory count to indicate that another instance of IP phone agent has    started and continues with the login process. If the maximum number of licenses has been reached, the IP phone agent server returns an error indicating that to the IP phone service .
  14. The IP phone agent server retrieves the agent's profile from Lightweight Directory Access Protocol (LDAP), based on the agent input. If the directory does not hold a corresponding entry, the IP phone agent server uses default information. Otherwise the IP phone agent server continues with the login process.
  15. The IP phone agent server logs the agent into the IP contact center through the Computer Telephony Integration (CTI) server (IPCC Express).

    Note: The IP phone agent server performs the login for the agent with respect to the telephone extension that the agent entered    into the phone browser window. The IP phone agent server makes no attempt to determine whether the agent actually entered the information at the telephone    with that extension. The password used is the one entered by the agent, not the one in LDAP.

  16. If the agent was successfully logged into the CTI server, the IP phone agent server sends a message to the chat server, indicating that the agent has just logged in and is in a Not Ready state and returns success to the IP phone service. Otherwise, the IP phone agent server returns the error to the IP phone service.
  17. If an error is returned to the IP phone service at any point, the error page with the error description is displayed to the agent.
  18. If the login is successful, the IP phone service asks the IP phone agent server for the agent's current state. It then asks for the states menu for the specified state. It uses this information to construct the states menu XML document and pass it to the Tomcat web server with the IP address and port of the telephone browser.
  19. The Tomcat web server returns the page to the telephone browser.
  20. The browser displays the page to the agent.

For additional information on IP Phone Agent,  refer to Configuring Cisco CallManager IP Phones to Work With IP Phone Agent.

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: