Commit debe0b5e by Huang Linyu

add log printed

parent 404ab1d0
......@@ -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("bbbbbbbbbbbbbbbbbbbbb:"+agentAid+" "+ 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