Commit b48586a7 by unknown

add the log for callcenter

parent 17abaa86
......@@ -115,6 +115,7 @@ public class SipPhoneControl {
// String agentAid = request.getAttribute("userName").toString();
String agentAid = SpringSecurityUtil.getCurrentUserName();
String sipPhoneName = request.getParameter("sipPhoneName");
System.out.println("bind----agentAid----->"+agentAid+",sipPhoneName:"+sipPhoneName);
return sipPhoneService.bind(agentAid, sipPhoneName);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment