Dears,
i have a question here for the below step No:2 how the social miner receives the chat request from Webserver what type of connection i have to build between them as in UCCX we specify the social miner IP username and password and they communicate but about webserver and social miner , can anybody route me to the cisco document.
below is a Very good document but doesn't mentioned anything between the web server and social miner
1.Customer sends a chat request
2.SocialMiner proxy service receives the chat request (from the Web server)
3.SocialMiner notifies UCCX of an incoming chat
4.UCCX offers chat to agent
5.Agent accepts chat offer
6.Agent reply gadget joins chat room
7.Get related customer activities and present them in the Context Service gadget
8.The agent and customer chat via proxy
9.Chat ends
10.Customer is offered to save (HTML) transcript
#################################################################################
Also i was looking for the email integration with Microsoft exchange, anybody can route me to such document as shown in the above link
Thanks
Hi there
A couple of handy ones for email integration
https://colinzhong.blogspot.com/2014/04/uccx9-integration-with-exchange.html
Hope this Helps
Cheers
Rath!
***Please rate helpful posts***
Dear Ratheesh
thanks for the reply, really appreciated, any hints for the below
what about web chat which is coming from web server to social miner, how it arrives at social miner ??? what configuration has to be done on web server end to send a chat to social miner and vice versa to accept chat from web server.
The email address that the customer will send an email for example info@xyz.com, which has to be filled in the below CSQ,,, please correct me if i m wrong.
From the Unified CCX Administration menu bar, choose Subsystems > Chat > Contact Service Queues or Subsystems > Chat and Email > Contact Service Queues as applicable.
Dear Mike
thanks for the reply
Port opening stuff is all ok between the social miner and web server,
let me make it more simple My l question is
when a new chat arrives at the webserver, how does it will be send to the social miner, Is it a developer job to inject the chat from webserver to social miner and vice versa.
the configuration example link shared in previous post also doesn't mentioned anything about my query,
not sure if I understand your question correctly. You have to implement cisco social miner (more specific: bubble chat) for your own. technically, it's just an iframe that points to cisco social miner.
https://[SocialMinerAddress]/ccp/ui/BubbleChat.html?host=[SocialMinerAddress]&wid=[WidgetId]&secure=true
it's literally a window in your web page that shows elements from another web server.
cisco's default example just injects the iframe via javascript and assigns some css, so the bubble chat's position is fixed to bottom left.
Dear Mike,
let me make more simple the below are the steps taken from cisco PPT for web chat , just explain ( documents) me how it moves from step 1 to step 2 rest all the steps are understood for me.
1.Customer sends a chat request
2.SocialMiner proxy service receives the chat request (from the Web server)
3.SocialMiner notifies UCCX of an incoming chat
4.UCCX offers chat to agent
5.Agent accepts chat offer
6.Agent reply gadget joins chat room
7.Get related customer activities and present them in the Context Service gadget
8.The agent and customer chat via proxy
9.Chat ends
10.Customer is offered to save (HTML) transcript
The below is the http inject that has to be specified on the web server ?? to reach the chat from the webserver to the social miner. ??? please confirm
https://[SocialMinerAddress]/ccp/ui/BubbleChat.html?host=[SocialMinerAddress]&wid=[WidgetId]&secure=true
thanks